org.apache.blur.store.hdfs
Class HdfsIndexInput
java.lang.Object
org.apache.lucene.store.DataInput
org.apache.lucene.store.IndexInput
org.apache.blur.store.buffer.ReusedBufferedIndexInput
org.apache.blur.store.hdfs.HdfsIndexInput
- All Implemented Interfaces:
- Closeable, Cloneable
public class HdfsIndexInput
- extends ReusedBufferedIndexInput
Constructor Summary |
HdfsIndexInput(String name,
org.apache.hadoop.fs.FSDataInputStream inputStream,
long length,
MetricsGroup metricsGroup,
org.apache.hadoop.fs.Path path)
|
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 |
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
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.