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

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

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

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.CacheManagerSection.Builder
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.clear()
           
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.clearNextDirectiveId()
          required uint64 nextDirectiveId = 1;
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.clearNumDirectives()
          required uint32 numDirectives = 3;
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.clearNumPools()
          required uint32 numPools = 2;
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.clone()
           
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.mergeFrom(FsImageProto.CacheManagerSection other)
           
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.mergeFrom(com.google.protobuf.Message other)
           
static FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.newBuilder()
           
static FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.newBuilder(FsImageProto.CacheManagerSection prototype)
           
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.newBuilderForType()
           
protected  FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.setNextDirectiveId(long value)
          required uint64 nextDirectiveId = 1;
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.setNumDirectives(int value)
          required uint32 numDirectives = 3;
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.setNumPools(int value)
          required uint32 numPools = 2;
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.