Uses of Interface
org.infinispan.server.hotrod.tx.table.CacheNameCollector
Packages that use CacheNameCollector
-
Uses of CacheNameCollector in org.infinispan.server.hotrod.tx.operation
Classes in org.infinispan.server.hotrod.tx.operation that implement CacheNameCollectorModifier and TypeClassDescriptionclass
It commits a transaction in all involved caches.class
It rollbacks a transaction in all involved caches. -
Uses of CacheNameCollector in org.infinispan.server.hotrod.tx.table
Methods in org.infinispan.server.hotrod.tx.table with parameters of type CacheNameCollectorModifier and TypeMethodDescriptionvoid
GlobalTxTable.markToCommit
(XidImpl xid, CacheNameCollector collector) void
GlobalTxTable.markToRollback
(XidImpl xid, CacheNameCollector collector)