Uses of Interface
org.infinispan.lucene.IndexScopedKey
-
Packages that use IndexScopedKey Package Description org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan. -
-
Uses of IndexScopedKey in org.infinispan.lucene
Classes in org.infinispan.lucene that implement IndexScopedKey Modifier and Type Class Description class
ChunkCacheKey
Used as a key to distinguish file chunk in cache.class
FileCacheKey
Used as a key for file headers in a cacheclass
FileListCacheKey
Cache key for a list with current files in cacheclass
FileReadLockKey
Lucene's index segment files are chunked, for safe deletion of elements a read lock is implemented so that all chunks are deleted only after the usage counter is decremented to zero.
-