| Package | Description |
|---|---|
| org.infinispan.lucene |
Lucene Directory implementation which stores the index in Infinispan.
|
| 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 |
|---|
InfinispanIndexInput(AdvancedCache<?,?> chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata,
SegmentReadLocker readLocks) |
InfinispanIndexOutput(AdvancedCache<?,?> metadataCache,
AdvancedCache<?,?> chunksCache,
FileCacheKey fileKey,
int bufferSize,
org.infinispan.lucene.FileListOperations fileList) |
SingleChunkIndexInput(AdvancedCache<?,?> chunksCache,
FileCacheKey fileKey,
FileMetadata fileMetadata) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.