Uses of Enum Class
org.apache.druid.indexer.TaskState
Packages that use TaskState
-
Uses of TaskState in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return TaskStateModifier and TypeMethodDescriptionTaskStatusPlus.getStatus()Deprecated.TaskStatus.getStatusCode()TaskStatusPlus.getStatusCode()static TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.indexer with parameters of type TaskStateModifier and TypeMethodDescriptionstatic TaskStatusThis 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 TaskStateModifierConstructorDescriptionTaskStatus(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) -
Uses of TaskState in org.apache.druid.query.http
Methods in org.apache.druid.query.http that return TaskStateConstructors in org.apache.druid.query.http with parameters of type TaskState