Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.tx.PrepareCommand

Packages that use PrepareCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
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   
org.infinispan.interceptors.locking   
org.infinispan.interceptors.xsite   
org.infinispan.query.backend   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
org.infinispan.xsite   
 

Uses of PrepareCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return PrepareCommand
 PrepareCommand CommandsFactory.buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
          Builds a PrepareCommand
 PrepareCommand CommandsFactoryImpl.buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
           
 

Methods in org.infinispan.commands with parameters of type PrepareCommand
 Object Visitor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object AbstractVisitor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.commands.tx
 

Subclasses of PrepareCommand in org.infinispan.commands.tx
 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).
 

Methods in org.infinispan.commands.tx that return PrepareCommand
 PrepareCommand PrepareCommand.copy()
           
 

Uses of PrepareCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type PrepareCommand
protected  void ReplicationInterceptor.broadcastPrepare(TxInvocationContext context, PrepareCommand command)
           
protected  void VersionedReplicationInterceptor.broadcastPrepare(TxInvocationContext context, PrepareCommand command)
           
 Object ReplicationInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object CacheStoreInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object NotificationInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object DistCacheStoreInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object CallInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object DeadlockDetectingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object InvalidationInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object TxInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object VersionedEntryWrappingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object EntryWrappingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type PrepareCommand
protected  Object PrePostProcessingCommandInterceptor.handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type PrepareCommand
protected  void TxDistributionInterceptor.prepareOnAffectedNodes(TxInvocationContext ctx, PrepareCommand command, Collection<Address> recipients, boolean sync)
           
protected  void VersionedDistributionInterceptor.prepareOnAffectedNodes(TxInvocationContext ctx, PrepareCommand command, Collection<Address> recipients, boolean ignored)
           
 Object TxDistributionInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type PrepareCommand
protected  Object AbstractTxLockingInterceptor.invokeNextAndCommitIf1Pc(TxInvocationContext ctx, PrepareCommand command)
           
 Object OptimisticLockingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object PessimisticLockingInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.interceptors.xsite
 

Methods in org.infinispan.interceptors.xsite with parameters of type PrepareCommand
 Object OptimisticBackupInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object PessimisticBackupInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.query.backend
 

Methods in org.infinispan.query.backend with parameters of type PrepareCommand
 Object QueryInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
          In case of a remotely originating transactions we don't have a chance to visit the single commands but receive this "batch".
 

Uses of PrepareCommand in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type PrepareCommand
 Object StateTransferInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object TransactionSynchronizerInterceptor.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 

Uses of PrepareCommand in org.infinispan.util.logging
 

Methods in org.infinispan.util.logging with parameters of type PrepareCommand
 void Log.unableToApplyPrepare(PrepareCommand pc, Throwable t)
           
 

Uses of PrepareCommand in org.infinispan.xsite
 

Methods in org.infinispan.xsite with parameters of type PrepareCommand
 BackupResponse BackupSender.backupPrepare(PrepareCommand command)
          Prepares a transaction on the remote site.
 BackupResponse BackupSenderImpl.backupPrepare(PrepareCommand command)
           
 Object BackupSenderImpl.CustomBackupPolicyInvoker.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 Object BackupReceiverImpl.BackupCacheUpdater.visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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