org.apache.tez.dag.api.records
Interface DAGProtos.TezCountersProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DAGProtos.TezCountersProto, DAGProtos.TezCountersProto.Builder
Enclosing class:
DAGProtos

public static interface DAGProtos.TezCountersProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 DAGProtos.TezCounterGroupProto getCounterGroups(int index)
          repeated .TezCounterGroupProto counter_groups = 1;
 int getCounterGroupsCount()
          repeated .TezCounterGroupProto counter_groups = 1;
 List<DAGProtos.TezCounterGroupProto> getCounterGroupsList()
          repeated .TezCounterGroupProto counter_groups = 1;
 DAGProtos.TezCounterGroupProtoOrBuilder getCounterGroupsOrBuilder(int index)
          repeated .TezCounterGroupProto counter_groups = 1;
 List<? extends DAGProtos.TezCounterGroupProtoOrBuilder> getCounterGroupsOrBuilderList()
          repeated .TezCounterGroupProto counter_groups = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getCounterGroupsList

List<DAGProtos.TezCounterGroupProto> getCounterGroupsList()
repeated .TezCounterGroupProto counter_groups = 1;


getCounterGroups

DAGProtos.TezCounterGroupProto getCounterGroups(int index)
repeated .TezCounterGroupProto counter_groups = 1;


getCounterGroupsCount

int getCounterGroupsCount()
repeated .TezCounterGroupProto counter_groups = 1;


getCounterGroupsOrBuilderList

List<? extends DAGProtos.TezCounterGroupProtoOrBuilder> getCounterGroupsOrBuilderList()
repeated .TezCounterGroupProto counter_groups = 1;


getCounterGroupsOrBuilder

DAGProtos.TezCounterGroupProtoOrBuilder getCounterGroupsOrBuilder(int index)
repeated .TezCounterGroupProto counter_groups = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.