public static interface YarnServerNodemanagerServiceProtos.LocalizerStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLocalizerId()
optional string localizer_id = 1; |
com.google.protobuf.ByteString |
getLocalizerIdBytes()
optional string localizer_id = 1; |
YarnServerNodemanagerServiceProtos.LocalResourceStatusProto |
getResources(int index)
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2; |
int |
getResourcesCount()
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2; |
List<YarnServerNodemanagerServiceProtos.LocalResourceStatusProto> |
getResourcesList()
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2; |
YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder |
getResourcesOrBuilder(int index)
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2; |
List<? extends YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder> |
getResourcesOrBuilderList()
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2; |
boolean |
hasLocalizerId()
optional string localizer_id = 1; |
boolean hasLocalizerId()
optional string localizer_id = 1;
String getLocalizerId()
optional string localizer_id = 1;
com.google.protobuf.ByteString getLocalizerIdBytes()
optional string localizer_id = 1;
List<YarnServerNodemanagerServiceProtos.LocalResourceStatusProto> getResourcesList()
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2;
YarnServerNodemanagerServiceProtos.LocalResourceStatusProto getResources(int index)
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2;
int getResourcesCount()
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2;
List<? extends YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder> getResourcesOrBuilderList()
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2;
YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder getResourcesOrBuilder(int index)
repeated .hadoop.yarn.LocalResourceStatusProto resources = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.