Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.SecretManagerSection.Builder

Packages that use FsImageProto.SecretManagerSection.Builder
org.apache.hadoop.hdfs.server.namenode   
 

Uses of FsImageProto.SecretManagerSection.Builder in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.SecretManagerSection.Builder
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.clear()
           
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.clearCurrentId()
          optional uint32 currentId = 1;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.clearNumKeys()
          optional uint32 numKeys = 3;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.clearNumTokens()
          optional uint32 numTokens = 4;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.clearTokenSequenceNumber()
          optional uint32 tokenSequenceNumber = 2;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.clone()
           
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.mergeFrom(FsImageProto.SecretManagerSection other)
           
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.mergeFrom(com.google.protobuf.Message other)
           
static FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.newBuilder()
           
static FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.newBuilder(FsImageProto.SecretManagerSection prototype)
           
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.newBuilderForType()
           
protected  FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.setCurrentId(int value)
          optional uint32 currentId = 1;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.setNumKeys(int value)
          optional uint32 numKeys = 3;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.setNumTokens(int value)
          optional uint32 numTokens = 4;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.Builder.setTokenSequenceNumber(int value)
          optional uint32 tokenSequenceNumber = 2;
 FsImageProto.SecretManagerSection.Builder FsImageProto.SecretManagerSection.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.