Uses of Interface
org.infinispan.lucene.KeyVisitor
-
Packages that use KeyVisitor Package Description org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. -
-
Uses of KeyVisitor in org.infinispan.lucene
Methods in org.infinispan.lucene with parameters of type KeyVisitor Modifier and Type Method Description ObjectChunkCacheKey. accept(KeyVisitor visitor)ObjectFileCacheKey. accept(KeyVisitor visitor)ObjectFileListCacheKey. accept(KeyVisitor visitor)ObjectFileReadLockKey. accept(KeyVisitor visitor)<T> TIndexScopedKey. accept(KeyVisitor<T> visitor)
-