Package org.apache.ignite.lang
Class ErrorGroups.MetaStorage
java.lang.Object
org.apache.ignite.lang.ErrorGroups.MetaStorage
- Enclosing class:
- ErrorGroups
Meta storage error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Failed to perform a read operation on the underlying key value storage because the revision has already been compacted.static final int
Failed to compact the underlying key value storage.static final int
Failed to start a node because Metastorage has diverged.static final ErrorGroup
Meta storage error group.static final int
Failed to perform an operation on the underlying key value storage.static final int
Failed to perform an operation within a specified time period.static final int
Failed to restore the underlying key value storage.static final int
Failed to start the underlying key value storage. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
META_STORAGE_ERR_GROUP
Meta storage error group. -
STARTING_STORAGE_ERR
public static final int STARTING_STORAGE_ERRFailed to start the underlying key value storage. -
RESTORING_STORAGE_ERR
public static final int RESTORING_STORAGE_ERRFailed to restore the underlying key value storage. -
COMPACTION_ERR
public static final int COMPACTION_ERRFailed to compact the underlying key value storage. -
OP_EXECUTION_ERR
public static final int OP_EXECUTION_ERRFailed to perform an operation on the underlying key value storage. -
OP_EXECUTION_TIMEOUT_ERR
public static final int OP_EXECUTION_TIMEOUT_ERRFailed to perform an operation within a specified time period. Usually in such cases the operation should be retried. -
COMPACTED_ERR
public static final int COMPACTED_ERRFailed to perform a read operation on the underlying key value storage because the revision has already been compacted. -
DIVERGED_ERR
public static final int DIVERGED_ERRFailed to start a node because Metastorage has diverged. The node has to be cleared and entered the cluster as a blank node.
-
-
Constructor Details
-
MetaStorage
public MetaStorage()
-