public static final class YarnServerCommonServiceProtos.NodeHeartbeatResponseProto extends com.google.protobuf.GeneratedMessage implements YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
hadoop.yarn.NodeHeartbeatResponseProto
Modifier and Type | Class and Description |
---|---|
static class |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder
Protobuf type
hadoop.yarn.NodeHeartbeatResponseProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
APPLICATIONS_TO_CLEANUP_FIELD_NUMBER |
static int |
CONTAINER_TOKEN_MASTER_KEY_FIELD_NUMBER |
static int |
CONTAINERS_TO_CLEANUP_FIELD_NUMBER |
static int |
DIAGNOSTICS_MESSAGE_FIELD_NUMBER |
static int |
NEXTHEARTBEATINTERVAL_FIELD_NUMBER |
static int |
NM_TOKEN_MASTER_KEY_FIELD_NUMBER |
static int |
NODEACTION_FIELD_NUMBER |
static com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> |
PARSER |
static int |
RESPONSE_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
YarnProtos.ApplicationIdProto |
getApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
int |
getApplicationsToCleanupCount()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
List<YarnProtos.ApplicationIdProto> |
getApplicationsToCleanupList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
YarnProtos.ApplicationIdProtoOrBuilder |
getApplicationsToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
List<? extends YarnProtos.ApplicationIdProtoOrBuilder> |
getApplicationsToCleanupOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
YarnProtos.ContainerIdProto |
getContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
int |
getContainersToCleanupCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
List<YarnProtos.ContainerIdProto> |
getContainersToCleanupList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
YarnProtos.ContainerIdProtoOrBuilder |
getContainersToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
List<? extends YarnProtos.ContainerIdProtoOrBuilder> |
getContainersToCleanupOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
YarnServerCommonProtos.MasterKeyProto |
getContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2; |
YarnServerCommonProtos.MasterKeyProtoOrBuilder |
getContainerTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2; |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
getDefaultInstance() |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDiagnosticsMessage()
optional string diagnostics_message = 8; |
com.google.protobuf.ByteString |
getDiagnosticsMessageBytes()
optional string diagnostics_message = 8; |
long |
getNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7; |
YarnServerCommonProtos.MasterKeyProto |
getNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3; |
YarnServerCommonProtos.MasterKeyProtoOrBuilder |
getNmTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3; |
YarnServerCommonProtos.NodeActionProto |
getNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4; |
com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> |
getParserForType() |
int |
getResponseId()
optional int32 response_id = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2; |
boolean |
hasDiagnosticsMessage()
optional string diagnostics_message = 8; |
int |
hashCode() |
boolean |
hasNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7; |
boolean |
hasNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3; |
boolean |
hasNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4; |
boolean |
hasResponseId()
optional int32 response_id = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
newBuilder() |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
newBuilder(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto prototype) |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
newBuilderForType() |
protected YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseDelimitedFrom(InputStream input) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(byte[] data) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(com.google.protobuf.ByteString data) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(InputStream input) |
static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> PARSER
public static final int RESPONSE_ID_FIELD_NUMBER
public static final int CONTAINER_TOKEN_MASTER_KEY_FIELD_NUMBER
public static final int NM_TOKEN_MASTER_KEY_FIELD_NUMBER
public static final int NODEACTION_FIELD_NUMBER
public static final int CONTAINERS_TO_CLEANUP_FIELD_NUMBER
public static final int APPLICATIONS_TO_CLEANUP_FIELD_NUMBER
public static final int NEXTHEARTBEATINTERVAL_FIELD_NUMBER
public static final int DIAGNOSTICS_MESSAGE_FIELD_NUMBER
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstance()
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasResponseId()
optional int32 response_id = 1;
hasResponseId
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public int getResponseId()
optional int32 response_id = 1;
getResponseId
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public boolean hasContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
hasContainerTokenMasterKey
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnServerCommonProtos.MasterKeyProto getContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
getContainerTokenMasterKey
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnServerCommonProtos.MasterKeyProtoOrBuilder getContainerTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;
getContainerTokenMasterKeyOrBuilder
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public boolean hasNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
hasNmTokenMasterKey
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnServerCommonProtos.MasterKeyProto getNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
getNmTokenMasterKey
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnServerCommonProtos.MasterKeyProtoOrBuilder getNmTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;
getNmTokenMasterKeyOrBuilder
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public boolean hasNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;
hasNodeAction
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnServerCommonProtos.NodeActionProto getNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;
getNodeAction
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public List<YarnProtos.ContainerIdProto> getContainersToCleanupList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupList
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public List<? extends YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupOrBuilderList
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public int getContainersToCleanupCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupCount
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnProtos.ContainerIdProto getContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanup
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;
getContainersToCleanupOrBuilder
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public List<YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupList
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public List<? extends YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupOrBuilderList
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public int getApplicationsToCleanupCount()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupCount
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanup
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;
getApplicationsToCleanupOrBuilder
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public boolean hasNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;
hasNextHeartBeatInterval
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public long getNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;
getNextHeartBeatInterval
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public boolean hasDiagnosticsMessage()
optional string diagnostics_message = 8;
hasDiagnosticsMessage
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public String getDiagnosticsMessage()
optional string diagnostics_message = 8;
getDiagnosticsMessage
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public com.google.protobuf.ByteString getDiagnosticsMessageBytes()
optional string diagnostics_message = 8;
getDiagnosticsMessageBytes
in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input) throws IOException
IOException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder()
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto prototype)
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.