Uses of Enum
org.apache.drill.yarn.appMaster.Task.TrackingState
Package
Description
Implements the Drill Application Master for YARN.
-
Uses of Task.TrackingState in org.apache.drill.yarn.appMaster
Modifier and TypeFieldDescriptionprotected Task.TrackingState
Task.trackingState
Tracking state for an additional task tracker (such as using ZooKeeper to track Drill-bits.)Modifier and TypeMethodDescriptionTask.getTrackingState()
static Task.TrackingState
Returns the enum constant of this type with the specified name.static Task.TrackingState[]
Task.TrackingState.values()
Returns an array containing the constants of this enum type, in the order they are declared.