Uses of Class
io.dingodb.sdk.common.Range
Packages that use Range
-
Uses of Range in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return RangeMethods in io.dingodb.sdk.common.utils with parameters of type Range -
Uses of Range in io.dingodb.sdk.service.store
Methods in io.dingodb.sdk.service.store with parameters of type RangeModifier and TypeMethodDescriptionStoreServiceClient.scan(DingoCommonId tableId, DingoCommonId regionId, Range range, boolean withStart, boolean withEnd) Returns KeyValue iterator of scan, the scan is starting from the given start key, traverse in order until a key is encountered that exceeds the specified end key.StoreServiceClient.scan(DingoCommonId tableId, DingoCommonId regionId, Range range, boolean withStart, boolean withEnd, Coprocessor coprocessor) Returns KeyValue iterator of scan, the scan is starting from the given start key, traverse in order until a key is encountered that exceeds the specified end key.