Uses of Interface
io.oxia.client.api.options.ListOption
Packages that use ListOption
Package
Description
The public API for interacting with Oxia.
The definitions for options that can be passed to the Oxia client operations.
-
Uses of ListOption in io.oxia.client.api
Method parameters in io.oxia.client.api with type arguments of type ListOptionModifier and TypeMethodDescriptionAsyncOxiaClient.list(String startKeyInclusive, String endKeyExclusive, Set<ListOption> options) Lists any existing keys within the specified range.SyncOxiaClient.list(String startKeyInclusive, String endKeyExclusive, Set<ListOption> options) Lists any existing keys within the specified range. -
Uses of ListOption in io.oxia.client.api.options
Methods in io.oxia.client.api.options that return ListOptionModifier and TypeMethodDescriptionstatic ListOptionListOption.PartitionKey(String partitionKey) PartitionKey overrides the partition routing with the specified `partitionKey` instead of the regular record key.static ListOptionUseIndex let the users specify a different index to follow for the list operation