Uses of Class
org.apache.tez.dag.api.client.VertexStatus.State

Packages that use VertexStatus.State
org.apache.tez.dag.api.client   
org.apache.tez.runtime.api   
 

Uses of VertexStatus.State in org.apache.tez.dag.api.client
 

Methods in org.apache.tez.dag.api.client that return VertexStatus.State
 VertexStatus.State VertexStatus.getState()
           
static VertexStatus.State VertexStatus.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VertexStatus.State[] VertexStatus.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of VertexStatus.State in org.apache.tez.runtime.api
 

Methods in org.apache.tez.runtime.api with parameters of type VertexStatus.State
abstract  void OutputCommitter.abortOutput(VertexStatus.State finalState)
          For aborting an output.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.