Uses of Class
org.apache.druid.indexer.RunnerTaskState
-
Packages that use RunnerTaskState Package Description org.apache.druid.indexer -
-
Uses of RunnerTaskState in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return RunnerTaskState Modifier and Type Method Description RunnerTaskStateTaskStatusPlus. getRunnerStatusCode()static RunnerTaskStateRunnerTaskState. valueOf(String name)Returns 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 RunnerTaskState Constructor Description 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)
-