public static final class YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder> implements YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilder
hadoop.yarn.RMDelegationTokenIdentifierDataProto| Modifier and Type | Method and Description |
|---|---|
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto |
build() |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto |
buildPartial() |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
clear() |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
clearRenewDate()
optional int64 renewDate = 2; |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
clearTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
clone() |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getRenewDate()
optional int64 renewDate = 2; |
org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto |
getTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto.Builder |
getTokenIdentifierBuilder()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProtoOrBuilder |
getTokenIdentifierOrBuilder()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
boolean |
hasRenewDate()
optional int64 renewDate = 2; |
boolean |
hasTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
mergeFrom(YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto other) |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
mergeTokenIdentifier(org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto value)
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
setRenewDate(long value)
optional int64 renewDate = 2; |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
setTokenIdentifier(org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto.Builder builderForValue)
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder |
setTokenIdentifier(org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto value)
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder mergeFrom(YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>IOExceptionpublic boolean hasTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;hasTokenIdentifier in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilderpublic org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto getTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;getTokenIdentifier in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilderpublic YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder setTokenIdentifier(org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto value)
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder setTokenIdentifier(org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto.Builder builderForValue)
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder mergeTokenIdentifier(org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto value)
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder clearTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;public org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto.Builder getTokenIdentifierBuilder()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;public org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProtoOrBuilder getTokenIdentifierOrBuilder()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;getTokenIdentifierOrBuilder in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilderpublic boolean hasRenewDate()
optional int64 renewDate = 2;hasRenewDate in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilderpublic long getRenewDate()
optional int64 renewDate = 2;getRenewDate in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilderpublic YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder setRenewDate(long value)
optional int64 renewDate = 2;public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder clearRenewDate()
optional int64 renewDate = 2;Copyright © 2016 Apache Software Foundation. All Rights Reserved.