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

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

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


Method Summary
 DAGProtos.PlanLocalResource getLocalResources(int index)
          repeated .PlanLocalResource localResources = 1;
 int getLocalResourcesCount()
          repeated .PlanLocalResource localResources = 1;
 List<DAGProtos.PlanLocalResource> getLocalResourcesList()
          repeated .PlanLocalResource localResources = 1;
 DAGProtos.PlanLocalResourceOrBuilder getLocalResourcesOrBuilder(int index)
          repeated .PlanLocalResource localResources = 1;
 List<? extends DAGProtos.PlanLocalResourceOrBuilder> getLocalResourcesOrBuilderList()
          repeated .PlanLocalResource localResources = 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

getLocalResourcesList

List<DAGProtos.PlanLocalResource> getLocalResourcesList()
repeated .PlanLocalResource localResources = 1;


getLocalResources

DAGProtos.PlanLocalResource getLocalResources(int index)
repeated .PlanLocalResource localResources = 1;


getLocalResourcesCount

int getLocalResourcesCount()
repeated .PlanLocalResource localResources = 1;


getLocalResourcesOrBuilderList

List<? extends DAGProtos.PlanLocalResourceOrBuilder> getLocalResourcesOrBuilderList()
repeated .PlanLocalResource localResources = 1;


getLocalResourcesOrBuilder

DAGProtos.PlanLocalResourceOrBuilder getLocalResourcesOrBuilder(int index)
repeated .PlanLocalResource localResources = 1;



Copyright © 2014 Apache Software Foundation. All rights reserved.