org.apache.hadoop.hdfs.server.namenode
Class CacheManager.PersistState

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.namenode.CacheManager.PersistState
Enclosing class:
org.apache.hadoop.hdfs.server.namenode.CacheManager

public static final class CacheManager.PersistState
extends Object


Field Summary
 List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProto> directives
           
 List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto> pools
           
 FsImageProto.CacheManagerSection section
           
 
Constructor Summary
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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

section

public final FsImageProto.CacheManagerSection section

pools

public final List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CachePoolInfoProto> pools

directives

public final List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProto> directives
Constructor Detail

CacheManager.PersistState

public 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.