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

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

public static final class FSImageFormatProtobuf.LoaderContext
extends Object


Constructor Summary
FSImageFormatProtobuf.LoaderContext()
           
 
Method Summary
 ArrayList<INodeReference> getRefList()
           
 String[] getStringTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSImageFormatProtobuf.LoaderContext

public FSImageFormatProtobuf.LoaderContext()
Method Detail

getStringTable

public String[] getStringTable()

getRefList

public ArrayList<INodeReference> getRefList()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.