public class DistributedIndexInput
extends org.apache.lucene.store.IndexInput
| Constructor and Description |
|---|
DistributedIndexInput(NosqlFile nosqlFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getFilePointer() |
long |
length() |
byte |
readByte() |
void |
readBytes(byte[] b,
int offset,
int length) |
void |
seek(long pos) |
public DistributedIndexInput(NosqlFile nosqlFile)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexInputpublic void seek(long pos)
throws java.io.IOException
seek in class org.apache.lucene.store.IndexInputjava.io.IOExceptionpublic long length()
length in class org.apache.lucene.store.IndexInputpublic byte readByte()
throws java.io.IOException
readByte in class org.apache.lucene.store.DataInputjava.io.IOExceptionpublic void readBytes(byte[] b,
int offset,
int length)
throws java.io.IOException
readBytes in class org.apache.lucene.store.DataInputjava.io.IOException