Uses of Class
org.infinispan.query.indexmanager.AbstractUpdateCommand
-
Packages that use AbstractUpdateCommand Package Description org.infinispan.query.affinity This package contains the implementation of the AffinityIndexManager, that maintains an index divided into shards with storage using the Infinispan Lucene directory.org.infinispan.query.indexmanager -
-
Uses of AbstractUpdateCommand in org.infinispan.query.affinity
Subclasses of AbstractUpdateCommand in org.infinispan.query.affinity Modifier and Type Class Description class
AffinityUpdateCommand
Handle index updates forwarded by theAffinityIndexManager
, in exceptional cases where an index work ceases to be local to a node due to transient ownership changes. -
Uses of AbstractUpdateCommand in org.infinispan.query.indexmanager
Subclasses of AbstractUpdateCommand in org.infinispan.query.indexmanager Modifier and Type Class Description class
IndexUpdateCommand
Custom RPC command containing an index update request for the Master IndexManager of a specific cache and index.class
IndexUpdateStreamCommand
Execute a stream operation
-