public static final class FsImageProto.SecretManagerSection extends com.google.protobuf.GeneratedMessage implements FsImageProto.SecretManagerSectionOrBuilder
hadoop.hdfs.fsimage.SecretManagerSection
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.SecretManagerSection.Builder
Protobuf type
hadoop.hdfs.fsimage.SecretManagerSection |
static class |
FsImageProto.SecretManagerSection.DelegationKey
Protobuf type
hadoop.hdfs.fsimage.SecretManagerSection.DelegationKey |
static interface |
FsImageProto.SecretManagerSection.DelegationKeyOrBuilder |
static class |
FsImageProto.SecretManagerSection.PersistToken
Protobuf type
hadoop.hdfs.fsimage.SecretManagerSection.PersistToken |
static interface |
FsImageProto.SecretManagerSection.PersistTokenOrBuilder |
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 |
CURRENTID_FIELD_NUMBER |
static int |
NUMKEYS_FIELD_NUMBER |
static int |
NUMTOKENS_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.SecretManagerSection> |
PARSER |
static int |
TOKENSEQUENCENUMBER_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentId()
optional uint32 currentId = 1; |
static FsImageProto.SecretManagerSection |
getDefaultInstance() |
FsImageProto.SecretManagerSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getNumKeys()
optional uint32 numKeys = 3; |
int |
getNumTokens()
optional uint32 numTokens = 4; |
com.google.protobuf.Parser<FsImageProto.SecretManagerSection> |
getParserForType() |
int |
getSerializedSize() |
int |
getTokenSequenceNumber()
optional uint32 tokenSequenceNumber = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCurrentId()
optional uint32 currentId = 1; |
boolean |
hasNumKeys()
optional uint32 numKeys = 3; |
boolean |
hasNumTokens()
optional uint32 numTokens = 4; |
boolean |
hasTokenSequenceNumber()
optional uint32 tokenSequenceNumber = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.SecretManagerSection.Builder |
newBuilder() |
static FsImageProto.SecretManagerSection.Builder |
newBuilder(FsImageProto.SecretManagerSection prototype) |
FsImageProto.SecretManagerSection.Builder |
newBuilderForType() |
protected FsImageProto.SecretManagerSection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FsImageProto.SecretManagerSection |
parseDelimitedFrom(InputStream input) |
static FsImageProto.SecretManagerSection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection |
parseFrom(byte[] data) |
static FsImageProto.SecretManagerSection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.SecretManagerSection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.SecretManagerSection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.SecretManagerSection |
parseFrom(InputStream input) |
static FsImageProto.SecretManagerSection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.SecretManagerSection.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<FsImageProto.SecretManagerSection> PARSER
public static final int CURRENTID_FIELD_NUMBER
public static final int TOKENSEQUENCENUMBER_FIELD_NUMBER
public static final int NUMKEYS_FIELD_NUMBER
public static final int NUMTOKENS_FIELD_NUMBER
public static FsImageProto.SecretManagerSection getDefaultInstance()
public FsImageProto.SecretManagerSection 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<FsImageProto.SecretManagerSection> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasCurrentId()
optional uint32 currentId = 1;
hasCurrentId
in interface FsImageProto.SecretManagerSectionOrBuilder
public int getCurrentId()
optional uint32 currentId = 1;
getCurrentId
in interface FsImageProto.SecretManagerSectionOrBuilder
public boolean hasTokenSequenceNumber()
optional uint32 tokenSequenceNumber = 2;
hasTokenSequenceNumber
in interface FsImageProto.SecretManagerSectionOrBuilder
public int getTokenSequenceNumber()
optional uint32 tokenSequenceNumber = 2;
getTokenSequenceNumber
in interface FsImageProto.SecretManagerSectionOrBuilder
public boolean hasNumKeys()
optional uint32 numKeys = 3;
hasNumKeys
in interface FsImageProto.SecretManagerSectionOrBuilder
public int getNumKeys()
optional uint32 numKeys = 3;
getNumKeys
in interface FsImageProto.SecretManagerSectionOrBuilder
public boolean hasNumTokens()
optional uint32 numTokens = 4;
repeated DelegationKey keys repeated PersistToken tokens
hasNumTokens
in interface FsImageProto.SecretManagerSectionOrBuilder
public int getNumTokens()
optional uint32 numTokens = 4;
repeated DelegationKey keys repeated PersistToken tokens
getNumTokens
in interface FsImageProto.SecretManagerSectionOrBuilder
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 static FsImageProto.SecretManagerSection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.SecretManagerSection parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.SecretManagerSection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.SecretManagerSection parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.SecretManagerSection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.SecretManagerSection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.SecretManagerSection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.SecretManagerSection.Builder newBuilder()
public FsImageProto.SecretManagerSection.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FsImageProto.SecretManagerSection.Builder newBuilder(FsImageProto.SecretManagerSection prototype)
public FsImageProto.SecretManagerSection.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected FsImageProto.SecretManagerSection.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017 Apache Software Foundation. All Rights Reserved.