| Package | Description |
|---|---|
| org.apache.drill.yarn.appMaster |
Implements the Drill Application Master for YARN.
|
| Modifier and Type | Field and Description |
|---|---|
protected Task.TrackingState |
Task.trackingState
Tracking state for an additional task tracker (such as using
ZooKeeper to track Drill-bits.)
|
| Modifier and Type | Method and Description |
|---|---|
Task.TrackingState |
Task.getTrackingState() |
static Task.TrackingState |
Task.TrackingState.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setTrackingState(Task.TrackingState tState) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.