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 getLastKnownContainerTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getLastKnownContainerTokenMasterKeyOrBuilder()
          optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;
 YarnServerCommonProtos.MasterKeyProto getLastKnownNmTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;
 YarnServerCommonProtos.MasterKeyProtoOrBuilder getLastKnownNmTokenMasterKeyOrBuilder()
          optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;
 YarnServerCommonProtos.NodeStatusProto getNodeStatus()
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
 YarnServerCommonProtos.NodeStatusProtoOrBuilder getNodeStatusOrBuilder()
          optional .hadoop.yarn.NodeStatusProto node_status = 1;
 boolean hasLastKnownContainerTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;
 boolean hasLastKnownNmTokenMasterKey()
          optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;
 boolean hasNodeStatus()
          optional .hadoop.yarn.NodeStatusProto node_status = 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

hasNodeStatus

boolean hasNodeStatus()
optional .hadoop.yarn.NodeStatusProto node_status = 1;


getNodeStatus

YarnServerCommonProtos.NodeStatusProto getNodeStatus()
optional .hadoop.yarn.NodeStatusProto node_status = 1;


getNodeStatusOrBuilder

YarnServerCommonProtos.NodeStatusProtoOrBuilder getNodeStatusOrBuilder()
optional .hadoop.yarn.NodeStatusProto node_status = 1;


hasLastKnownContainerTokenMasterKey

boolean hasLastKnownContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;


getLastKnownContainerTokenMasterKey

YarnServerCommonProtos.MasterKeyProto getLastKnownContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;


getLastKnownContainerTokenMasterKeyOrBuilder

YarnServerCommonProtos.MasterKeyProtoOrBuilder getLastKnownContainerTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto last_known_container_token_master_key = 2;


hasLastKnownNmTokenMasterKey

boolean hasLastKnownNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;


getLastKnownNmTokenMasterKey

YarnServerCommonProtos.MasterKeyProto getLastKnownNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;


getLastKnownNmTokenMasterKeyOrBuilder

YarnServerCommonProtos.MasterKeyProtoOrBuilder getLastKnownNmTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto last_known_nm_token_master_key = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.