See: Description
| Interface | Description |
|---|---|
| ExternalizerIds |
Identifiers used by the Marshaller to delegate to specialized Externalizers.
|
| IndexScopedKey |
Mostly used for internal abstraction: common type for all keys which need name scoping for different indexes.
|
| KeyVisitor<T> |
All objects being used as keys to store entries by the Lucene Directory
implement
IndexScopedKey which enforces visitability with a
KeyVisitor. |
| Class | Description |
|---|---|
| ChunkCacheKey |
Used as a key to distinguish file chunk in cache.
|
| ChunkCacheKey.Externalizer | |
| FileCacheKey |
Used as a key for file headers in a cache
|
| FileCacheKey.Externalizer | |
| FileListCacheKey |
Cache key for a list with current files in cache
|
| FileListCacheKey.Externalizer | |
| FileMetadata |
Header for Lucene files.
|
| FileMetadata.Externalizer | |
| 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.
|
| FileReadLockKey.Externalizer | |
| LifecycleCallbacks |
Module lifecycle callbacks implementation that enables module specific
AdvancedExternalizer implementations to be registered. |
| LuceneKey2StringMapper |
To configure a JdbcStringBasedCacheStoreConfig for the Lucene Directory, use this
Key2StringMapper implementation.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.