Package org.gridgain.lang
Class GridgainErrorGroups.SecondaryStorage
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.SecondaryStorage
- Enclosing class:
- GridgainErrorGroups
Secondary storage replication error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFailed to initialise secondary storage bridge.static final intFailed to get secondary storage.static final intFailed to read data from secondary storage.static final intFailure during sending message to the secondary storage.static final intFailure while trying to start secondary storage replication manager.static final intFailed to write data into secondary storage. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SECONDARY_STORAGE_REPLICATION_FAILURE_ERR
public static final int SECONDARY_STORAGE_REPLICATION_FAILURE_ERRFailure during sending message to the secondary storage. -
SECONDARY_STORAGE_REPLICATION_MANAGER_STARTUP_ERR
public static final int SECONDARY_STORAGE_REPLICATION_MANAGER_STARTUP_ERRFailure while trying to start secondary storage replication manager. -
SECONDARY_STORAGE_BRIDGE_STARTUP_ERR
public static final int SECONDARY_STORAGE_BRIDGE_STARTUP_ERRFailed to initialise secondary storage bridge. -
SECONDARY_STORAGE_NOT_INITIALIZED_ERR
public static final int SECONDARY_STORAGE_NOT_INITIALIZED_ERRFailed to get secondary storage. -
SECONDARY_STORAGE_WRITE_ERR
public static final int SECONDARY_STORAGE_WRITE_ERRFailed to write data into secondary storage. -
SECONDARY_STORAGE_READ_ERR
public static final int SECONDARY_STORAGE_READ_ERRFailed to read data from secondary storage.
-
-
Constructor Details
-
SecondaryStorage
public SecondaryStorage()
-