Uses of Enum
org.apache.druid.indexer.RunnerTaskState
Packages that use RunnerTaskState
-
Uses of RunnerTaskState in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return RunnerTaskStateModifier and TypeMethodDescriptionTaskStatusPlus.getRunnerStatusCode()static RunnerTaskStateReturns the enum constant of this type with the specified name.static RunnerTaskState[]RunnerTaskState.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.indexer with parameters of type RunnerTaskStateModifierConstructorDescriptionTaskStatusPlus(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)