Skip to content

Commit 2215186

Browse files
shiv0408harshavamsi
authored andcommitted
Add unittests for RemoteClusterStateAttributesManager (opensearch-project#14427)
* Add unittests for RemoteClusterStateAttributesManager Signed-off-by: Shivansh Arora <[email protected]>
1 parent a53c433 commit 2215186

File tree

2 files changed

+231
-47
lines changed

2 files changed

+231
-47
lines changed

server/src/main/java/org/opensearch/gateway/remote/model/RemoteClusterStateCustoms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
*/
3535
public class RemoteClusterStateCustoms extends AbstractRemoteWritableBlobEntity<Custom> {
3636
public static final String CLUSTER_STATE_CUSTOM = "cluster-state-custom";
37+
public final ChecksumWritableBlobStoreFormat<ClusterState.Custom> clusterStateCustomsFormat;
3738

3839
private long stateVersion;
3940
private final String customType;
4041
private ClusterState.Custom custom;
4142
private final NamedWriteableRegistry namedWriteableRegistry;
42-
private final ChecksumWritableBlobStoreFormat<ClusterState.Custom> clusterStateCustomsFormat;
4343

4444
public RemoteClusterStateCustoms(
4545
final ClusterState.Custom custom,

0 commit comments

Comments
 (0)