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