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 classChunkCacheKeyUsed as a key to distinguish file chunk in cache.classFileCacheKeyUsed as a key for file headers in a cacheclassFileListCacheKeyCache key for a list with current files in cacheclassFileReadLockKeyLucene'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.
-