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.IndexInput
public org.apache.lucene.store.IndexInput slice(String sliceDescription, long offset, long length) throws IOException
slice
in class org.apache.lucene.store.IndexInput
IOException
public final byte readByte() throws IOException
readByte
in class org.apache.lucene.store.DataInput
IOException
public final void readBytes(byte[] b, int offset, int bytesToRead) throws IOException
readBytes
in class org.apache.lucene.store.DataInput
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.store.IndexInput
public long getFilePointer()
getFilePointer
in class org.apache.lucene.store.IndexInput
public void seek(long pos)
seek
in class org.apache.lucene.store.IndexInput
public long length()
length
in class org.apache.lucene.store.IndexInput
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.