Uses of Class
org.infinispan.lucene.FileReadLockKey
-
Packages that use FileReadLockKey Package Description org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. -
-
Uses of FileReadLockKey in org.infinispan.lucene
Methods in org.infinispan.lucene that return FileReadLockKey Modifier and Type Method Description FileReadLockKey
FileReadLockKey.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.lucene that return types with arguments of type FileReadLockKey Modifier and Type Method Description Set<Class<? extends FileReadLockKey>>
FileReadLockKey.Externalizer. getTypeClasses()
Methods in org.infinispan.lucene with parameters of type FileReadLockKey Modifier and Type Method Description T
KeyVisitor. visit(FileReadLockKey fileReadLockKey)
void
FileReadLockKey.Externalizer. writeObject(ObjectOutput output, FileReadLockKey key)
-