Uses of Record Class
io.oxia.client.api.PutResult

Packages that use PutResult
Package
Description
The public API for interacting with Oxia.
  • Uses of PutResult in io.oxia.client.api

    Methods in io.oxia.client.api that return PutResult
    Modifier and Type
    Method
    Description
    SyncOxiaClient.put(String key, byte[] value)
    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.
    SyncOxiaClient.put(String key, byte[] value, Set<PutOption> options)
    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.
    Methods in io.oxia.client.api that return types with arguments of type PutResult
    Modifier and Type
    Method
    Description
    AsyncOxiaClient.put(String key, byte[] value)
    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.
    AsyncOxiaClient.put(String key, byte[] value, Set<PutOption> options)
    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.