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

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

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


Method Summary
 String getHost(int index)
          repeated string host = 2;
 com.google.protobuf.ByteString getHostBytes(int index)
          repeated string host = 2;
 int getHostCount()
          repeated string host = 2;
 List<String> getHostList()
          repeated string host = 2;
 String getRack(int index)
          repeated string rack = 1;
 com.google.protobuf.ByteString getRackBytes(int index)
          repeated string rack = 1;
 int getRackCount()
          repeated string rack = 1;
 List<String> getRackList()
          repeated string rack = 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

getRackList

List<String> getRackList()
repeated string rack = 1;


getRackCount

int getRackCount()
repeated string rack = 1;


getRack

String getRack(int index)
repeated string rack = 1;


getRackBytes

com.google.protobuf.ByteString getRackBytes(int index)
repeated string rack = 1;


getHostList

List<String> getHostList()
repeated string host = 2;


getHostCount

int getHostCount()
repeated string host = 2;


getHost

String getHost(int index)
repeated string host = 2;


getHostBytes

com.google.protobuf.ByteString getHostBytes(int index)
repeated string host = 2;



Copyright © 2014 Apache Software Foundation. All rights reserved.