Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use ApplyDeltaCommand
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.locking   
org.infinispan.statetransfer Transfer of state to new caches in a cluster. 
 

Uses of ApplyDeltaCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return ApplyDeltaCommand
 ApplyDeltaCommand CommandsFactory.buildApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection keys)
          Builds a ApplyDeltaCommand used for applying Delta objects to DeltaAware containers stored in cache
 ApplyDeltaCommand CommandsFactoryImpl.buildApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection keys)
           
 

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

Uses of ApplyDeltaCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type ApplyDeltaCommand
 Object CacheLoaderInterceptor.visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command)
           
 Object TxInterceptor.visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command)
           
 Object EntryWrappingInterceptor.visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command)
           
 

Uses of ApplyDeltaCommand in org.infinispan.interceptors.locking
 

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

Uses of ApplyDeltaCommand in org.infinispan.statetransfer
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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