Uses of Interface
org.infinispan.upgrade.VersionAware
Packages that use VersionAware
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 VersionAware in org.infinispan.commands
Subinterfaces of VersionAware 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 VersionAwareModifier and TypeClassDescriptionclassBase class for those commands that can carry flags.classBase class for commands that carry topology id. -
Uses of VersionAware in org.infinispan.commands.read
Classes in org.infinispan.commands.read that implement VersionAwareModifier and TypeClassDescriptionclassorg.infinispan.commands.read.AbstractDataCommand -
Uses of VersionAware in org.infinispan.commands.remote
Subinterfaces of VersionAware in org.infinispan.commands.remoteModifier and TypeInterfaceDescriptioninterfaceorg.infinispan.commands.remote.CacheRpcCommandTheRpcManageronly replicates commands wrapped in aCacheRpcCommand.Classes in org.infinispan.commands.remote that implement VersionAwareModifier and TypeClassDescriptionclassorg.infinispan.commands.remote.BaseRpcCommand -
Uses of VersionAware in org.infinispan.expiration.impl
Classes in org.infinispan.expiration.impl that implement VersionAwareModifier and TypeClassDescriptionclassThis command updates a cache entry's last access timestamp. -
Uses of VersionAware in org.infinispan.manager.impl
Classes in org.infinispan.manager.impl that implement VersionAwareModifier and TypeClassDescriptionclassReplicable Command that runs the given Function passing theEmbeddedCacheManageras an argumentclassReplicable Command that runs the given Runnable -
Uses of VersionAware in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement VersionAwareModifier and TypeClassDescriptionclassThis command is used to send cluster events for multiple listeners on the same node -
Uses of VersionAware in org.infinispan.server.hotrod.command.tx
Classes in org.infinispan.server.hotrod.command.tx that implement VersionAwareModifier 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 VersionAware in org.infinispan.topology
Classes in org.infinispan.topology that implement VersionAwareModifier and TypeClassDescriptionclassA hear-beat command used to ping members inClusterTopologyManagerImpl.confirmMembersAvailable(). -
Uses of VersionAware in org.infinispan.util.concurrent.locks
Subinterfaces of VersionAware 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 VersionAware in org.infinispan.xsite.commands
Classes in org.infinispan.xsite.commands that implement VersionAwareModifier and TypeClassDescriptionclassAmend a sites offline status.classACacheRpcCommandto check the remote site status and state transfer mode in the local cluster.classSendsXSiteEventlist from a local site node.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. -
Uses of VersionAware in org.infinispan.xsite.statetransfer
Classes in org.infinispan.xsite.statetransfer that implement VersionAwareModifier and TypeClassDescriptionclassWraps the state to be sent to another site