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