org.apache.hadoop.yarn.proto
Interface YarnServerCommonProtos.RegistrationResponseProtoOrBuilder

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

public static interface YarnServerCommonProtos.RegistrationResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnServerCommonProtos.MasterKeyProto getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getMasterKeyOrBuilder()
           
 YarnServerCommonProtos.NodeActionProto getNodeAction()
           
 boolean hasMasterKey()
           
 boolean hasNodeAction()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasMasterKey

boolean hasMasterKey()

getMasterKey

YarnServerCommonProtos.MasterKeyProto getMasterKey()

getMasterKeyOrBuilder

YarnServerCommonProtos.MasterKeyProtoOrBuilder getMasterKeyOrBuilder()

hasNodeAction

boolean hasNodeAction()

getNodeAction

YarnServerCommonProtos.NodeActionProto getNodeAction()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.