Interface FsImageProto.SecretManagerSectionOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.SecretManagerSection,FsImageProto.SecretManagerSection.Builder
- Enclosing class:
- FsImageProto
public static interface FsImageProto.SecretManagerSectionOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional uint32 currentId = 1;intoptional uint32 numKeys = 3;intrepeated DelegationKey keys repeated PersistToken tokensintoptional uint32 tokenSequenceNumber = 2;booleanoptional uint32 currentId = 1;booleanoptional uint32 numKeys = 3;booleanrepeated DelegationKey keys repeated PersistToken tokensbooleanoptional uint32 tokenSequenceNumber = 2;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCurrentId
boolean hasCurrentId()optional uint32 currentId = 1;- Returns:
- Whether the currentId field is set.
-
getCurrentId
int getCurrentId()optional uint32 currentId = 1;- Returns:
- The currentId.
-
hasTokenSequenceNumber
boolean hasTokenSequenceNumber()optional uint32 tokenSequenceNumber = 2;- Returns:
- Whether the tokenSequenceNumber field is set.
-
getTokenSequenceNumber
int getTokenSequenceNumber()optional uint32 tokenSequenceNumber = 2;- Returns:
- The tokenSequenceNumber.
-
hasNumKeys
boolean hasNumKeys()optional uint32 numKeys = 3;- Returns:
- Whether the numKeys field is set.
-
getNumKeys
int getNumKeys()optional uint32 numKeys = 3;- Returns:
- The numKeys.
-
hasNumTokens
boolean hasNumTokens()repeated DelegationKey keys repeated PersistToken tokens
optional uint32 numTokens = 4;- Returns:
- Whether the numTokens field is set.
-
getNumTokens
int getNumTokens()repeated DelegationKey keys repeated PersistToken tokens
optional uint32 numTokens = 4;- Returns:
- The numTokens.
-