public static final class AuthenticationProtos.Token.Builder extends com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder> implements AuthenticationProtos.TokenOrBuilder
hbase.pb.Token
Serialization of the org.apache.hadoop.security.token.Token class Note that this is a Hadoop class, so fields may change!
| 限定符和类型 | 方法和说明 |
|---|---|
AuthenticationProtos.Token |
build() |
AuthenticationProtos.Token |
buildPartial() |
AuthenticationProtos.Token.Builder |
clear() |
AuthenticationProtos.Token.Builder |
clearIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form
Note: we can't use the protobuf directly because the Hadoop Token class
only stores the serialized bytes
|
AuthenticationProtos.Token.Builder |
clearPassword()
optional bytes password = 2; |
AuthenticationProtos.Token.Builder |
clearService()
optional bytes service = 3; |
AuthenticationProtos.Token.Builder |
clone() |
AuthenticationProtos.Token |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form
Note: we can't use the protobuf directly because the Hadoop Token class
only stores the serialized bytes
|
com.google.protobuf.ByteString |
getPassword()
optional bytes password = 2; |
com.google.protobuf.ByteString |
getService()
optional bytes service = 3; |
boolean |
hasIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form
Note: we can't use the protobuf directly because the Hadoop Token class
only stores the serialized bytes
|
boolean |
hasPassword()
optional bytes password = 2; |
boolean |
hasService()
optional bytes service = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AuthenticationProtos.Token.Builder |
mergeFrom(AuthenticationProtos.Token other) |
AuthenticationProtos.Token.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthenticationProtos.Token.Builder |
mergeFrom(com.google.protobuf.Message other) |
AuthenticationProtos.Token.Builder |
setIdentifier(com.google.protobuf.ByteString value)
optional bytes identifier = 1;
the TokenIdentifier in serialized form
Note: we can't use the protobuf directly because the Hadoop Token class
only stores the serialized bytes
|
AuthenticationProtos.Token.Builder |
setPassword(com.google.protobuf.ByteString value)
optional bytes password = 2; |
AuthenticationProtos.Token.Builder |
setService(com.google.protobuf.ByteString value)
optional bytes service = 3; |
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, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder>public AuthenticationProtos.Token.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder>public AuthenticationProtos.Token.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder>public AuthenticationProtos.Token getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic AuthenticationProtos.Token build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic AuthenticationProtos.Token buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic AuthenticationProtos.Token.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.Token.Builder>public AuthenticationProtos.Token.Builder mergeFrom(AuthenticationProtos.Token other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<AuthenticationProtos.Token.Builder>public AuthenticationProtos.Token.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<AuthenticationProtos.Token.Builder>IOExceptionpublic boolean hasIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form Note: we can't use the protobuf directly because the Hadoop Token class only stores the serialized bytes
public com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form Note: we can't use the protobuf directly because the Hadoop Token class only stores the serialized bytes
public AuthenticationProtos.Token.Builder setIdentifier(com.google.protobuf.ByteString value)
optional bytes identifier = 1;
the TokenIdentifier in serialized form Note: we can't use the protobuf directly because the Hadoop Token class only stores the serialized bytes
public AuthenticationProtos.Token.Builder clearIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form Note: we can't use the protobuf directly because the Hadoop Token class only stores the serialized bytes
public boolean hasPassword()
optional bytes password = 2;public com.google.protobuf.ByteString getPassword()
optional bytes password = 2;public AuthenticationProtos.Token.Builder setPassword(com.google.protobuf.ByteString value)
optional bytes password = 2;public AuthenticationProtos.Token.Builder clearPassword()
optional bytes password = 2;public boolean hasService()
optional bytes service = 3;public com.google.protobuf.ByteString getService()
optional bytes service = 3;public AuthenticationProtos.Token.Builder setService(com.google.protobuf.ByteString value)
optional bytes service = 3;public AuthenticationProtos.Token.Builder clearService()
optional bytes service = 3;Copyright © 2007–2019. All rights reserved.