Infinispan Distribution 5.2.6.Final-redhat-2

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

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

Methods in org.infinispan.commands that return PutKeyValueCommand
 PutKeyValueCommand CommandsFactory.buildPutKeyValueCommand(Object key, Object value, long lifespanMillis, long maxIdleTimeMillis, Set<Flag> flags)
          Builds a PutKeyValueCommand
 PutKeyValueCommand CommandsFactoryImpl.buildPutKeyValueCommand(Object key, Object value, long lifespanMillis, long maxIdleTimeMillis, Set<Flag> flags)
           
 

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

Uses of PutKeyValueCommand in org.infinispan.commands.write
 

Subclasses of PutKeyValueCommand in org.infinispan.commands.write
 class VersionedPutKeyValueCommand
          A form of PutKeyValueCommand that also applies a version to the entry created.
 

Uses of PutKeyValueCommand in org.infinispan.interceptors
 

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

Uses of PutKeyValueCommand in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base with parameters of type PutKeyValueCommand
protected  Object PrePostProcessingCommandInterceptor.handlePutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 Object PrePostProcessingCommandInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 

Uses of PutKeyValueCommand in org.infinispan.interceptors.distribution
 

Methods in org.infinispan.interceptors.distribution with parameters of type PutKeyValueCommand
 Object TxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 Object L1NonTxInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 Object NonTxDistributionInterceptor.visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command)
           
 

Uses of PutKeyValueCommand in org.infinispan.interceptors.locking
 

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

Uses of PutKeyValueCommand in org.infinispan.interceptors.xsite
 

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

Uses of PutKeyValueCommand in org.infinispan.query.backend
 

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

Uses of PutKeyValueCommand in org.infinispan.statetransfer
 

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

Uses of PutKeyValueCommand in org.infinispan.xsite
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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