Class ClientStatus


  • public final class ClientStatus
    extends Object
    Client status codes.
    • Field Detail

      • INVALID_OP_CODE

        public static final int INVALID_OP_CODE
        Invalid op code.
        See Also:
        Constant Field Values
      • INVALID_NODE_STATE

        public static final int INVALID_NODE_STATE
        Invalid node status.
        See Also:
        Constant Field Values
      • NODE_IN_RECOVERY_MODE

        public static final int NODE_IN_RECOVERY_MODE
        Node in recovery mode.
        See Also:
        Constant Field Values
      • FUNCTIONALITY_DISABLED

        public static final int FUNCTIONALITY_DISABLED
        Functionality is disabled.
        See Also:
        Constant Field Values
      • CACHE_DOES_NOT_EXIST

        public static final int CACHE_DOES_NOT_EXIST
        Cache does not exist.
        See Also:
        Constant Field Values
      • CACHE_EXISTS

        public static final int CACHE_EXISTS
        Cache already exists.
        See Also:
        Constant Field Values
      • CACHE_CONFIG_INVALID

        public static final int CACHE_CONFIG_INVALID
        Invalid cache configuration.
        See Also:
        Constant Field Values
      • TOO_MANY_CURSORS

        public static final int TOO_MANY_CURSORS
        Too many cursors.
        See Also:
        Constant Field Values
      • RESOURCE_DOES_NOT_EXIST

        public static final int RESOURCE_DOES_NOT_EXIST
        Resource does not exist.
        See Also:
        Constant Field Values
      • SECURITY_VIOLATION

        public static final int SECURITY_VIOLATION
        Authorization failure.
        See Also:
        Constant Field Values
      • TX_LIMIT_EXCEEDED

        public static final int TX_LIMIT_EXCEEDED
        Active transactions per connection limit exceeded.
        See Also:
        Constant Field Values
      • TX_NOT_FOUND

        public static final int TX_NOT_FOUND
        Transaction not found.
        See Also:
        Constant Field Values
      • TOO_MANY_COMPUTE_TASKS

        public static final int TOO_MANY_COMPUTE_TASKS
        Too many compute tasks.
        See Also:
        Constant Field Values
      • ENTRY_PROCESSOR_EXCEPTION

        public static final int ENTRY_PROCESSOR_EXCEPTION
        Entry processor invokation error.
        See Also:
        Constant Field Values
      • AUTH_FAILED

        public static final int AUTH_FAILED
        Authentication failed.
        See Also:
        Constant Field Values