Class ClientStatus
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.client.ClientStatus
-
public final class ClientStatus extends Object
Client status codes.
-
-
Field Summary
Fields Modifier and Type Field Description static intAUTH_FAILEDAuthentication failed.static intCACHE_CONFIG_INVALIDInvalid cache configuration.static intCACHE_DOES_NOT_EXISTCache does not exist.static intCACHE_EXISTSCache already exists.static intENTRY_PROCESSOR_EXCEPTIONEntry processor invokation error.static intFAILEDCommand failed.static intFUNCTIONALITY_DISABLEDFunctionality is disabled.static intINVALID_NODE_STATEInvalid node status.static intINVALID_OP_CODEInvalid op code.static intNODE_IN_RECOVERY_MODENode in recovery mode.static intRESOURCE_DOES_NOT_EXISTResource does not exist.static intSECURITY_VIOLATIONAuthorization failure.static intSUCCESSCommand succeeded.static intTOO_MANY_COMPUTE_TASKSToo many compute tasks.static intTOO_MANY_CURSORSToo many cursors.static intTX_LIMIT_EXCEEDEDActive transactions per connection limit exceeded.static intTX_NOT_FOUNDTransaction not found.
-
-
-
Field Detail
-
SUCCESS
public static final int SUCCESS
Command succeeded.- See Also:
- Constant Field Values
-
FAILED
public static final int FAILED
Command failed.- See Also:
- Constant Field Values
-
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
-
-