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.query.backend   
 

Uses of PutMapCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return PutMapCommand
 PutMapCommand CommandsFactoryImpl.buildPutMapCommand(Map map, long lifespan, long maxIdleTimeMillis)
           
 PutMapCommand CommandsFactory.buildPutMapCommand(Map map, long lifespanMillis, long maxIdleTimeMillis)
          Builds a PutMapCommand
 

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 TxInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object ReplicationInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object MarshalledValueInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object LockingInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object InvalidationInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object ImplicitEagerLockingInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object DistTxInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object DistributionInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object DistCacheStoreInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object CacheStoreInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object CacheStoreInterceptor.StoreModificationsBuilder.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object CacheMgmtInterceptor.visitPutMapCommand(InvocationContext ctx, PutMapCommand command)
           
 Object ActivationInterceptor.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.query.backend
 

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


Google Analytics

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