| AbstractUpdateCommand |
Base class for index commands.
|
| IndexUpdateCommand |
Custom RPC command containing an index update request for the Master IndexManager of a specific cache and index.
|
| IndexUpdateStreamCommand |
Execute a stream operation
|
| InfinispanIndexManager |
A custom IndexManager to store indexes in the grid itself.
|
| LazyInitializingBackend |
This backend only triggers initialization of a different backend when
incoming indexing operations trigger it, then transfers the incoming
operations to the new backend.
|
| LocalOnlyBackend |
Alternative implementation to the ClusteredSwitchingBackend, meant
to be used for non-clustered caches: much simpler as we have no
states nor transitions to manage.
|
| LockAcquiringBackend |
Transitionally backend used when we receive indexing operation to be
applied to the (local) IndexWriter, but the index lock is not available yet.
|
| LuceneWorkConverter |
Manages conversions of LuceneWork.
|
| LuceneWorkTransformationVisitor |
The serialized form of LuceneWork needs to be adjusted after deserialization to apply
our custom keyTransformers.
|