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 Object
ChunkCacheKey. accept(KeyVisitor visitor)
Object
FileCacheKey. accept(KeyVisitor visitor)
Object
FileListCacheKey. accept(KeyVisitor visitor)
Object
FileReadLockKey. accept(KeyVisitor visitor)
<T> T
IndexScopedKey. accept(KeyVisitor<T> visitor)
-