org.apache.hadoop.hdfs.server.namenode
Class FSImageFormatProtobuf.SaverContext

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf.SaverContext
Enclosing class:
org.apache.hadoop.hdfs.server.namenode.FSImageFormatProtobuf

public static final class FSImageFormatProtobuf.SaverContext
extends Object


Nested Class Summary
static class FSImageFormatProtobuf.SaverContext.DeduplicationMap<E>
           
 
Constructor Summary
FSImageFormatProtobuf.SaverContext()
           
 
Method Summary
 ArrayList<INodeReference> getRefList()
           
 FSImageFormatProtobuf.SaverContext.DeduplicationMap<String> getStringMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSImageFormatProtobuf.SaverContext

public FSImageFormatProtobuf.SaverContext()
Method Detail

getStringMap

public FSImageFormatProtobuf.SaverContext.DeduplicationMap<String> getStringMap()

getRefList

public ArrayList<INodeReference> getRefList()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.