Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use ClearCommand
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.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 ClearCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return ClearCommand
 ClearCommand CommandsFactory.buildClearCommand(Set<Flag> flags)
          Builds a ClearCommand
 ClearCommand CommandsFactoryImpl.buildClearCommand(Set<Flag> flags)
           
 

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

Uses of ClearCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type ClearCommand
 Object ReplicationInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object CacheStoreInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object DistCacheStoreInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object InvalidationInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object TxInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object EntryWrappingInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 

Uses of ClearCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type ClearCommand
protected  Object PrePostProcessingCommandInterceptor.handleClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 

Uses of ClearCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type ClearCommand
 Object TxDistributionInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
           
 Object NonTxDistributionInterceptor.visitClearCommand(InvocationContext ctx, ClearCommand command)
          Don't forward in the case of clear commands, just acquire local locks and broadcast.
 

Uses of ClearCommand in org.infinispan.interceptors.locking
 

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

Uses of ClearCommand in org.infinispan.interceptors.xsite
 

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

Uses of ClearCommand in org.infinispan.query.backend
 

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

Uses of ClearCommand in org.infinispan.statetransfer
 

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

Uses of ClearCommand in org.infinispan.xsite
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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