| Package | Description |
|---|---|
| org.infinispan.lucene.directory |
Builder for Lucene Directory implementation which stores the index in Infinispan.
|
| org.infinispan.lucene.readlocks |
Several implementations for a SegmentReadLocker, pick one depending on your use case.
|
| Modifier and Type | Method and Description |
|---|---|
BuildContext |
BuildContext.overrideSegmentReadLocker(SegmentReadLocker srl)
Overrides the default SegmentReadLocker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedSegmentReadLocker
DistributedSegmentReadLocker stores reference counters in the cache
to keep track of the number of clients still needing to be able
to read a segment.
|
class |
LocalLockMergingSegmentReadLocker
LocalLockMergingSegmentReadLocker decorates the
DistributedSegmentReadLocker to minimize
remote operations in case several IndexReaders are opened on the same Infinispan based Directory. |
class |
NoopSegmentReadLocker
NoopSegmentReadLocker ignores requests to apply a readlock, but also ignores requests to delete files.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.