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_BE_REMOVED_FROM_NM_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 |
static int |
SYSTEM_CREDENTIALS_FOR_APPS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto |
getApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
int |
getApplicationsToCleanupCount()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> |
getApplicationsToCleanupList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder |
getApplicationsToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> |
getApplicationsToCleanupOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto |
getContainersToBeRemovedFromNm(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9; |
int |
getContainersToBeRemovedFromNmCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9; |
List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> |
getContainersToBeRemovedFromNmList()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder |
getContainersToBeRemovedFromNmOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9; |
List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> |
getContainersToBeRemovedFromNmOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto |
getContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
int |
getContainersToCleanupCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> |
getContainersToCleanupList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder |
getContainersToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5; |
List<? extends org.apache.hadoop.yarn.proto.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() |
YarnServerCommonServiceProtos.SystemCredentialsForAppsProto |
getSystemCredentialsForApps(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10; |
int |
getSystemCredentialsForAppsCount()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10; |
List<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto> |
getSystemCredentialsForAppsList()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10; |
YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder |
getSystemCredentialsForAppsOrBuilder(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10; |
List<? extends YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder> |
getSystemCredentialsForAppsOrBuilderList()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10; |
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, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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 final int CONTAINERS_TO_BE_REMOVED_FROM_NM_FIELD_NUMBER
public static final int SYSTEM_CREDENTIALS_FOR_APPS_FIELD_NUMBER
public static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstance()
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<YarnServerCommonServiceProtos.NodeHeartbeatResponseProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasResponseId()
optional int32 response_id = 1;hasResponseId in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic int getResponseId()
optional int32 response_id = 1;getResponseId in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic boolean hasContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;hasContainerTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonProtos.MasterKeyProto getContainerTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;getContainerTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonProtos.MasterKeyProtoOrBuilder getContainerTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto container_token_master_key = 2;getContainerTokenMasterKeyOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic boolean hasNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;hasNmTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonProtos.MasterKeyProto getNmTokenMasterKey()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;getNmTokenMasterKey in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonProtos.MasterKeyProtoOrBuilder getNmTokenMasterKeyOrBuilder()
optional .hadoop.yarn.MasterKeyProto nm_token_master_key = 3;getNmTokenMasterKeyOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic boolean hasNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;hasNodeAction in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonProtos.NodeActionProto getNodeAction()
optional .hadoop.yarn.NodeActionProto nodeAction = 4;getNodeAction in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToCleanupList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;getContainersToCleanupList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToCleanupOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;getContainersToCleanupOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic int getContainersToCleanupCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;getContainersToCleanupCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToCleanup(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;getContainersToCleanup in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_cleanup = 5;getContainersToCleanupOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto> getApplicationsToCleanupList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;getApplicationsToCleanupList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder> getApplicationsToCleanupOrBuilderList()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;getApplicationsToCleanupOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic int getApplicationsToCleanupCount()
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;getApplicationsToCleanupCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getApplicationsToCleanup(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;getApplicationsToCleanup in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getApplicationsToCleanupOrBuilder(int index)
repeated .hadoop.yarn.ApplicationIdProto applications_to_cleanup = 6;getApplicationsToCleanupOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic boolean hasNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;hasNextHeartBeatInterval in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic long getNextHeartBeatInterval()
optional int64 nextHeartBeatInterval = 7;getNextHeartBeatInterval in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic boolean hasDiagnosticsMessage()
optional string diagnostics_message = 8;hasDiagnosticsMessage in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic String getDiagnosticsMessage()
optional string diagnostics_message = 8;getDiagnosticsMessage in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic com.google.protobuf.ByteString getDiagnosticsMessageBytes()
optional string diagnostics_message = 8;getDiagnosticsMessageBytes in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto> getContainersToBeRemovedFromNmList()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;getContainersToBeRemovedFromNmList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<? extends org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder> getContainersToBeRemovedFromNmOrBuilderList()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;getContainersToBeRemovedFromNmOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic int getContainersToBeRemovedFromNmCount()
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;getContainersToBeRemovedFromNmCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProto getContainersToBeRemovedFromNm(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;getContainersToBeRemovedFromNm in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnProtos.ContainerIdProtoOrBuilder getContainersToBeRemovedFromNmOrBuilder(int index)
repeated .hadoop.yarn.ContainerIdProto containers_to_be_removed_from_nm = 9;getContainersToBeRemovedFromNmOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto> getSystemCredentialsForAppsList()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;getSystemCredentialsForAppsList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic List<? extends YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder> getSystemCredentialsForAppsOrBuilderList()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;getSystemCredentialsForAppsOrBuilderList in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic int getSystemCredentialsForAppsCount()
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;getSystemCredentialsForAppsCount in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonServiceProtos.SystemCredentialsForAppsProto getSystemCredentialsForApps(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;getSystemCredentialsForApps in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder getSystemCredentialsForAppsOrBuilder(int index)
repeated .hadoop.yarn.SystemCredentialsForAppsProto system_credentials_for_apps = 10;getSystemCredentialsForAppsOrBuilder in interface YarnServerCommonServiceProtos.NodeHeartbeatResponseProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder()
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilder(YarnServerCommonServiceProtos.NodeHeartbeatResponseProto prototype)
public YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected YarnServerCommonServiceProtos.NodeHeartbeatResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2017 Apache Software Foundation. All Rights Reserved.