Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.commands.TopologyAffectedCommand

Packages that use TopologyAffectedCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control   
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.write Commands that alter the state of the cache. 
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of TopologyAffectedCommand in org.infinispan.commands
 

Subinterfaces of TopologyAffectedCommand in org.infinispan.commands
 interface DataCommand
          Commands of this type manipulate data in the cache.
 interface FlagAffectedCommand
          Commands affected by Flags should carry them over to the remote nodes.
 

Classes in org.infinispan.commands that implement TopologyAffectedCommand
 class AbstractFlagAffectedCommand
          Base class for those commands that can carry flags.
 

Uses of TopologyAffectedCommand in org.infinispan.commands.control
 

Classes in org.infinispan.commands.control that implement TopologyAffectedCommand
 class LockControlCommand
          LockControlCommand is a command that enables distributed locking across infinispan nodes.
 

Uses of TopologyAffectedCommand in org.infinispan.commands.read
 

Classes in org.infinispan.commands.read that implement TopologyAffectedCommand
 class AbstractDataCommand
           
 class GetCacheEntryCommand
          An internal cache get command that returns CacheEntry instead of just the value.
 class GetKeyValueCommand
          Implements functionality defined by Map.get(Object) and Map.containsKey(Object) operations
 

Uses of TopologyAffectedCommand in org.infinispan.commands.remote
 

Classes in org.infinispan.commands.remote that implement TopologyAffectedCommand
 class ClusteredGetCommand
          Issues a remote get call.
 

Uses of TopologyAffectedCommand in org.infinispan.commands.remote.recovery
 

Classes in org.infinispan.commands.remote.recovery that implement TopologyAffectedCommand
 class TxCompletionNotificationCommand
          Command for removing recovery related information from the cluster.
 

Uses of TopologyAffectedCommand in org.infinispan.commands.tx
 

Subinterfaces of TopologyAffectedCommand in org.infinispan.commands.tx
 interface TransactionBoundaryCommand
          An transaction boundary command that allows the retrieval of an attached GlobalTransaction
 

Classes in org.infinispan.commands.tx that implement TopologyAffectedCommand
 class AbstractTransactionBoundaryCommand
          An abstract transaction boundary command that holds a reference to a GlobalTransaction
 class CommitCommand
          Command corresponding to the 2nd phase of 2PC.
 class PrepareCommand
          Command corresponding to the 1st phase of 2PC.
 class RollbackCommand
          Command corresponding to a transaction rollback.
 class VersionedCommitCommand
          The same as a CommitCommand except that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ.
 class VersionedPrepareCommand
          Same as PrepareCommand except that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s).
 

Uses of TopologyAffectedCommand in org.infinispan.commands.write
 

Subinterfaces of TopologyAffectedCommand in org.infinispan.commands.write
 interface DataWriteCommand
          Mixes features from DataCommand and WriteCommand
 interface WriteCommand
          A command that modifies the cache in some way
 

Classes in org.infinispan.commands.write that implement TopologyAffectedCommand
 class AbstractDataWriteCommand
          Stuff common to WriteCommands
 class ApplyDeltaCommand
           
 class ClearCommand
           
 class EvictCommand
           
 class InvalidateCommand
          Removes an entry from memory.
 class InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
 class PutKeyValueCommand
          Implements functionality defined by BasicCache.put(Object, Object)
 class PutMapCommand
           
 class RemoveCommand
           
 class ReplaceCommand
           
 class VersionedPutKeyValueCommand
          A form of PutKeyValueCommand that also applies a version to the entry created.
 

Uses of TopologyAffectedCommand in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type TopologyAffectedCommand
 void StateTransferManager.forwardCommandIfNeeded(TopologyAffectedCommand command, Set<Object> affectedKeys, Address origin, boolean sync)
          If there is an state transfer happening at the moment, this method forwards the supplied command to the nodes that are new owners of the data, in order to assure consistency.
 void StateTransferManagerImpl.forwardCommandIfNeeded(TopologyAffectedCommand command, Set<Object> affectedKeys, Address origin, boolean sync)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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