Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.control | |
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.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.container |
Data containers which store cache entries.
|
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.distexec | |
org.infinispan.distexec.mapreduce | |
org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
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.compat | |
org.infinispan.interceptors.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.totalorder | |
org.infinispan.interceptors.xsite | |
org.infinispan.marshall.core | |
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.query.backend | |
org.infinispan.query.clustered | |
org.infinispan.query.impl | |
org.infinispan.query.indexmanager | |
org.infinispan.remoting |
Remote communication between cache instances.
|
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 |
JTA transaction support.
|
org.infinispan.transaction.synchronization | |
org.infinispan.transaction.xa |
XA transaction support.
|
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.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
org.infinispan.xsite |
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
AbstractLocalFlagAffectedCommand
Base class for those local commands that can carry flags.
|
CancelCommand
Command to cancel commands executing in remote VM
|
CancellationService
CancellationService manages association of Thread executing CancellableCommand in a remote VM and
if needed cancels command execution
|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
CreateCacheCommand
Command to create/start a cache on a subset of Infinispan cluster nodes
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
LocalFlagAffectedCommand
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke
certain commands remotely, check cache store etc.
|
MetadataAwareCommand
A command that contains metadata information.
|
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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
LocalFlagAffectedCommand
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke
certain commands remotely, check cache store etc.
|
MetadataAwareCommand
A command that contains metadata information.
|
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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
AbstractFlagAffectedCommand
Base class for those commands that can carry flags.
|
AbstractLocalFlagAffectedCommand
Base class for those local commands that can carry flags.
|
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
Commands affected by Flags should carry them over to the remote nodes.
|
LocalCommand
This is a marker interface to indicate that such commands will never be replicated and hence will not return any
valid command IDs.
|
LocalFlagAffectedCommand
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke
certain commands remotely, check cache store etc.
|
MetadataAwareCommand
A command that contains metadata information.
|
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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
LocalFlagAffectedCommand
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke
certain commands remotely, check cache store etc.
|
MetadataAwareCommand
A command that contains metadata information.
|
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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and 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.
|
Class and 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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and 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 accept
Visitor s, such as CommandInterceptor s. |
Class and Description |
---|
AbstractFlagAffectedCommand
Base class for those commands that can carry flags.
|
AbstractLocalFlagAffectedCommand
Base class for those local commands that can carry flags.
|
DataCommand
Commands of this type manipulate data in the cache.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
LocalCommand
This is a marker interface to indicate that such commands will never be replicated and hence will not return any
valid command IDs.
|
LocalFlagAffectedCommand
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke
certain commands remotely, check cache store etc.
|
MetadataAwareCommand
A command that contains metadata information.
|
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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
Class and Description |
---|
VisitableCommand
A type of command that can accept
Visitor s, such as CommandInterceptor s. |
Class and Description |
---|
CancellationService
CancellationService manages association of Thread executing CancellableCommand in a remote VM and
if needed cancels command execution
|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
CancellationService
CancellationService manages association of Thread executing CancellableCommand in a remote VM and
if needed cancels command execution
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and 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.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
VisitableCommand
A type of command that can accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
VisitableCommand
A type of command that can accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
Visitor |
Class and 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
Commands affected by Flags should carry them over to the remote nodes.
|
LocalFlagAffectedCommand
Commands affected by Flags will be checked locally to control certain behaviors such whether or not to invoke
certain commands remotely, check cache store etc.
|
Visitor |
Class and 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.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
Visitor |
Class and Description |
---|
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
Visitor |
Class and Description |
---|
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
Visitor |
Class and Description |
---|
RemoteCommandsFactory
Specifically used to create un-initialized
ReplicableCommand s from a byte stream. |
Class and Description |
---|
RemoteCommandsFactory
Specifically used to create un-initialized
ReplicableCommand s from a byte stream. |
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
Class and Description |
---|
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
FlagAffectedCommand
Commands affected by Flags should carry them over to the remote nodes.
|
Visitor |
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
CancellationService
CancellationService manages association of Thread executing CancellableCommand in a remote VM and
if needed cancels command execution
|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and 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 accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
CommandsFactory
A factory to build commands, initializing and injecting dependencies accordingly.
|
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
ReplicableCommand
The core of the command-based cache framework.
|
Class and Description |
---|
AbstractVisitor
An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
|
ReplicableCommand
The core of the command-based cache framework.
|
VisitableCommand
A type of command that can accept
Visitor s, such as CommandInterceptor s. |
Visitor |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.