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

Packages that use InvalidateCommand
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. 
 

Uses of InvalidateCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return InvalidateCommand
 InvalidateCommand CommandsFactoryImpl.buildInvalidateCommand(Object... keys)
           
 InvalidateCommand CommandsFactory.buildInvalidateCommand(Object... keys)
          Builds an InvalidateCommand
 InvalidateCommand CommandsFactoryImpl.buildInvalidateFromL1Command(boolean forRehash, Object... keys)
           
 InvalidateCommand CommandsFactory.buildInvalidateFromL1Command(boolean forRehash, Object... keys)
          Builds an InvalidateFromL1Command
 

Methods in org.infinispan.commands with parameters of type InvalidateCommand
 Object Visitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)
           
 Object AbstractVisitor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)
           
 

Uses of InvalidateCommand in org.infinispan.commands.write
 

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

Uses of InvalidateCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type InvalidateCommand
 Object TxInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand)
           
 Object LockingInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object ImplicitEagerLockingInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 Object CacheLoaderInterceptor.visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command)
           
 


Google Analytics

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