Uses of Interface
org.infinispan.commands.TracedCommand
Packages that use TracedCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Meta-commands that wrap other commands for remote execution.
Lock and synchronization related classes, tools and utilities.
-
Uses of TracedCommand in org.infinispan.commands
Subinterfaces of TracedCommand in org.infinispan.commandsModifier and TypeInterfaceDescriptioninterface
Commands of this type manipulate data in the cache.interface
Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.interface
Commands correspond to specific areas of functionality in the cluster, and can be replicated using theGlobalInboundInvocationHandler
.interface
The core of the command-based cache framework.interface
Some of the commands sent over the wire can only be honored by the receiver if the topology of the cluster at delivery time is still 'compatible' with the topology in place at send time (eg.interface
A type of command that can acceptVisitor
s, such asDDAsyncInterceptor
.Classes in org.infinispan.commands that implement TracedCommandModifier and TypeClassDescriptionclass
Base class for those commands that can carry flags.class
Base class for commands that carry topology id. -
Uses of TracedCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement TracedCommandModifier and TypeClassDescriptionclass
org.infinispan.commands.read.AbstractDataCommand
-
Uses of TracedCommand in org.infinispan.commands.remote
Classes in org.infinispan.commands.remote that implement TracedCommandModifier and TypeClassDescriptionclass
org.infinispan.commands.remote.BaseRpcCommand
-
Uses of TracedCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement TracedCommandModifier and TypeClassDescriptionclass
This command updates a cache entry's last access timestamp. -
Uses of TracedCommand in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl that implement TracedCommandModifier and TypeClassDescriptionclass
Replicable Command that runs the given Function passing theEmbeddedCacheManager
as an argumentclass
Replicable Command that runs the given Runnable -
Uses of TracedCommand in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement TracedCommandModifier and TypeClassDescriptionclass
This command is used to send cluster events for multiple listeners on the same node -
Uses of TracedCommand in org.infinispan.server.hotrod.command.tx
Classes in org.infinispan.server.hotrod.command.tx that implement TracedCommandModifier and TypeClassDescriptionclass
ACacheRpcCommand
implementation to forward the commit request from a client to the member that run the transaction.class
ACacheRpcCommand
implementation to forward the rollback request from a client to the member that run the transaction. -
Uses of TracedCommand in org.infinispan.topology
Classes in org.infinispan.topology that implement TracedCommandModifier and TypeClassDescriptionclass
A hear-beat command used to ping members inClusterTopologyManagerImpl.confirmMembersAvailable()
. -
Uses of TracedCommand in org.infinispan.util.concurrent.locks
Subinterfaces of TracedCommand in org.infinispan.util.concurrent.locksModifier and TypeInterfaceDescriptioninterface
Simple interface to extract all the keys that may need to be locked.interface
Simple interface to extract all the keys that may need to be locked for transactional commands. -
Uses of TracedCommand in org.infinispan.xsite.commands
Classes in org.infinispan.xsite.commands that implement TracedCommandModifier and TypeClassDescriptionclass
Amend a sites offline status.class
ACacheRpcCommand
to check the remote site status and state transfer mode in the local cluster.class
Take a site offline.class
SendsXSiteEvent
list from a local site node.class
Get the offline status of aBackupSender
.class
ACacheRpcCommand
that sets theXSiteStateTransferMode
cluster-wide.class
Cancel sending XSite state.class
Clear XSite state transfer status.class
Finish receiving XSite state.class
Finish sending XSite state.class
Restart sending XSite state.class
Start receiving XSite state.class
Start send XSite state.class
Get XSite state transfer status.class
Return the status of aBackupSender
.class
Take a site offline. -
Uses of TracedCommand in org.infinispan.xsite.commands.remote
Subinterfaces of TracedCommand in org.infinispan.xsite.commands.remoteModifier and TypeInterfaceDescriptioninterface
XSiteRequest<T>
It represents a cross-site request.Classes in org.infinispan.xsite.commands.remote that implement TracedCommandModifier and TypeClassDescriptionclass
A clear request that is sent to the remote site byIracManager
.class
A multi-key cross-site requests.class
AXSiteCacheRequest
to check tombstones for IRAC algorithm.class
A request that is sent to the remote site byIracManager
.class
An update request that is sent to the remote site byIracManager
.class
AXSiteRequest
which is associated to a cache.class
Sends aXSiteEvent
list from a remote site.class
Wraps the state to be sent to another site.class
Controls the start and stop of receiving the cross-site state transfer. -
Uses of TracedCommand in org.infinispan.xsite.statetransfer
Classes in org.infinispan.xsite.statetransfer that implement TracedCommandModifier and TypeClassDescriptionclass
Wraps the state to be sent to another site