See: Description
| Interface | Description |
|---|---|
| SegmentReadLocker |
SegmentReadLocker implementations have to make sure that segments are not deleted while they are
being used by an IndexReader.
|
| Class | Description |
|---|---|
| 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.
|
| LocalLockMergingSegmentReadLocker |
LocalLockMergingSegmentReadLocker decorates the
DistributedSegmentReadLocker to minimize
remote operations in case several IndexReaders are opened on the same Infinispan based Directory. |
| 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.