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

Packages that use VersionedPutKeyValueCommand
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
 

Uses of VersionedPutKeyValueCommand in org.infinispan.commands
 

Methods in org.infinispan.commands that return VersionedPutKeyValueCommand
 VersionedPutKeyValueCommand CommandsFactoryImpl.buildVersionedPutKeyValueCommand(Object key, Object value, long lifespanMillis, long maxIdleTimeMillis, EntryVersion version, Set<Flag> flags)
           
 VersionedPutKeyValueCommand CommandsFactory.buildVersionedPutKeyValueCommand(Object key, Object value, long lifespanMillis, long maxIdleTimeMillis, EntryVersion version, Set<Flag> flags)
          Builds a special form of PutKeyValueCommand that also holds a reference to a version to be applied.
 


-->

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