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 classAffinityUpdateCommandHandle 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 classIndexUpdateCommandCustom RPC command containing an index update request for the Master IndexManager of a specific cache and index.classIndexUpdateStreamCommandExecute a stream operation
-