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 TypeInterfaceDescriptioninterfaceCommands of this type manipulate data in the cache.interfaceFlags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.interfaceCommands correspond to specific areas of functionality in the cluster, and can be replicated using theGlobalInboundInvocationHandler.interfaceThe core of the command-based cache framework.interfaceSome 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. a 'get' command cannot execute on a node that is no longer owner after state transfer took place).interfaceA type of command that can acceptVisitors, such asDDAsyncInterceptor.Classes in org.infinispan.commands that implement TracedCommandModifier and TypeClassDescriptionclassBase class for those commands that can carry flags.classBase 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 TypeClassDescriptionclassorg.infinispan.commands.read.AbstractDataCommand -
Uses of TracedCommand in org.infinispan.commands.remote
Classes in org.infinispan.commands.remote that implement TracedCommandModifier and TypeClassDescriptionclassorg.infinispan.commands.remote.BaseRpcCommand -
Uses of TracedCommand in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement TracedCommandModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassReplicable Command that runs the given Function passing theEmbeddedCacheManageras an argumentclassReplicable 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassACacheRpcCommandimplementation to forward the commit request from a client to the member that run the transaction.classACacheRpcCommandimplementation 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 TypeClassDescriptionclassA 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 TypeInterfaceDescriptioninterfaceSimple interface to extract all the keys that may need to be locked.interfaceSimple 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 TypeClassDescriptionclassAmend a sites offline status.classACacheRpcCommandto check the remote site status and state transfer mode in the local cluster.classDeprecated, for removal: This API element is subject to removal in a future version.classSendsXSiteEventlist from a local site node.classDeprecated, for removal: This API element is subject to removal in a future version.classACacheRpcCommandthat sets theXSiteStateTransferModecluster-wide.classCancel sending XSite state.classClear XSite state transfer status.classFinish receiving XSite state.classFinish sending XSite state.classRestart sending XSite state.classStart receiving XSite state.classStart send XSite state.classGet XSite state transfer status.classDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of TracedCommand in org.infinispan.xsite.commands.remote
Subinterfaces of TracedCommand in org.infinispan.xsite.commands.remoteModifier and TypeInterfaceDescriptioninterfaceXSiteRequest<T>It represents a cross-site request.Classes in org.infinispan.xsite.commands.remote that implement TracedCommandModifier and TypeClassDescriptionclassA clear request that is sent to the remote site byIracManager.classA multi-key cross-site requests.classAXSiteCacheRequestto check tombstones for IRAC algorithm.classA request that is sent to the remote site byIracManager.classAn update request that is sent to the remote site byIracManager.classAXSiteRequestwhich is associated to a cache.classSends aXSiteEventlist from a remote site.classWraps the state to be sent to another site.classControls 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 TypeClassDescriptionclassWraps the state to be sent to another site