Package org.apache.ignite.lang
Class ErrorGroups.Storage
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Storage
- Enclosing class:
- ErrorGroups
Storage error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Error reading from an index that has not yet been built.static final int
Error indicating a possible data corruption in the storage.static final ErrorGroup
Storage error group. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STORAGE_ERR_GROUP
Storage error group. -
INDEX_NOT_BUILT_ERR
public static final int INDEX_NOT_BUILT_ERRError reading from an index that has not yet been built. -
STORAGE_CORRUPTED_ERR
public static final int STORAGE_CORRUPTED_ERRError indicating a possible data corruption in the storage.
-
-
Constructor Details
-
Storage
public Storage()
-