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

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 Visitor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object AbstractVisitor.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 TxInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object StateTransferLockInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object ReplicationInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object MarshalledValueInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object IsMarshallableInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object InvalidationInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object EntryWrappingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object DistributionInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object DistCacheStoreInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object DeadlockDetectingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object CacheStoreInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object CacheMgmtInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object CacheLoaderInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object ActivationInterceptor.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.locking
 

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


-->

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