Class GridgainErrorGroups.Snapshots

java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Snapshots
Enclosing class:
GridgainErrorGroups

public static class GridgainErrorGroups.Snapshots extends Object
Error group for Snapshots.
  • Field Details

    • SNAPSHOT_ERR

      public static final int SNAPSHOT_ERR
      General Snapshot error.
    • SNAPSHOT_CANCELED_ERR

      public static final int SNAPSHOT_CANCELED_ERR
      Error indicating that a Snapshot has been canceled.
    • SNAPSHOT_ILLEGAL_ARGUMENT_ERR

      public static final int SNAPSHOT_ILLEGAL_ARGUMENT_ERR
      Error indicating that an illegal or inappropriate argument was provided.
    • SNAPSHOT_NOT_FOUND_ERR

      public static final int SNAPSHOT_NOT_FOUND_ERR
      Error indicating that the specified snapshot was not found.
    • SNAPSHOT_META_NOT_FOUND_ERR

      public static final int SNAPSHOT_META_NOT_FOUND_ERR
      Error indicating that the specified snapshot meta file was not found.
    • SNAPSHOT_OPERATION_NOT_FOUND_ERR

      public static final int SNAPSHOT_OPERATION_NOT_FOUND_ERR
      Error indicating that the specified snapshot operation was not found.
    • SNAPSHOT_TABLES_NOT_FOUND_ERR

      public static final int SNAPSHOT_TABLES_NOT_FOUND_ERR
      Error indicating that the specified tables were not found.
    • SNAPSHOT_URI_NOT_FOUND_ERR

      public static final int SNAPSHOT_URI_NOT_FOUND_ERR
      Error indicating that the specified snapshot URI was not found.
    • SNAPSHOT_ENCRYPTION_PROVIDER_NOT_FOUND_ERR

      public static final int SNAPSHOT_ENCRYPTION_PROVIDER_NOT_FOUND_ERR
      Error indicating that the specified snapshot encryption provider was not found.
    • SNAPSHOT_REPLICA_TIMEOUT_ERR

      public static final int SNAPSHOT_REPLICA_TIMEOUT_ERR
      Error indicating that during restoration of a snapshot one of the target table partitions did not have a primary replica.

      This means that either a long ongoing rebalance is under way or the target table belongs to a zone with empty data nodes.

    • SNAPSHOT_STRUCTURES_NOT_FOUND_ERR

      public static final int SNAPSHOT_STRUCTURES_NOT_FOUND_ERR
      Error indicating that the specified structures were not found.
  • Constructor Details

    • Snapshots

      public Snapshots()