Class ErrorGroups.Replicator

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

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

    • REPLICATOR_ERR_GROUP

      public static final ErrorGroup REPLICATOR_ERR_GROUP
      Replicator error group.
    • REPLICA_COMMON_ERR

      public static final int REPLICA_COMMON_ERR
      Common error for the replication procedure.
    • REPLICA_IS_ALREADY_STARTED_ERR

      public static final int REPLICA_IS_ALREADY_STARTED_ERR
      Replica with the same identifier is already existed.
    • REPLICA_TIMEOUT_ERR

      public static final int REPLICA_TIMEOUT_ERR
      Timeout has happened during the replication procedure.
    • REPLICA_UNSUPPORTED_REQUEST_ERR

      public static final int REPLICA_UNSUPPORTED_REQUEST_ERR
      The error happens when the replication level try to handle an unsupported request.
    • REPLICA_UNAVAILABLE_ERR

      public static final int REPLICA_UNAVAILABLE_ERR
      The error happens when the replica is not ready to handle a request.
    • REPLICA_MISS_ERR

      public static final int REPLICA_MISS_ERR
      The error happens when the replica is not the current primary replica.
    • CURSOR_CLOSE_ERR

      public static final int CURSOR_CLOSE_ERR
      Failed to close cursor.
    • REPLICA_STOPPING_ERR

      public static final int REPLICA_STOPPING_ERR
      Stopping replica exception code.
  • Constructor Details

    • Replicator

      public Replicator()