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

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

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


Method Summary
 DAGProtos.TezCounterProto getCounters(int index)
          repeated .TezCounterProto counters = 3;
 int getCountersCount()
          repeated .TezCounterProto counters = 3;
 List<DAGProtos.TezCounterProto> getCountersList()
          repeated .TezCounterProto counters = 3;
 DAGProtos.TezCounterProtoOrBuilder getCountersOrBuilder(int index)
          repeated .TezCounterProto counters = 3;
 List<? extends DAGProtos.TezCounterProtoOrBuilder> getCountersOrBuilderList()
          repeated .TezCounterProto counters = 3;
 String getDisplayName()
          optional string display_name = 2;
 com.google.protobuf.ByteString getDisplayNameBytes()
          optional string display_name = 2;
 String getName()
          optional string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          optional string name = 1;
 boolean hasDisplayName()
          optional string display_name = 2;
 boolean hasName()
          optional string name = 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

hasName

boolean hasName()
optional string name = 1;


getName

String getName()
optional string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
optional string name = 1;


hasDisplayName

boolean hasDisplayName()
optional string display_name = 2;


getDisplayName

String getDisplayName()
optional string display_name = 2;


getDisplayNameBytes

com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 2;


getCountersList

List<DAGProtos.TezCounterProto> getCountersList()
repeated .TezCounterProto counters = 3;


getCounters

DAGProtos.TezCounterProto getCounters(int index)
repeated .TezCounterProto counters = 3;


getCountersCount

int getCountersCount()
repeated .TezCounterProto counters = 3;


getCountersOrBuilderList

List<? extends DAGProtos.TezCounterProtoOrBuilder> getCountersOrBuilderList()
repeated .TezCounterProto counters = 3;


getCountersOrBuilder

DAGProtos.TezCounterProtoOrBuilder getCountersOrBuilder(int index)
repeated .TezCounterProto counters = 3;



Copyright © 2014 Apache Software Foundation. All rights reserved.