Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.write.ReplaceCommand

Packages that use ReplaceCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
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.xsite   
 

Uses of ReplaceCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return ReplaceCommand
 ReplaceCommand CommandsFactory.buildReplaceCommand(Object key, Object oldValue, Object newValue, long lifespanMillis, long maxIdleTimeMillis, Set<Flag> flags)
          Builds a ReplaceCommand
 ReplaceCommand CommandsFactoryImpl.buildReplaceCommand(Object key, Object oldValue, Object newValue, long lifespan, long maxIdleTimeMillis, Set<Flag> flags)
           
 

Methods in org.infinispan.commands with parameters of type ReplaceCommand
 Object Visitor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object AbstractVisitor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type ReplaceCommand
 Object ReplicationInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object CacheLoaderInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object CacheStoreInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object DistCacheStoreInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object DeadlockDetectingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object MarshalledValueInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object InvalidationInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object TxInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object ActivationInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object IsMarshallableInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object EntryWrappingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type ReplaceCommand
protected  Object PrePostProcessingCommandInterceptor.handleReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type ReplaceCommand
 Object TxDistributionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object L1NonTxInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object BaseDistributionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type ReplaceCommand
 Object NonTransactionalLockingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object OptimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object PessimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.interceptors.xsite
 

Methods in org.infinispan.interceptors.xsite with parameters of type ReplaceCommand
 Object NonTransactionalBackupInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.query.backend
 

Methods in org.infinispan.query.backend with parameters of type ReplaceCommand
 Object QueryInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.statetransfer
 

Methods in org.infinispan.statetransfer with parameters of type ReplaceCommand
 Object StateTransferInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 

Uses of ReplaceCommand in org.infinispan.xsite
 

Methods in org.infinispan.xsite with parameters of type ReplaceCommand
 Object BackupSenderImpl.CustomBackupPolicyInvoker.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object BackupReceiverImpl.BackupCacheUpdater.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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