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

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

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

Fields in org.apache.hadoop.hdfs.server.namenode declared as FsImageProto.CacheManagerSection
 FsImageProto.CacheManagerSection CacheManager.PersistState.section
           
 

Fields in org.apache.hadoop.hdfs.server.namenode with type parameters of type FsImageProto.CacheManagerSection
static com.google.protobuf.Parser<FsImageProto.CacheManagerSection> FsImageProto.CacheManagerSection.PARSER
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.CacheManagerSection
 FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.Builder.build()
           
 FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.Builder.buildPartial()
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.getDefaultInstance()
           
 FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.getDefaultInstanceForType()
           
 FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.Builder.getDefaultInstanceForType()
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseDelimitedFrom(InputStream input)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(byte[] data)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(com.google.protobuf.ByteString data)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(com.google.protobuf.CodedInputStream input)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(InputStream input)
           
static FsImageProto.CacheManagerSection FsImageProto.CacheManagerSection.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.CacheManagerSection
 com.google.protobuf.Parser<FsImageProto.CacheManagerSection> FsImageProto.CacheManagerSection.getParserForType()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.CacheManagerSection
 FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.Builder.mergeFrom(FsImageProto.CacheManagerSection other)
           
static FsImageProto.CacheManagerSection.Builder FsImageProto.CacheManagerSection.newBuilder(FsImageProto.CacheManagerSection prototype)
           
 

Constructors in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.CacheManagerSection
CacheManager.PersistState(FsImageProto.CacheManagerSection section, List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto> pools, List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProto> directives)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.