Uses of Interface
io.dingodb.sdk.service.store.Coprocessor
Packages that use Coprocessor
Package
Description
-
Uses of Coprocessor in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils with parameters of type CoprocessorModifier and TypeMethodDescriptionstatic Common.CoprocessorV2EntityConversion.mapping(Coprocessor coprocessor, long partId) static Store.CoprocessorEntityConversion.mapping(Coprocessor coprocessor, DingoCommonId regionId) -
Uses of Coprocessor in io.dingodb.sdk.common.vector
Constructors in io.dingodb.sdk.common.vector with parameters of type CoprocessorModifierConstructorDescriptionVectorSearchParameter(Integer topN, boolean withoutVectorData, boolean withoutScalarData, List<String> selectedKeys, boolean withoutTableData, Search search, VectorSearchParameter.VectorFilter vectorFilter, VectorSearchParameter.VectorFilterType vectorFilterType, Coprocessor coprocessor, List<Long> vectorIds) Deprecated. -
Uses of Coprocessor in io.dingodb.sdk.service.store
Methods in io.dingodb.sdk.service.store with parameters of type CoprocessorModifier and TypeMethodDescriptionStoreServiceClient.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.Constructors in io.dingodb.sdk.service.store with parameters of type CoprocessorModifierConstructorDescriptionScanIterator(StoreServiceConnector connector, Supplier<Context> contextSupplier, Common.RangeWithOptions range, boolean key_only, int retryTimes, Coprocessor coprocessor)