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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder>
IOException
public boolean hasTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;
hasTokenIdentifier
in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilder
public org.apache.hadoop.yarn.proto.YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProto getTokenIdentifier()
optional .hadoop.yarn.YARNDelegationTokenIdentifierProto token_identifier = 1;
getTokenIdentifier
in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilder
public 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.RMDelegationTokenIdentifierDataProtoOrBuilder
public boolean hasRenewDate()
optional int64 renewDate = 2;
hasRenewDate
in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilder
public long getRenewDate()
optional int64 renewDate = 2;
getRenewDate
in interface YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProtoOrBuilder
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder setRenewDate(long value)
optional int64 renewDate = 2;
public YarnServerResourceManagerRecoveryProtos.RMDelegationTokenIdentifierDataProto.Builder clearRenewDate()
optional int64 renewDate = 2;
Copyright © 2019 Apache Software Foundation. All Rights Reserved.