| Interface | Description |
|---|---|
| DirectoryExtensions |
Some additional methods we add to our Directory implementations,
mostly for reporting and testing reasons.
|
| ObtainableLock |
Common interface between Lock implementations having an obtain method,
as it was supported in older Lucene versions and currently still useful for our design.
|
| Class | Description |
|---|---|
| AddOperation |
Add operation associated to
FileListCacheValueDelta |
| AddOperation.AddOperationExternalizer | |
| BaseLockFactory |
Default factory for locks obtained in
InfinispanDirectory, this factory produces instances of
BaseLuceneLock. |
| CommonLockObtainUtils | |
| DeleteOperation |
Delete operation associated to
FileListCacheValueDelta |
| DeleteOperation.DeleteElementOperationExternalizer | |
| DirectoryBuilderImpl | |
| FileListCacheValue |
Maintains a Set of filenames contained in the index.
|
| FileListCacheValue.Externalizer | |
| FileListCacheValueDelta |
Delta implementation for FileListCacheValue |
| FileListCacheValueDelta.Externalizer | |
| FileListOperations |
Collects operations on the existing fileList, stored as a Set
|
| IndexInputContext | |
| InfinispanIndexInput |
Responsible for reading from
InfinispanDirectory |
| InfinispanIndexOutput |
Responsible for writing to a
Directory |
| SingleChunkIndexInput |
SingleChunkIndexInput can be used instead of InfinispanIndexInput to read a segment
when it has a size small enough to fit in a single chunk.
|
| TransactionalLockFactory |
Factory for locks obtained in
InfinispanDirectory, this factory produces instances of
TransactionalSharedLuceneLock. |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.