| Package | Description | 
|---|---|
| org.apache.tez.dag.api | |
| org.apache.tez.dag.api.event | |
| org.apache.tez.runtime.api | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VertexManagerPluginContext.registerForVertexStateUpdates(String vertexName,
                             Set<VertexState> stateSet)
Register to get notifications on updates to the specified vertex. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VertexState | 
VertexStateUpdate.getVertexState()
Get the updated state 
 | 
static VertexState | 
VertexState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VertexState[] | 
VertexState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
VertexStateUpdate(String vertexName,
                 VertexState vertexState)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
InputInitializerContext.registerForVertexStateUpdates(String vertexName,
                             Set<VertexState> stateSet)
Register to get notifications on updates to the specified vertex. 
 | 
Copyright © 2016 Apache Software Foundation. All rights reserved.