Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Methods in org.infinispan.commands that return PutMapCommand
 PutMapCommand CommandsFactory.buildPutMapCommand(Map<?,?> map, long lifespanMillis, long maxIdleTimeMillis, Set<Flag> flags)
          Builds a PutMapCommand
 PutMapCommand CommandsFactoryImpl.buildPutMapCommand(Map<?,?> map, long lifespan, long maxIdleTimeMillis, Set<Flag> flags)
           
 

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

Uses of PutMapCommand in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type PutMapCommand
 Object ReplicationInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object CacheStoreInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object DistCacheStoreInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object MarshalledValueInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object InvalidationInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object InvalidationInterceptor.InvalidationFilterVisitor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object CacheMgmtInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object TxInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object ActivationInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object IsMarshallableInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object EntryWrappingInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 

Uses of PutMapCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type PutMapCommand
protected  Object PrePostProcessingCommandInterceptor.handlePutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 

Uses of PutMapCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type PutMapCommand
 Object L1NonTxInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object BaseDistributionInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object NonTxConcurrentDistributionInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 

Uses of PutMapCommand in org.infinispan.interceptors.locking
 

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

Uses of PutMapCommand in org.infinispan.interceptors.xsite
 

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

Uses of PutMapCommand in org.infinispan.query.backend
 

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

Uses of PutMapCommand in org.infinispan.statetransfer
 

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

Uses of PutMapCommand in org.infinispan.xsite
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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