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

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

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


Method Summary
 DAGProtos.PlanKeyValuePair getConfKeyValues(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 int getConfKeyValuesCount()
          repeated .PlanKeyValuePair confKeyValues = 1;
 List<DAGProtos.PlanKeyValuePair> getConfKeyValuesList()
          repeated .PlanKeyValuePair confKeyValues = 1;
 DAGProtos.PlanKeyValuePairOrBuilder getConfKeyValuesOrBuilder(int index)
          repeated .PlanKeyValuePair confKeyValues = 1;
 List<? extends DAGProtos.PlanKeyValuePairOrBuilder> getConfKeyValuesOrBuilderList()
          repeated .PlanKeyValuePair confKeyValues = 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

getConfKeyValuesList

List<DAGProtos.PlanKeyValuePair> getConfKeyValuesList()
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValues

DAGProtos.PlanKeyValuePair getConfKeyValues(int index)
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValuesCount

int getConfKeyValuesCount()
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValuesOrBuilderList

List<? extends DAGProtos.PlanKeyValuePairOrBuilder> getConfKeyValuesOrBuilderList()
repeated .PlanKeyValuePair confKeyValues = 1;


getConfKeyValuesOrBuilder

DAGProtos.PlanKeyValuePairOrBuilder getConfKeyValuesOrBuilder(int index)
repeated .PlanKeyValuePair confKeyValues = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.