Uses of Class
io.oxia.client.api.exceptions.UnexpectedVersionIdException
Packages that use UnexpectedVersionIdException
-
Uses of UnexpectedVersionIdException in io.oxia.client.api
Methods in io.oxia.client.api that throw UnexpectedVersionIdExceptionModifier and TypeMethodDescriptionbooleanSyncOxiaClient.delete(String key, Set<DeleteOption> options) Conditionally deletes the record associated with the key if the record exists, and the server's versionId of the record is as specified, at the instant when the delete is applied.Conditionally associates a value with a key if the server's versionId of the record is as specified, at the instant when the put is applied.