Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.DelegationKey.Builder
Packages that use FsImageProto.SecretManagerSection.DelegationKey.Builder
-
Uses of FsImageProto.SecretManagerSection.DelegationKey.Builder in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.SecretManagerSection.DelegationKey.BuilderModifier and TypeMethodDescriptionFsImageProto.SecretManagerSection.DelegationKey.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.SecretManagerSection.DelegationKey.Builder.clear()FsImageProto.SecretManagerSection.DelegationKey.Builder.clearExpiryDate()optional uint64 expiryDate = 2;FsImageProto.SecretManagerSection.DelegationKey.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) FsImageProto.SecretManagerSection.DelegationKey.Builder.clearId()optional uint32 id = 1;FsImageProto.SecretManagerSection.DelegationKey.Builder.clearKey()optional bytes key = 3;FsImageProto.SecretManagerSection.DelegationKey.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.SecretManagerSection.DelegationKey.Builder.clone()FsImageProto.SecretManagerSection.DelegationKey.Builder.mergeFrom(FsImageProto.SecretManagerSection.DelegationKey other) FsImageProto.SecretManagerSection.DelegationKey.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.SecretManagerSection.DelegationKey.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.SecretManagerSection.DelegationKey.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.SecretManagerSection.DelegationKey.newBuilder()FsImageProto.SecretManagerSection.DelegationKey.newBuilder(FsImageProto.SecretManagerSection.DelegationKey prototype) FsImageProto.SecretManagerSection.DelegationKey.newBuilderForType()FsImageProto.SecretManagerSection.DelegationKey.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.SecretManagerSection.DelegationKey.Builder.setExpiryDate(long value) optional uint64 expiryDate = 2;FsImageProto.SecretManagerSection.DelegationKey.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.SecretManagerSection.DelegationKey.Builder.setId(int value) optional uint32 id = 1;FsImageProto.SecretManagerSection.DelegationKey.Builder.setKey(org.apache.hadoop.thirdparty.protobuf.ByteString value) optional bytes key = 3;FsImageProto.SecretManagerSection.DelegationKey.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.SecretManagerSection.DelegationKey.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.SecretManagerSection.DelegationKey.toBuilder()