Class ErrorGroups.Transactions

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

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

    • TX_ERR_GROUP

      public static final ErrorGroup TX_ERR_GROUP
      Transactions error group.
    • TX_STATE_STORAGE_ERR

      public static final int TX_STATE_STORAGE_ERR
      Error of tx state storage.
    • TX_STATE_STORAGE_STOPPED_ERR

      public static final int TX_STATE_STORAGE_STOPPED_ERR
      Tx state storage is stopped.
    • TX_UNEXPECTED_STATE_ERR

      public static final int TX_UNEXPECTED_STATE_ERR
      Error of unexpected tx state on state change.
    • ACQUIRE_LOCK_ERR

      public static final int ACQUIRE_LOCK_ERR
      Failed to acquire a lock on a key due to a conflict.
    • ACQUIRE_LOCK_TIMEOUT_ERR

      public static final int ACQUIRE_LOCK_TIMEOUT_ERR
      Failed to acquire a lock on a key within a timeout.
    • TX_COMMIT_ERR

      public static final int TX_COMMIT_ERR
      Failed to commit a transaction.
    • TX_ROLLBACK_ERR

      public static final int TX_ROLLBACK_ERR
      Failed to rollback a transaction.
    • TX_FAILED_READ_WRITE_OPERATION_ERR

      public static final int TX_FAILED_READ_WRITE_OPERATION_ERR
      Failed to enlist read-write operation into read-only transaction.
    • TX_STATE_STORAGE_REBALANCE_ERR

      public static final int TX_STATE_STORAGE_REBALANCE_ERR
      Tx state storage rebalancing error.
    • TX_READ_ONLY_TOO_OLD_ERR

      public static final int TX_READ_ONLY_TOO_OLD_ERR
      Error occurred when trying to create a read-only transaction with a timestamp older than the data available in the tables.
    • TX_INCOMPATIBLE_SCHEMA_ERR

      public static final int TX_INCOMPATIBLE_SCHEMA_ERR
      Failure due to an incompatible schema change.
    • TX_PRIMARY_REPLICA_EXPIRED_ERR

      public static final int TX_PRIMARY_REPLICA_EXPIRED_ERR
      Failure due to primary replica expiration.
    • TX_ALREADY_FINISHED_ERR

      public static final int TX_ALREADY_FINISHED_ERR
      Operation failed because the transaction is already finished.
    • TX_STALE_OPERATION_ERR

      public static final int TX_STALE_OPERATION_ERR
      Failure due to a stale operation of a completed transaction is detected.
    • TX_STALE_READ_ONLY_OPERATION_ERR

      public static final int TX_STALE_READ_ONLY_OPERATION_ERR
      Error occurred when trying to execute an operation in a read-only transaction on a node that has already destroyed data for read timestamp of the transaction.
    • TX_ALREADY_FINISHED_WITH_TIMEOUT_ERR

      public static final int TX_ALREADY_FINISHED_WITH_TIMEOUT_ERR
      Operation failed because the transaction is already finished with timeout.
  • Constructor Details

    • Transactions

      public Transactions()