Class SnapshotMessageGroup
java.lang.Object
org.gridgain.internal.snapshots.communication.messages.SnapshotMessageGroup
Message Group for Snapshot-related messages.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortMessage type forCreateSnapshotMessage.static final shortMessage type forDeleteSnapshotMessage.static final shortMessage type forErrorResponseMessage.static final shortMessage type forNotCoordinatorMessage.static final shortMessage type forRestoreSnapshotMessage.static final shortMessage type forSuccessResponseMessage. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CREATE_SNAPSHOT
public static final short CREATE_SNAPSHOTMessage type forCreateSnapshotMessage.- See Also:
-
RESTORE_SNAPSHOT
public static final short RESTORE_SNAPSHOTMessage type forRestoreSnapshotMessage.- See Also:
-
ERROR_RESPONSE
public static final short ERROR_RESPONSEMessage type forErrorResponseMessage.- See Also:
-
NOT_COORDINATOR
public static final short NOT_COORDINATORMessage type forNotCoordinatorMessage.- See Also:
-
SUCCESS_RESPONSE
public static final short SUCCESS_RESPONSEMessage type forSuccessResponseMessage.- See Also:
-
DELETE_SNAPSHOT
public static final short DELETE_SNAPSHOTMessage type forDeleteSnapshotMessage.- See Also:
-
-
Constructor Details
-
SnapshotMessageGroup
public SnapshotMessageGroup()
-