public static interface YarnProtos.StringLocalResourceMapProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
YarnProtos.LocalResourceProto |
getValue()
optional .hadoop.yarn.LocalResourceProto value = 2; |
YarnProtos.LocalResourceProtoOrBuilder |
getValueOrBuilder()
optional .hadoop.yarn.LocalResourceProto value = 2; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasValue()
optional .hadoop.yarn.LocalResourceProto value = 2; |
boolean hasKey()
optional string key = 1;
String getKey()
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
boolean hasValue()
optional .hadoop.yarn.LocalResourceProto value = 2;
YarnProtos.LocalResourceProto getValue()
optional .hadoop.yarn.LocalResourceProto value = 2;
YarnProtos.LocalResourceProtoOrBuilder getValueOrBuilder()
optional .hadoop.yarn.LocalResourceProto value = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.