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.locking   
org.infinispan.query.backend   
 

Uses of ReplaceCommand in org.infinispan.commands
 

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

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 TxInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object StateTransferLockInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object ReplicationInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object MarshalledValueInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object IsMarshallableInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object InvalidationInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object EntryWrappingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object DistributionInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object DistCacheStoreInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object DeadlockDetectingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object CacheStoreInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object CacheLoaderInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object ActivationInterceptor.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.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type ReplaceCommand
 Object PessimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object OptimisticLockingInterceptor.visitReplaceCommand(InvocationContext ctx, ReplaceCommand command)
           
 Object NonTransactionalLockingInterceptor.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)
           
 


-->

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