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