org.apache.hadoop.yarn.proto
Interface YarnServerNodemanagerServiceProtos.LocalizerStatusProtoOrBuilder

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

public static interface YarnServerNodemanagerServiceProtos.LocalizerStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getLocalizerId()
          optional string localizer_id = 1;
 com.google.protobuf.ByteString getLocalizerIdBytes()
          optional string localizer_id = 1;
 YarnServerNodemanagerServiceProtos.LocalResourceStatusProto getResources(int index)
          repeated .LocalResourceStatusProto resources = 2;
 int getResourcesCount()
          repeated .LocalResourceStatusProto resources = 2;
 List<YarnServerNodemanagerServiceProtos.LocalResourceStatusProto> getResourcesList()
          repeated .LocalResourceStatusProto resources = 2;
 YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder getResourcesOrBuilder(int index)
          repeated .LocalResourceStatusProto resources = 2;
 List<? extends YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder> getResourcesOrBuilderList()
          repeated .LocalResourceStatusProto resources = 2;
 boolean hasLocalizerId()
          optional string localizer_id = 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

hasLocalizerId

boolean hasLocalizerId()
optional string localizer_id = 1;


getLocalizerId

String getLocalizerId()
optional string localizer_id = 1;


getLocalizerIdBytes

com.google.protobuf.ByteString getLocalizerIdBytes()
optional string localizer_id = 1;


getResourcesList

List<YarnServerNodemanagerServiceProtos.LocalResourceStatusProto> getResourcesList()
repeated .LocalResourceStatusProto resources = 2;


getResources

YarnServerNodemanagerServiceProtos.LocalResourceStatusProto getResources(int index)
repeated .LocalResourceStatusProto resources = 2;


getResourcesCount

int getResourcesCount()
repeated .LocalResourceStatusProto resources = 2;


getResourcesOrBuilderList

List<? extends YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder> getResourcesOrBuilderList()
repeated .LocalResourceStatusProto resources = 2;


getResourcesOrBuilder

YarnServerNodemanagerServiceProtos.LocalResourceStatusProtoOrBuilder getResourcesOrBuilder(int index)
repeated .LocalResourceStatusProto resources = 2;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.