Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Uses of EvictCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return EvictCommand
 EvictCommand CommandsFactory.buildEvictCommand(Object key, Set<Flag> flags)
          Builds an EvictCommand
 EvictCommand CommandsFactoryImpl.buildEvictCommand(Object key, Set<Flag> flags)
           
 

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

Uses of EvictCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type EvictCommand
 Object BatchingInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 Object PassivationInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 Object MarshalledValueInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 Object CacheMgmtInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 Object EntryWrappingInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 

Uses of EvictCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type EvictCommand
protected  Object PrePostProcessingCommandInterceptor.handleEvictCommand(InvocationContext ctx, EvictCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 

Uses of EvictCommand in org.infinispan.interceptors.locking
 

Methods in org.infinispan.interceptors.locking with parameters of type EvictCommand
 Object NonTransactionalLockingInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 Object AbstractTxLockingInterceptor.visitEvictCommand(InvocationContext ctx, EvictCommand command)
           
 

Uses of EvictCommand in org.infinispan.statetransfer
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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