Uses of Class
org.apache.druid.indexer.TaskState
-
Packages that use TaskState Package Description org.apache.druid.indexer -
-
Uses of TaskState in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return TaskState Modifier and Type Method Description TaskStateTaskStatusPlus. getStatus()Deprecated.TaskStateTaskStatus. getStatusCode()TaskStateTaskStatusPlus. getStatusCode()static TaskStateTaskState. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskState[]TaskState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.indexer with parameters of type TaskState Modifier and Type Method Description static TaskStatusTaskStatus. fromCode(String taskId, TaskState code)This method is deprecated for production because it does not handle the error message of failed task status properly.Constructors in org.apache.druid.indexer with parameters of type TaskState Constructor Description TaskStatus(String id, TaskState status, long duration, String errorMsg, TaskLocation location)TaskStatusPlus(String id, String groupId, String type, org.joda.time.DateTime createdTime, org.joda.time.DateTime queueInsertionTime, TaskState statusCode, RunnerTaskState runnerStatusCode, Long duration, TaskLocation location, String dataSource, String errorMsg)TaskStatusPlus(String id, String groupId, String type, org.joda.time.DateTime createdTime, org.joda.time.DateTime queueInsertionTime, TaskState statusCode, TaskState status, RunnerTaskState runnerTaskState, Long duration, TaskLocation location, String dataSource, String errorMsg)
-