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.
Commands that represent transactional lifecycle transitions.
Commands that alter the state of the cache.
Lock and synchronization related classes, tools and utilities.
This is the private xsite package.
-
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.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.control
Classes in org.infinispan.commands.control that implement TracedCommandModifier and TypeClassDescriptionclassLockControlCommand is a command that enables distributed locking across infinispan nodes. -
Uses of TracedCommand in org.infinispan.commands.functional
Classes in org.infinispan.commands.functional that implement TracedCommandModifier and TypeClassDescriptionclassclassclassReadOnlyKeyCommand<K,V, R> classReadOnlyManyCommand<K,V, R> final classReadWriteKeyCommand<K,V, R> final classReadWriteKeyValueCommand<K,V, T, R> final classReadWriteManyCommand<K,V, R> final classReadWriteManyEntriesCommand<K,V, T, R> classTxReadOnlyKeyCommand<K,V, R> classTxReadOnlyManyCommand<K,V, R> final classWriteOnlyKeyCommand<K,V> final classWriteOnlyKeyValueCommand<K,V, T> final classWriteOnlyManyCommand<K,V> final classWriteOnlyManyEntriesCommand<K,V, T> -
Uses of TracedCommand in org.infinispan.commands.irac
Classes in org.infinispan.commands.irac that implement TracedCommandModifier and TypeClassDescriptionclassSends a cleanup request from the primary owner to the backup owners.classA request for a newIracMetadatafor a giver segment.classRequests the state for a given segments.classThe IRAC state for a given key.classACacheRpcCommandto clean up tombstones for IRAC algorithm.classACacheRpcCommandto check if one or more tombstones are still valid.classABaseRpcCommandto check tombstones for IRAC algorithm.classResponse for a state request with the tombstones stored in the local node.classIt transfers the current versions stored inIracVersionGeneratorto the other nodes when joins/leaving events occurs. -
Uses of TracedCommand in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement TracedCommandModifier and TypeClassDescriptionclassclassAbstract classclassEntrySetCommand<K,V> Command implementation forMap.entrySet()functionality.classRetrieves multiple entries at once.final classUsed to fetch a full CacheEntry rather than just the value.classImplements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsclassKeySetCommand<K,V> Command implementation forMap.keySet()functionality.classCommand to calculate the size of the cache -
Uses of TracedCommand in org.infinispan.commands.remote
Subinterfaces of TracedCommand in org.infinispan.commands.remoteModifier and TypeInterfaceDescriptioninterfaceTheRpcManageronly replicates commands wrapped in aCacheRpcCommand.Classes in org.infinispan.commands.remote that implement TracedCommandModifier and TypeClassDescriptionclassclassclassclassIssues a remote getAll call.classIssues a remote get call.classAggregates a single command for replication. -
Uses of TracedCommand in org.infinispan.commands.remote.recovery
Classes in org.infinispan.commands.remote.recovery that implement TracedCommandModifier and TypeClassDescriptionclassCommand used by the recovery tooling for forcing transaction completion .classRpc to obtain all in-doubt prepared transactions stored on remote nodes.classCommand used by the recovery tooling for obtaining the list of in-doubt transactions from a node.classCommand for removing recovery related information from the cluster. -
Uses of TracedCommand in org.infinispan.commands.statetransfer
Classes in org.infinispan.commands.statetransfer that implement TracedCommandModifier and TypeClassDescriptionclassStart conflict resolution.classThis command is used by a StateProvider to push cache entries to a StateConsumer.classCancel state transfer.classGet the registered cluster listeners.classGet transactions for the specified segments.classStart state transfer. -
Uses of TracedCommand in org.infinispan.commands.topology
Classes in org.infinispan.commands.topology that implement TracedCommandModifier and TypeClassDescriptionclassAbstract class that is the basis for the Cache, Rebalance and Topology commands.classChange the availability of a cache.classA node is requesting to join the cluster.classA node is signaling that it wants to leave the cluster.classTell members to shutdown cache.classA member is requesting a cache shutdown.classThe coordinator is requesting information about the running caches.classA member is confirming that it has finished a topology change during rebalance.classEnable or Disable rebalancing.classThe coordinator is starting a rebalance operation.classQuery the rebalancing status.classCoordinator to member: The coordinator is updating the consistent hash.classUpdate the stable topology. -
Uses of TracedCommand in org.infinispan.commands.triangle
Classes in org.infinispan.commands.triangle that implement TracedCommandModifier and TypeClassDescriptionclassA command that tell a backup owner to ignore a sequence id after the primary failed to send a regular write command.classA write operation sent from the primary owner to the backup owners.classclassclassABackupWriteCommandimplementation forPutMapCommand.classA single keyBackupWriteCommandfor single key non-functional commands.classA single keyBackupWriteCommandfor single key functional commands. -
Uses of TracedCommand in org.infinispan.commands.tx
Subinterfaces of TracedCommand in org.infinispan.commands.txModifier and TypeInterfaceDescriptioninterfaceAn transaction boundary command that allows the retrieval of an attachedGlobalTransactionClasses in org.infinispan.commands.tx that implement TracedCommandModifier and TypeClassDescriptionclassAn abstract transaction boundary command that holds a reference to aGlobalTransactionclassCommand corresponding to the 2nd phase of 2PC.classCommand corresponding to the 1st phase of 2PC.classCommand corresponding to a transaction rollback.classThe same as aCommitCommandexcept that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when usingIsolationLevel.REPEATABLE_READ.classSame asPrepareCommandexcept that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s). -
Uses of TracedCommand in org.infinispan.commands.write
Subinterfaces of TracedCommand in org.infinispan.commands.writeModifier and TypeInterfaceDescriptioninterfaceMixes features from DataCommand and WriteCommandinterfaceA command that modifies the cache in some wayClasses in org.infinispan.commands.write that implement TracedCommandModifier and TypeClassDescriptionclassStuff common to WriteCommandsclassA command that represents an acknowledge sent by a backup owner to the originator.classA command that represents an acknowledge sent by a backup owner to the originator.classclassclassclassclassA command that represents an exception acknowledge sent by any owner.classRemoves an entry from memory.classInvalidates an entry in a L1 cache (used with DIST mode)classAWriteCommandused to handle updates from the remote site (for asynchronous cross-site replication).classImplements functionality defined byBasicCache.put(Object, Object)classA command writing multiple key/value pairs with the same metadata.classclassRemoves an entry that is expired from memoryclass -
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.reactive.publisher.impl.commands.batch
Classes in org.infinispan.reactive.publisher.impl.commands.batch that implement TracedCommand -
Uses of TracedCommand in org.infinispan.reactive.publisher.impl.commands.reduction
Classes in org.infinispan.reactive.publisher.impl.commands.reduction that implement TracedCommandModifier and TypeClassDescriptionclassStream request command that is sent to remote nodes handle execution of remote intermediate and terminal operations. -
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
Classes in org.infinispan.xsite that implement TracedCommandModifier and TypeClassDescriptionclassRPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site. -
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.classTake a site offline.classSendsXSiteEventlist from a local site node.classGet the offline status of aBackupSender.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.classReturn the status of aBackupSender.classTake a site offline. -
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