Uses of Class
org.apache.tez.common.counters.TezCounters

Packages that use TezCounters
org.apache.tez.dag.api   
org.apache.tez.dag.api.client   
org.apache.tez.runtime.api   
 

Uses of TezCounters in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return TezCounters
static TezCounters DagTypeConverters.convertTezCountersFromProto(DAGProtos.TezCountersProto proto)
           
 

Methods in org.apache.tez.dag.api with parameters of type TezCounters
static DAGProtos.TezCountersProto DagTypeConverters.convertTezCountersToProto(TezCounters counters)
           
 

Uses of TezCounters in org.apache.tez.dag.api.client
 

Methods in org.apache.tez.dag.api.client that return TezCounters
 TezCounters DAGStatus.getDAGCounters()
           
 TezCounters VertexStatus.getVertexCounters()
           
 

Uses of TezCounters in org.apache.tez.runtime.api
 

Methods in org.apache.tez.runtime.api that return TezCounters
 TezCounters TezTaskContext.getCounters()
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.