Uses of Package
org.infinispan.commands

Packages that use org.infinispan.commands
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 Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.module   
org.infinispan.commands.read Commands that read data from the cache. 
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.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.distexec   
org.infinispan.distribution Classes relating to the distributed cache mode. 
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.marshall Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. 
org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework. 
org.infinispan.marshall.jboss Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. 
org.infinispan.query.backend   
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.transaction JTA 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. 
 

Classes in org.infinispan.commands used by org.infinispan
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
 

Classes in org.infinispan.commands used by org.infinispan.commands
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
ReplicableCommand
          The core of the command-based cache framework.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.commands.control
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
FlagAffectedCommand
          Commands affected by Flags should carry them over to the remote nodes.
ReplicableCommand
          The core of the command-based cache framework.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.commands.module
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.infinispan.commands used by org.infinispan.commands.read
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.
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.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.commands.remote
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
FlagAffectedCommand
          Commands affected by Flags should carry them over to the remote nodes.
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.infinispan.commands used by org.infinispan.commands.remote.recovery
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.infinispan.commands used by org.infinispan.commands.tx
ReplicableCommand
          The core of the command-based cache framework.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.commands.write
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.
ReplicableCommand
          The core of the command-based cache framework.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.context
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
 

Classes in org.infinispan.commands used by org.infinispan.distexec
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
 

Classes in org.infinispan.commands used by org.infinispan.distribution
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
 

Classes in org.infinispan.commands used by org.infinispan.interceptors
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.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.interceptors.base
AbstractVisitor
          An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
VisitableCommand
          A type of command that can accept Visitors, such as CommandInterceptors.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.marshall
RemoteCommandsFactory
          Specifically used to create un-initialized ReplicableCommands from a byte stream.
 

Classes in org.infinispan.commands used by org.infinispan.marshall.exts
RemoteCommandsFactory
          Specifically used to create un-initialized ReplicableCommands from a byte stream.
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.infinispan.commands used by org.infinispan.marshall.jboss
RemoteCommandsFactory
          Specifically used to create un-initialized ReplicableCommands from a byte stream.
 

Classes in org.infinispan.commands used by org.infinispan.query.backend
AbstractVisitor
          An abstract implementation of a Visitor that delegates all visit calls to a default handler which can be overridden.
Visitor
           
 

Classes in org.infinispan.commands used by org.infinispan.remoting
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.remoting.rpc
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.remoting.transport
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.infinispan.commands used by org.infinispan.remoting.transport.jgroups
ReplicableCommand
          The core of the command-based cache framework.
 

Classes in org.infinispan.commands used by org.infinispan.statetransfer
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
 

Classes in org.infinispan.commands used by org.infinispan.transaction
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
 

Classes in org.infinispan.commands used by org.infinispan.transaction.xa.recovery
CommandsFactory
          A factory to build commands, initializing and injecting dependencies accordingly.
 

Classes in org.infinispan.commands used by org.infinispan.util
ReplicableCommand
          The core of the command-based cache framework.
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.