org.apache.hadoop.yarn.proto
Interface YarnServerCommonServiceProtos.NodeHeartbeatRequestProtoOrBuilder

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

public static interface YarnServerCommonServiceProtos.NodeHeartbeatRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnServerCommonProtos.MasterKeyProto getLastKnownMasterKey()
           
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getLastKnownMasterKeyOrBuilder()
           
 YarnServerCommonProtos.NodeStatusProto getNodeStatus()
           
 YarnServerCommonProtos.NodeStatusProtoOrBuilder getNodeStatusOrBuilder()
           
 boolean hasLastKnownMasterKey()
           
 boolean hasNodeStatus()
           
 
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

hasNodeStatus

boolean hasNodeStatus()

getNodeStatus

YarnServerCommonProtos.NodeStatusProto getNodeStatus()

getNodeStatusOrBuilder

YarnServerCommonProtos.NodeStatusProtoOrBuilder getNodeStatusOrBuilder()

hasLastKnownMasterKey

boolean hasLastKnownMasterKey()

getLastKnownMasterKey

YarnServerCommonProtos.MasterKeyProto getLastKnownMasterKey()

getLastKnownMasterKeyOrBuilder

YarnServerCommonProtos.MasterKeyProtoOrBuilder getLastKnownMasterKeyOrBuilder()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.