Class ErrorGroups.Storage

java.lang.Object
org.apache.ignite.lang.ErrorGroups.Storage
Enclosing class:
ErrorGroups

public static class ErrorGroups.Storage extends Object
Storage error group.
  • Field Details

    • STORAGE_ERR_GROUP

      public static final ErrorGroup STORAGE_ERR_GROUP
      Storage error group.
    • INDEX_NOT_BUILT_ERR

      public static final int INDEX_NOT_BUILT_ERR
      Error reading from an index that has not yet been built.
    • STORAGE_CORRUPTED_ERR

      public static final int STORAGE_CORRUPTED_ERR
      Error indicating a possible data corruption in the storage.
  • Constructor Details

    • Storage

      public Storage()