public class InfinispanIndexInput
extends org.apache.lucene.store.IndexInput
InfinispanDirectoryDirectory,
IndexInput| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isClone |
| Constructor and Description |
|---|
InfinispanIndexInput(IndexInputContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
InfinispanIndexInput |
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) |
getFullSliceDescription, randomAccessSlice, toStringpublic InfinispanIndexInput(IndexInputContext ctx)
public 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.IndexInputpublic InfinispanIndexInput 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.IndexInputIOExceptionCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.