Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.commands.remote

Packages that use org.infinispan.commands.remote
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.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework. 
org.infinispan.query   
org.infinispan.query.clustered   
org.infinispan.query.indexmanager   
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
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.xsite   
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
ClusteredGetCommand
          Issues a remote get call.
MultipleRpcCommand
          Command that implements cluster replication logic.
SingleRpcCommand
          Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.control
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.module
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.read
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote
BaseRpcCommand
           
BaseRpcInvokingCommand
          Base class for RPC commands.
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.remote.recovery
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.commands.tx
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.marshall.exts
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.query
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.query.clustered
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.query.indexmanager
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.remoting
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.remoting.responses
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.statetransfer
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.util
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
 

Classes in org.infinispan.commands.remote used by org.infinispan.xsite
BaseRpcCommand
           
CacheRpcCommand
          The RpcManager only replicates commands wrapped in a CacheRpcCommand.
SingleRpcCommand
          Similar to MultipleRpcCommand, but it only aggregates a single command for replication.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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