Uses of Class
io.dingodb.sdk.common.KeyValue
Packages that use KeyValue
Package
Description
-
Uses of KeyValue in io.dingodb.sdk.common
Subclasses of KeyValue in io.dingodb.sdk.commonConstructors in io.dingodb.sdk.common with parameters of type KeyValue -
Uses of KeyValue in io.dingodb.sdk.common.codec
Methods in io.dingodb.sdk.common.codec that return KeyValueModifier and TypeMethodDescriptionMethods in io.dingodb.sdk.common.codec with parameters of type KeyValue -
Uses of KeyValue in io.dingodb.sdk.common.serial
Methods in io.dingodb.sdk.common.serial that return KeyValueMethods in io.dingodb.sdk.common.serial with parameters of type KeyValue -
Uses of KeyValue in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return KeyValueModifier and TypeMethodDescriptionstatic KeyValueEntityConversion.mapping(Common.KeyValue keyValue) Methods in io.dingodb.sdk.common.utils with parameters of type KeyValue -
Uses of KeyValue in io.dingodb.sdk.service.store
Methods in io.dingodb.sdk.service.store that return KeyValueMethods in io.dingodb.sdk.service.store that return types with arguments of type KeyValueModifier and TypeMethodDescriptionStoreServiceClient.kvBatchGet(DingoCommonId tableId, DingoCommonId regionId, List<byte[]> keys) Returns the KeyValue list for the specified keys that are found.StoreServiceClient.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.Methods in io.dingodb.sdk.service.store with parameters of type KeyValueModifier and TypeMethodDescriptionbooleanStoreServiceClient.kvPut(DingoCommonId tableId, DingoCommonId regionId, KeyValue keyValue) Put key and value to store.booleanStoreServiceClient.kvPutIfAbsent(DingoCommonId tableId, DingoCommonId regionId, KeyValue keyValue) Put key and value to store if the key is not in store.Method parameters in io.dingodb.sdk.service.store with type arguments of type KeyValueModifier and TypeMethodDescriptionbooleanStoreServiceClient.kvBatchPut(DingoCommonId tableId, DingoCommonId regionId, List<KeyValue> keyValues) StoreServiceClient.kvBatchPutIfAbsent(DingoCommonId tableId, DingoCommonId regionId, List<KeyValue> keyValues) StoreServiceClient.kvBatchPutIfAbsent(DingoCommonId tableId, DingoCommonId regionId, List<KeyValue> keyValues, boolean isAtomic)