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

Packages that use RemoveCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.write Commands that alter the state of the cache. 
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.compat   
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 RemoveCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return RemoveCommand
 RemoveCommand CommandsFactoryImpl.buildRemoveCommand(Object key, Object value, Set<Flag> flags)
           
 RemoveCommand CommandsFactory.buildRemoveCommand(Object key, Object value, Set<Flag> flags)
          Builds a RemoveCommand
 

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

Uses of RemoveCommand in org.infinispan.commands.write
 

Subclasses of RemoveCommand in org.infinispan.commands.write
 class EvictCommand
           
 class InvalidateCommand
          Removes an entry from memory.
 class InvalidateL1Command
          Invalidates an entry in a L1 cache (used with DIST mode)
 

Uses of RemoveCommand in org.infinispan.interceptors
 

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

Uses of RemoveCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type RemoveCommand
protected  Object PrePostProcessingCommandInterceptor.handleRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 

Uses of RemoveCommand in org.infinispan.interceptors.compat
 

Methods in org.infinispan.interceptors.compat with parameters of type RemoveCommand
 Object TypeConverterInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 

Uses of RemoveCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type RemoveCommand
 Object NonTxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object TxDistributionInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object L1NonTxInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 

Uses of RemoveCommand in org.infinispan.interceptors.locking
 

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

Uses of RemoveCommand in org.infinispan.interceptors.xsite
 

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

Uses of RemoveCommand in org.infinispan.query.backend
 

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

Uses of RemoveCommand in org.infinispan.statetransfer
 

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

Uses of RemoveCommand in org.infinispan.xsite
 

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


-->

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