| Package | Description |
|---|---|
| org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
| org.infinispan.lucene.impl |
| Modifier and Type | Method and Description |
|---|---|
FileCacheKey |
FileCacheKey.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends FileCacheKey>> |
FileCacheKey.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
T |
KeyVisitor.visit(FileCacheKey fileCacheKey) |
void |
FileCacheKey.Externalizer.writeObject(ObjectOutput output,
FileCacheKey key) |
| Constructor and Description |
|---|
IndexInputContext(AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata,
SegmentReadLocker readLocks,
int affinitySegmentId) |
InfinispanIndexOutput(AdvancedCache<FileCacheKey,FileMetadata> metadataCache,
AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
int bufferSize,
FileListOperations fileList,
int affinitySegmentId) |
| Constructor and Description |
|---|
InfinispanIndexOutput(AdvancedCache<FileCacheKey,FileMetadata> metadataCache,
AdvancedCache<ChunkCacheKey,Object> chunksCache,
FileCacheKey fileKey,
int bufferSize,
FileListOperations fileList,
int affinitySegmentId) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.