org.infinispan.lucene
Class InfinispanIndexInput
java.lang.Object
org.apache.lucene.store.DataInput
org.apache.lucene.store.IndexInput
org.infinispan.lucene.InfinispanIndexInput
- All Implemented Interfaces:
- Closeable, Cloneable
public final class InfinispanIndexInput
- extends org.apache.lucene.store.IndexInput
Responsible for reading from InfinispanDirectory
- Since:
- 4.0
- Author:
- Sanne Grinovero, Davide Di Somma
- See Also:
Directory,
IndexInput
| Fields inherited from class org.apache.lucene.store.IndexInput |
copyBuf |
| Methods inherited from class org.apache.lucene.store.IndexInput |
copyBytes, skipChars |
| Methods inherited from class org.apache.lucene.store.DataInput |
readBytes, readChars, readInt, readLong, readShort, readString, readStringStringMap, readVInt, readVLong, setModifiedUTF8StringsMode |
InfinispanIndexInput
public InfinispanIndexInput(AdvancedCache chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata,
SegmentReadLocker readLocks)
readByte
public final byte readByte()
throws IOException
- Specified by:
readByte in class org.apache.lucene.store.DataInput
- Throws:
IOException
readBytes
public final void readBytes(byte[] b,
int offset,
int bytesToRead)
throws IOException
- Specified by:
readBytes in class org.apache.lucene.store.DataInput
- Throws:
IOException
close
public void close()
- Specified by:
close in interface Closeable- Specified by:
close in class org.apache.lucene.store.IndexInput
getFilePointer
public long getFilePointer()
- Specified by:
getFilePointer in class org.apache.lucene.store.IndexInput
seek
public void seek(long pos)
- Specified by:
seek in class org.apache.lucene.store.IndexInput
length
public long length()
- Specified by:
length in class org.apache.lucene.store.IndexInput
clone
public Object clone()
- Overrides:
clone in class org.apache.lucene.store.DataInput
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.