Class ErrorGroups.Compute

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

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

    • COMPUTE_ERR_GROUP

      public static final ErrorGroup COMPUTE_ERR_GROUP
      Compute error group.
    • CLASS_PATH_ERR

      public static final int CLASS_PATH_ERR
      Classpath error.
    • CLASS_LOADER_ERR

      public static final int CLASS_LOADER_ERR
      Class loader error.
    • CLASS_INITIALIZATION_ERR

      public static final int CLASS_INITIALIZATION_ERR
      Job class initialization error.
    • QUEUE_OVERFLOW_ERR

      public static final int QUEUE_OVERFLOW_ERR
      Compute execution queue overflow error.
    • COMPUTE_JOB_STATUS_TRANSITION_ERR

      public static final int COMPUTE_JOB_STATUS_TRANSITION_ERR
      Compute job status transition error.
    • CANCELLING_ERR

      public static final int CANCELLING_ERR
      Compute job cancel failed error.
    • RESULT_NOT_FOUND_ERR

      public static final int RESULT_NOT_FOUND_ERR
      Compute job result not found error.
    • FAIL_TO_GET_JOB_STATE_ERR

      public static final int FAIL_TO_GET_JOB_STATE_ERR
      Compute job state can't be retrieved.
    • COMPUTE_JOB_FAILED_ERR

      public static final int COMPUTE_JOB_FAILED_ERR
      Compute job failed.
    • PRIMARY_REPLICA_RESOLVE_ERR

      public static final int PRIMARY_REPLICA_RESOLVE_ERR
      Cannot resolve primary replica for colocated execution.
    • CHANGE_JOB_PRIORITY_ERR

      public static final int CHANGE_JOB_PRIORITY_ERR
      Cannot change job priority.
    • NODE_NOT_FOUND_ERR

      public static final int NODE_NOT_FOUND_ERR
      Specified node is not found in the cluster.
    • MARSHALLING_TYPE_MISMATCH_ERR

      public static final int MARSHALLING_TYPE_MISMATCH_ERR
      Incompatible 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()