Uses of Interface
io.oxia.client.api.options.DeleteRangeOption
Packages that use DeleteRangeOption
Package
Description
The public API for interacting with Oxia.
The definitions for options that can be passed to the Oxia client operations.
-
Uses of DeleteRangeOption in io.oxia.client.api
Method parameters in io.oxia.client.api with type arguments of type DeleteRangeOptionModifier and TypeMethodDescriptionAsyncOxiaClient.deleteRange(String startKeyInclusive, String endKeyExclusive, Set<DeleteRangeOption> options) Deletes any records with keys within the specified range.voidSyncOxiaClient.deleteRange(String startKeyInclusive, String endKeyExclusive, Set<DeleteRangeOption> options) Deletes any records with keys within the specified range. -
Uses of DeleteRangeOption in io.oxia.client.api.options
Methods in io.oxia.client.api.options that return DeleteRangeOptionModifier and TypeMethodDescriptionstatic DeleteRangeOptionDeleteRangeOption.PartitionKey(String partitionKey) PartitionKey overrides the partition routing with the specified `partitionKey` instead of the regular record key.