Uses of Interface
io.oxia.client.api.options.GetOption
Packages that use GetOption
Package
Description
The public API for interacting with Oxia.
The definitions for options that can be passed to the Oxia client operations.
-
Uses of GetOption in io.oxia.client.api
Method parameters in io.oxia.client.api with type arguments of type GetOption -
Uses of GetOption in io.oxia.client.api.options
Fields in io.oxia.client.api.options declared as GetOptionModifier and TypeFieldDescriptionstatic final GetOptionGetOption.ComparisonCeilingComparisonCeiling option will make the get operation to search for the record whose key is the lowest key ≥ to the supplied key.static final GetOptionGetOption.ComparisonEqualComparisonEqual sets the Get() operation to compare the stored key for equality.static final GetOptionGetOption.ComparisonFloorComparisonFloor option will make the get operation to search for the record whose key is the highest key ≤ to the supplied key.static final GetOptionGetOption.ComparisonHigherComparisonHigher option will make the get operation to search for the record whose key is strictly > to the supplied key.static final GetOptionGetOption.ComparisonLowerComparisonLower option will make the get operation to search for the record whose key is strictly < to the supplied key.static final GetOptionGetOption.ExcludeValueThe specified value will be excluded from the result.static final GetOptionGetOption.IncludeValueThe specified value will be included in the result.Methods in io.oxia.client.api.options that return GetOptionModifier and TypeMethodDescriptionstatic GetOptionGetOption.IncludeValue(boolean includeValue) Creates and returns a GetOption that specifies whether to include a value.static GetOptionGetOption.PartitionKey(String partitionKey) PartitionKey overrides the partition routing with the specified `partitionKey` instead of the regular record key.static GetOptionUseIndex let the users specify a different index to follow for the list operation