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.module org.infinispan.commands.read org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution.org.infinispan.commands.remote.expiration org.infinispan.commands.remote.recovery org.infinispan.commands.triangle org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.org.infinispan.commands.tx.totalorder 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.distexec Distributed Executor APIs (deprecated)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.base Base interceptors containing common, reusable behavior.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.totalorder Interceptors dealing with total order.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.partitionhandling.impl org.infinispan.remoting Remote communication between cache instances.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.scattered.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl 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.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. -
Classes in org.infinispan.commands used by org.infinispan.commands Class Description AbstractFlagAffectedCommand Base class for those commands that can carry flags.CancelCommand Command to cancel commands executing in remote VMCancellationService CancellationService manages association of Thread executing CancellableCommand in a remote VM and if needed cancels command executionCommandInvocationId Represents an unique identified for non-transaction write commands.CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly.CreateCacheCommand Command to create/start a cache on a subset of Infinispan cluster nodesFlagAffectedCommand 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 acceptVisitor
s, 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 acceptVisitor
s, 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 acceptVisitor
s, such asDDAsyncInterceptor
.VisitableCommand.LoadType Visitor -
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.CancellableCommand CancellableCommand is a command whose execution in remote VM can be canceled (if needed)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 acceptVisitor
s, 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.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 acceptVisitor
s, such asDDAsyncInterceptor
.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.remote.expiration Class Description 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. -
Classes in org.infinispan.commands used by org.infinispan.commands.remote.recovery 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.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 acceptVisitor
s, such asDDAsyncInterceptor
.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.commands.tx.totalorder 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 acceptVisitor
s, such asDDAsyncInterceptor
. -
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 acceptVisitor
s, such asDDAsyncInterceptor
.VisitableCommand.LoadType Visitor -
Classes in org.infinispan.commands used by org.infinispan.context Class Description VisitableCommand A type of command that can acceptVisitor
s, 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. -
Classes in org.infinispan.commands used by org.infinispan.distexec Class Description CancellationService CancellationService manages association of Thread executing CancellableCommand in a remote VM and if needed cancels command executionCommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
Classes in org.infinispan.commands used by org.infinispan.expiration.impl Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
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 acceptVisitor
s, such asDDAsyncInterceptor
. -
Classes in org.infinispan.commands used by org.infinispan.interceptors Class Description VisitableCommand A type of command that can acceptVisitor
s, such asDDAsyncInterceptor
.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.base Class Description AbstractVisitor An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.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 acceptVisitor
s, 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 acceptVisitor
s, 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 acceptVisitor
s, 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.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.totalorder Class Description FlagAffectedCommand Flags modify behavior of command such as whether or not to invoke certain commands remotely, check cache store etc.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 acceptVisitor
s, such asDDAsyncInterceptor
.Visitor -
Classes in org.infinispan.commands used by org.infinispan.interceptors.xsite 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 acceptVisitor
s, such asDDAsyncInterceptor
.Visitor -
Classes in org.infinispan.commands used by org.infinispan.manager.impl Class Description 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-initializedReplicableCommand
s 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.partitionhandling.impl Class Description VisitableCommand A type of command that can acceptVisitor
s, such asDDAsyncInterceptor
.Visitor -
Classes in org.infinispan.commands used by org.infinispan.remoting Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
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.scattered.impl Class Description CommandsFactory A factory to build commands, initializing and injecting dependencies accordingly. -
Classes in org.infinispan.commands used by org.infinispan.statetransfer 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.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 acceptVisitor
s, such asDDAsyncInterceptor
.Visitor -
Classes in org.infinispan.commands used by org.infinispan.stream.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.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 acceptVisitor
s, such asDDAsyncInterceptor
. -
Classes in org.infinispan.commands used by org.infinispan.xsite.statetransfer Class Description ReplicableCommand The core of the command-based cache framework.