public static interface DAGProtos.PlanTaskLocationHintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
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; | 
int getRackCount()
repeated string rack = 1;String getRack(int index)
repeated string rack = 1;com.google.protobuf.ByteString getRackBytes(int index)
repeated string rack = 1;int getHostCount()
repeated string host = 2;String getHost(int index)
repeated string host = 2;com.google.protobuf.ByteString getHostBytes(int index)
repeated string host = 2;Copyright © 2016 Apache Software Foundation. All rights reserved.