Uses of Package
org.infinispan.commands
-
Packages that use org.infinispan.commands Package Description org.infinispan.cache.impl org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.control org.infinispan.commands.functional org.infinispan.commands.irac org.infinispan.commands.module org.infinispan.commands.read org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.remote.recovery org.infinispan.commands.statetransfer org.infinispan.commands.topology org.infinispan.commands.triangle org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation.org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.expiration.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.functional.impl org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.manager.impl org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.partitionhandling.impl org.infinispan.persistence.util org.infinispan.reactive.publisher.impl.commands.batch org.infinispan.reactive.publisher.impl.commands.reduction org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.inboundhandler.action org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.topology org.infinispan.transaction.impl org.infinispan.transaction.xa.recovery org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.org.infinispan.xsite org.infinispan.xsite.commands org.infinispan.xsite.statetransfer -
Classes in org.infinispan.commands used by org.infinispan.cache.impl Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor. -
Classes in org.infinispan.commands used by org.infinispan.commands Class Description AbstractFlagAffectedCommand Base class for those commands that can carry flags.CommandInvocationId Represents an unique identified for non-transaction write commands.CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.ReplicableCommand The core of the command-based cache framework.SegmentSpecificCommand Interface to be implemented when the command can define a single segment for its operation.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.control Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.functional Class Description AbstractFlagAffectedCommand Base class for those commands that can carry flags.AbstractTopologyAffectedCommand Base class for commands that carry topology id.CommandInvocationId Represents an unique identified for non-transaction write commands.DataCommand Commands of this type manipulate data in the cache.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.LocalCommand This is a marker interface to indicate that such commands will never be replicated and hence will not return any valid command IDs.ReplicableCommand The core of the command-based cache framework.SegmentSpecificCommand Interface to be implemented when the command can define a single segment for its operation.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.irac Class Description ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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. -
Classes in org.infinispan.commands used by org.infinispan.commands.module Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.commands.read Class Description AbstractFlagAffectedCommand Base class for those commands that can carry flags.AbstractTopologyAffectedCommand Base class for commands that carry topology id.DataCommand Commands of this type manipulate data in the cache.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.LocalCommand This is a marker interface to indicate that such commands will never be replicated and hence will not return any valid command IDs.ReplicableCommand The core of the command-based cache framework.SegmentSpecificCommand Interface to be implemented when the command can define a single segment for its operation.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.remote Class Description AbstractFlagAffectedCommand Base class for those commands that can carry flags.AbstractTopologyAffectedCommand Base class for commands that carry topology id.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.ReplicableCommand The core of the command-based cache framework.SegmentSpecificCommand Interface to be implemented when the command can define a single segment for its operation.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.remote.recovery Class Description InitializableCommand Deprecated.since 11.0, please implementReplicableCommand#invokeAsync(ComponentRegistry)insteadReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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. -
Classes in org.infinispan.commands used by org.infinispan.commands.statetransfer Class Description ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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. -
Classes in org.infinispan.commands used by org.infinispan.commands.topology Class Description GlobalRpcCommand Commands correspond to specific areas of functionality in the cluster, and can be replicated using theGlobalInboundInvocationHandler.ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.commands.triangle Class Description CommandInvocationId Represents an unique identified for non-transaction write commands.ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.commands.tx Class Description ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.write Class Description AbstractFlagAffectedCommand Base class for those commands that can carry flags.AbstractTopologyAffectedCommand Base class for commands that carry topology id.CommandInvocationId Represents an unique identified for non-transaction write commands.DataCommand Commands of this type manipulate data in the cache.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.LocalCommand This is a marker interface to indicate that such commands will never be replicated and hence will not return any valid command IDs.MetadataAwareCommand A command that contains metadata information.ReplicableCommand The core of the command-based cache framework.SegmentSpecificCommand Interface to be implemented when the command can define a single segment for its operation.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.context Class Description VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor. -
Classes in org.infinispan.commands used by org.infinispan.context.impl Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor. -
Classes in org.infinispan.commands used by org.infinispan.eviction Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc. -
Classes in org.infinispan.commands used by org.infinispan.eviction.impl Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc. -
Classes in org.infinispan.commands used by org.infinispan.expiration.impl Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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. -
Classes in org.infinispan.commands used by org.infinispan.factories Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
Classes in org.infinispan.commands used by org.infinispan.functional.impl Class Description VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor. -
Classes in org.infinispan.commands used by org.infinispan.interceptors Class Description VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.distribution Class Description AbstractVisitor An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.DataCommand Commands of this type manipulate data in the cache.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.impl Class Description AbstractTopologyAffectedCommand Base class for commands that carry topology id.AbstractVisitor An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.DataCommand Commands of this type manipulate data in the cache.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.MetadataAwareCommand A command that contains metadata information.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.locking Class Description DataCommand Commands of this type manipulate data in the cache.FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.xsite Class Description Visitor -
Classes in org.infinispan.commands used by org.infinispan.manager.impl Class Description GlobalRpcCommand Commands correspond to specific areas of functionality in the cluster, and can be replicated using theGlobalInboundInvocationHandler.ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.marshall.exts Class Description RemoteCommandsFactory Specifically used to create un-initializedReplicableCommands from a byte stream.ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.notifications.cachelistener Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc. -
Classes in org.infinispan.commands used by org.infinispan.notifications.cachelistener.cluster Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.partitionhandling.impl Class Description VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.persistence.util Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc. -
Classes in org.infinispan.commands used by org.infinispan.reactive.publisher.impl.commands.batch Class Description ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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. -
Classes in org.infinispan.commands used by org.infinispan.reactive.publisher.impl.commands.reduction Class Description ReplicableCommand The core of the command-based cache framework.TopologyAffectedCommand 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. -
Classes in org.infinispan.commands used by org.infinispan.remoting.inboundhandler Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.remoting.inboundhandler.action Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.remoting.rpc Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.remoting.transport Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.remoting.transport.jgroups Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.statetransfer Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.TopologyAffectedCommand 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.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor.Visitor -
Classes in org.infinispan.commands used by org.infinispan.topology Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.transaction.impl Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
Classes in org.infinispan.commands used by org.infinispan.transaction.xa.recovery Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
Classes in org.infinispan.commands used by org.infinispan.util Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.util.concurrent.locks Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.util.logging Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.xsite Class Description ReplicableCommand The core of the command-based cache framework.VisitableCommand A type of command that can acceptVisitors, such asDDAsyncInterceptor. -
Classes in org.infinispan.commands used by org.infinispan.xsite.commands Class Description ReplicableCommand The core of the command-based cache framework. -
Classes in org.infinispan.commands used by org.infinispan.xsite.statetransfer Class Description ReplicableCommand The core of the command-based cache framework.