Package org.apache.ignite.lang
Class ErrorGroups.Compute
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Compute
- Enclosing class:
- ErrorGroups
Compute error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Compute job cancel failed error.static final int
Cannot change job priority.static final int
Job class initialization error.static final int
Class loader error.static final int
Classpath error.static final ErrorGroup
Compute error group.static final int
Compute job failed.static final int
Compute job status transition error.static final int
Compute job state can't be retrieved.static final int
Incompatible types for argument/result in compute job.static final int
Specified node is not found in the cluster.static final int
Cannot resolve primary replica for colocated execution.static final int
Compute execution queue overflow error.static final int
Compute job result not found error. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMPUTE_ERR_GROUP
Compute error group. -
CLASS_PATH_ERR
public static final int CLASS_PATH_ERRClasspath error. -
CLASS_LOADER_ERR
public static final int CLASS_LOADER_ERRClass loader error. -
CLASS_INITIALIZATION_ERR
public static final int CLASS_INITIALIZATION_ERRJob class initialization error. -
QUEUE_OVERFLOW_ERR
public static final int QUEUE_OVERFLOW_ERRCompute execution queue overflow error. -
COMPUTE_JOB_STATUS_TRANSITION_ERR
public static final int COMPUTE_JOB_STATUS_TRANSITION_ERRCompute job status transition error. -
CANCELLING_ERR
public static final int CANCELLING_ERRCompute job cancel failed error. -
RESULT_NOT_FOUND_ERR
public static final int RESULT_NOT_FOUND_ERRCompute job result not found error. -
FAIL_TO_GET_JOB_STATE_ERR
public static final int FAIL_TO_GET_JOB_STATE_ERRCompute job state can't be retrieved. -
COMPUTE_JOB_FAILED_ERR
public static final int COMPUTE_JOB_FAILED_ERRCompute job failed. -
PRIMARY_REPLICA_RESOLVE_ERR
public static final int PRIMARY_REPLICA_RESOLVE_ERRCannot resolve primary replica for colocated execution. -
CHANGE_JOB_PRIORITY_ERR
public static final int CHANGE_JOB_PRIORITY_ERRCannot change job priority. -
NODE_NOT_FOUND_ERR
public static final int NODE_NOT_FOUND_ERRSpecified node is not found in the cluster. -
MARSHALLING_TYPE_MISMATCH_ERR
public static final int MARSHALLING_TYPE_MISMATCH_ERRIncompatible types for argument/result in compute job. For example, the one has defined a marshaller for Type A in the compute job but on the client side they have passed Type B.
-
-
Constructor Details
-
Compute
public Compute()
-