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   
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base   
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)
           
 RemoveCommand CommandsFactory.buildRemoveCommand(Object key, Object value)
          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 - never removes the entry.
 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 ReplicationInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object MarshalledValueInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object LockingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object InvalidationInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object ImplicitEagerLockingInterceptor.visitRemoveCommand(InvocationContext ctx, RemoveCommand command)
           
 Object DistTxInterceptor.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.query.backend
 

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


Google Analytics

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