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)
|