Uses of Class
com.couchbase.client.core.kv.CoreRangeScanSort
-
Packages that use CoreRangeScanSort Package Description com.couchbase.client.core.kv -
-
Uses of CoreRangeScanSort in com.couchbase.client.core.kv
Methods in com.couchbase.client.core.kv that return CoreRangeScanSort Modifier and Type Method Description static CoreRangeScanSort
CoreRangeScanSort. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoreRangeScanSort[]
CoreRangeScanSort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.kv with parameters of type CoreRangeScanSort Modifier and Type Method Description Flux<CoreRangeScanItem>
RangeScanOrchestrator. rangeScan(byte[] startTerm, boolean startExclusive, byte[] endTerm, boolean endExclusive, Duration timeout, int continueItemLimit, int continueByteLimit, boolean keysOnly, CoreRangeScanSort sort, Optional<RequestSpan> parent, Map<Short,MutationToken> consistencyTokens)
Performs a range scan between a start and an end term (reactive).Flux<CoreRangeScanItem>
RangeScanOrchestrator. samplingScan(long limit, Optional<Long> seed, Duration timeout, int continueItemLimit, int continueByteLimit, boolean keysOnly, CoreRangeScanSort sort, Optional<RequestSpan> parent, Map<Short,MutationToken> consistencyTokens)
Performs a sampling scan (reactive).
-