Class ErrorGroups.MetaStorage

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

public static class ErrorGroups.MetaStorage extends Object
Meta storage error group.
  • Field Details

    • META_STORAGE_ERR_GROUP

      public static final ErrorGroup META_STORAGE_ERR_GROUP
      Meta storage error group.
    • STARTING_STORAGE_ERR

      public static final int STARTING_STORAGE_ERR
      Failed to start the underlying key value storage.
    • RESTORING_STORAGE_ERR

      public static final int RESTORING_STORAGE_ERR
      Failed to restore the underlying key value storage.
    • COMPACTION_ERR

      public static final int COMPACTION_ERR
      Failed to compact the underlying key value storage.
    • OP_EXECUTION_ERR

      public static final int OP_EXECUTION_ERR
      Failed to perform an operation on the underlying key value storage.
    • OP_EXECUTION_TIMEOUT_ERR

      public static final int OP_EXECUTION_TIMEOUT_ERR
      Failed 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_ERR
      Failed 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_ERR
      Failed 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()