Uses of Class
org.infinispan.client.hotrod.impl.VersionedOperationResponse

Packages that use VersionedOperationResponse
org.infinispan.client.hotrod.impl   
 

Uses of VersionedOperationResponse in org.infinispan.client.hotrod.impl
 

Methods in org.infinispan.client.hotrod.impl that return VersionedOperationResponse
 VersionedOperationResponse HotrodOperationsImpl.removeIfUnmodified(byte[] key, long version, Flag... flags)
          Request: [header][key length][key][entry_version]
 VersionedOperationResponse HotrodOperations.removeIfUnmodified(byte[] key, long version, Flag... flags)
           
 VersionedOperationResponse HotrodOperationsImpl.replaceIfUnmodified(byte[] key, byte[] value, int lifespan, int maxIdle, long version, Flag... flags)
          request : [header][key length][key][lifespan][max idle][entry_version][value length][value] response: If ForceReturnPreviousValue has been passed, this responses will contain previous [value length][value] for that key.
 VersionedOperationResponse HotrodOperations.replaceIfUnmodified(byte[] key, byte[] value, int lifespan, int maxIdle, long version, Flag... flags)
           
 


Google Analytics

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