public final class InfinispanIndexInputV4
extends org.apache.lucene.store.IndexInput
InfinispanDirectory.
This compile unit is separate than InfinispanIndexInput as it needs
to be compiled in the context of Lucene 4.Directory,
IndexInput| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isClone |
| Constructor and Description |
|---|
InfinispanIndexInputV4(IndexInputContext openInput) |
| Modifier and Type | Method and Description |
|---|---|
InfinispanIndexInputV4 |
clone() |
void |
close() |
long |
getFilePointer() |
long |
length() |
byte |
readByte() |
void |
readBytes(byte[] b,
int offset,
int bytesToRead) |
void |
seek(long pos) |
org.apache.lucene.store.IndexInput |
slice(String sliceDescription,
long offset,
long length) |
public InfinispanIndexInputV4(IndexInputContext openInput)
public InfinispanIndexInputV4 clone()
clone in class org.apache.lucene.store.IndexInputpublic org.apache.lucene.store.IndexInput slice(String sliceDescription, long offset, long length) throws IOException
slice in class org.apache.lucene.store.IndexInputIOExceptionpublic final byte readByte()
throws IOException
readByte in class org.apache.lucene.store.DataInputIOExceptionpublic final void readBytes(byte[] b,
int offset,
int bytesToRead)
throws IOException
readBytes in class org.apache.lucene.store.DataInputIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.store.IndexInputpublic long getFilePointer()
getFilePointer in class org.apache.lucene.store.IndexInputpublic void seek(long pos)
seek in class org.apache.lucene.store.IndexInputpublic long length()
length in class org.apache.lucene.store.IndexInputCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.