org.apache.hadoop.yarn.proto
Interface YarnServerResourceManagerServiceProtos.ActiveRMInfoProtoOrBuilder

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

public static interface YarnServerResourceManagerServiceProtos.ActiveRMInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getClusterId()
          optional string clusterId = 1;
 com.google.protobuf.ByteString getClusterIdBytes()
          optional string clusterId = 1;
 String getRmId()
          optional string rmId = 2;
 com.google.protobuf.ByteString getRmIdBytes()
          optional string rmId = 2;
 boolean hasClusterId()
          optional string clusterId = 1;
 boolean hasRmId()
          optional string rmId = 2;
 
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

hasClusterId

boolean hasClusterId()
optional string clusterId = 1;


getClusterId

String getClusterId()
optional string clusterId = 1;


getClusterIdBytes

com.google.protobuf.ByteString getClusterIdBytes()
optional string clusterId = 1;


hasRmId

boolean hasRmId()
optional string rmId = 2;


getRmId

String getRmId()
optional string rmId = 2;


getRmIdBytes

com.google.protobuf.ByteString getRmIdBytes()
optional string rmId = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.