JavaScript is disabled on your browser.
java.lang.Object
org.apache.lucene.store.DataInput
org.apache.lucene.store.IndexInput
org.infinispan.lucene.impl.InfinispanIndexInputV3
All Implemented Interfaces:
Closeable , AutoCloseable , Cloneable
public final class InfinispanIndexInputV3
extends org.apache.lucene.store.IndexInput
Responsible for reading from InfinispanDirectory
.
This compile unit is separate than InfinispanIndexInput as it needs
to be compiled in the context of Lucene 3.
Since:
5.2
Author:
Sanne Grinovero
See Also: Directory
,
IndexInput
Field Summary
Fields
Modifier and Type
Field and Description
protected boolean
isClone
Method Summary
Methods inherited from class org.apache.lucene.store.IndexInput
toString
Methods inherited from class org.apache.lucene.store.DataInput
readBytes, readInt, readLong, readShort, readString, readStringSet, readStringStringMap, readVInt, readVLong
Method Detail
close
public void close()
Specified by:
close
in interface Closeable
Specified by:
close
in interface AutoCloseable
Specified by:
close
in class org.apache.lucene.store.IndexInput
length
public long length()
Specified by:
length
in class org.apache.lucene.store.IndexInput
Copyright © 2014 JBoss, a division of Red Hat . All Rights Reserved.