Package org.gridgain.lang
Class GridgainErrorGroups.Snapshots
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Snapshots
- Enclosing class:
- GridgainErrorGroups
Error group for Snapshots.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intError indicating that a Snapshot has been canceled.static final intError indicating that the specified snapshot encryption provider was not found.static final intGeneral Snapshot error.static final intError indicating that an illegal or inappropriate argument was provided.static final intError indicating that the specified snapshot meta file was not found.static final intError indicating that the specified snapshot was not found.static final intError indicating that the specified snapshot operation was not found.static final intError indicating that during restoration of a snapshot one of the target table partitions did not have a primary replica.static final intError indicating that the specified structures were not found.static final intError indicating that the specified tables were not found.static final intError indicating that the specified snapshot URI was not found. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SNAPSHOT_ERR
public static final int SNAPSHOT_ERRGeneral Snapshot error. -
SNAPSHOT_CANCELED_ERR
public static final int SNAPSHOT_CANCELED_ERRError indicating that a Snapshot has been canceled. -
SNAPSHOT_ILLEGAL_ARGUMENT_ERR
public static final int SNAPSHOT_ILLEGAL_ARGUMENT_ERRError indicating that an illegal or inappropriate argument was provided. -
SNAPSHOT_NOT_FOUND_ERR
public static final int SNAPSHOT_NOT_FOUND_ERRError indicating that the specified snapshot was not found. -
SNAPSHOT_META_NOT_FOUND_ERR
public static final int SNAPSHOT_META_NOT_FOUND_ERRError indicating that the specified snapshot meta file was not found. -
SNAPSHOT_OPERATION_NOT_FOUND_ERR
public static final int SNAPSHOT_OPERATION_NOT_FOUND_ERRError indicating that the specified snapshot operation was not found. -
SNAPSHOT_TABLES_NOT_FOUND_ERR
public static final int SNAPSHOT_TABLES_NOT_FOUND_ERRError indicating that the specified tables were not found. -
SNAPSHOT_URI_NOT_FOUND_ERR
public static final int SNAPSHOT_URI_NOT_FOUND_ERRError indicating that the specified snapshot URI was not found. -
SNAPSHOT_ENCRYPTION_PROVIDER_NOT_FOUND_ERR
public static final int SNAPSHOT_ENCRYPTION_PROVIDER_NOT_FOUND_ERRError indicating that the specified snapshot encryption provider was not found. -
SNAPSHOT_REPLICA_TIMEOUT_ERR
public static final int SNAPSHOT_REPLICA_TIMEOUT_ERRError 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_ERRError indicating that the specified structures were not found.
-
-
Constructor Details
-
Snapshots
public Snapshots()
-