Package org.apache.ignite.lang
Class ErrorGroups.Replicator
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Replicator
- Enclosing class:
- ErrorGroups
Replicator error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Failed to close cursor.static final int
Common error for the replication procedure.static final int
Replica with the same identifier is already existed.static final int
The error happens when the replica is not the current primary replica.static final int
Stopping replica exception code.static final int
Timeout has happened during the replication procedure.static final int
The error happens when the replica is not ready to handle a request.static final int
The error happens when the replication level try to handle an unsupported request.static final ErrorGroup
Replicator error group. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REPLICATOR_ERR_GROUP
Replicator error group. -
REPLICA_COMMON_ERR
public static final int REPLICA_COMMON_ERRCommon error for the replication procedure. -
REPLICA_IS_ALREADY_STARTED_ERR
public static final int REPLICA_IS_ALREADY_STARTED_ERRReplica with the same identifier is already existed. -
REPLICA_TIMEOUT_ERR
public static final int REPLICA_TIMEOUT_ERRTimeout has happened during the replication procedure. -
REPLICA_UNSUPPORTED_REQUEST_ERR
public static final int REPLICA_UNSUPPORTED_REQUEST_ERRThe error happens when the replication level try to handle an unsupported request. -
REPLICA_UNAVAILABLE_ERR
public static final int REPLICA_UNAVAILABLE_ERRThe error happens when the replica is not ready to handle a request. -
REPLICA_MISS_ERR
public static final int REPLICA_MISS_ERRThe error happens when the replica is not the current primary replica. -
CURSOR_CLOSE_ERR
public static final int CURSOR_CLOSE_ERRFailed to close cursor. -
REPLICA_STOPPING_ERR
public static final int REPLICA_STOPPING_ERRStopping replica exception code.
-
-
Constructor Details
-
Replicator
public Replicator()
-