org.apache.blur.store.hdfs
Class HdfsIndexInput

java.lang.Object
  extended by org.apache.lucene.store.DataInput
      extended by org.apache.lucene.store.IndexInput
          extended by org.apache.blur.store.buffer.ReusedBufferedIndexInput
              extended by org.apache.blur.store.hdfs.HdfsIndexInput
All Implemented Interfaces:
Closeable, Cloneable

public class HdfsIndexInput
extends ReusedBufferedIndexInput


Field Summary
 
Fields inherited from class org.apache.blur.store.buffer.ReusedBufferedIndexInput
BUFFER_SIZE, MERGE_BUFFER_SIZE
 
Constructor Summary
HdfsIndexInput(String name, org.apache.hadoop.fs.FSDataInputStream inputStream, long length, MetricsGroup metricsGroup, org.apache.hadoop.fs.Path path)
           
 
Method Summary
 ReusedBufferedIndexInput clone()
           
 long length()
           
 
Methods inherited from class org.apache.blur.store.buffer.ReusedBufferedIndexInput
bufferSize, close, getBufferSize, getFilePointer, readByte, readBytes, readBytes, readInt, readLong, readShort, readVInt, readVLong, seek
 
Methods inherited from class org.apache.lucene.store.IndexInput
toString
 
Methods inherited from class org.apache.lucene.store.DataInput
readString, readStringSet, readStringStringMap
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HdfsIndexInput

public HdfsIndexInput(String name,
                      org.apache.hadoop.fs.FSDataInputStream inputStream,
                      long length,
                      MetricsGroup metricsGroup,
                      org.apache.hadoop.fs.Path path)
               throws IOException
Throws:
IOException
Method Detail

length

public long length()
Specified by:
length in class org.apache.lucene.store.IndexInput

clone

public ReusedBufferedIndexInput clone()
Overrides:
clone in class ReusedBufferedIndexInput


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.