Uses of Class
io.dingodb.common.Common.RangeWithOptions
Packages that use Common.RangeWithOptions
Package
Description
-
Uses of Common.RangeWithOptions in io.dingodb.common
Methods in io.dingodb.common that return Common.RangeWithOptionsModifier and TypeMethodDescriptionCommon.RangeWithOptions.Builder.build()Common.RangeWithOptions.Builder.buildPartial()static Common.RangeWithOptionsCommon.RangeWithOptions.getDefaultInstance()Common.RangeWithOptions.Builder.getDefaultInstanceForType()Common.RangeWithOptions.getDefaultInstanceForType()static Common.RangeWithOptionsCommon.RangeWithOptions.parseDelimitedFrom(InputStream input) static Common.RangeWithOptionsCommon.RangeWithOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(byte[] data) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(com.google.protobuf.ByteString data) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(com.google.protobuf.CodedInputStream input) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(InputStream input) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(ByteBuffer data) static Common.RangeWithOptionsCommon.RangeWithOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.RangeWithOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.RangeWithOptions>Common.RangeWithOptions.getParserForType()static com.google.protobuf.Parser<Common.RangeWithOptions>Common.RangeWithOptions.parser()Methods in io.dingodb.common with parameters of type Common.RangeWithOptionsModifier and TypeMethodDescriptionCommon.RangeWithOptions.Builder.mergeFrom(Common.RangeWithOptions other) Common.RangeWithOptions.newBuilder(Common.RangeWithOptions prototype) -
Uses of Common.RangeWithOptions in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.RangeWithOptionsModifier and TypeMethodDescriptionstatic Common.RangeWithOptionsEntityConversion.mapping(RangeWithOptions options) Methods in io.dingodb.sdk.common.utils with parameters of type Common.RangeWithOptionsModifier and TypeMethodDescriptionstatic RangeWithOptionsEntityConversion.mapping(Common.RangeWithOptions options) -
Uses of Common.RangeWithOptions in io.dingodb.sdk.service.store
Constructors in io.dingodb.sdk.service.store with parameters of type Common.RangeWithOptionsModifierConstructorDescriptionScanIterator(StoreServiceConnector connector, Supplier<Context> contextSupplier, Common.RangeWithOptions range, boolean key_only, int retryTimes, Coprocessor coprocessor) -
Uses of Common.RangeWithOptions in io.dingodb.store
Methods in io.dingodb.store that return Common.RangeWithOptionsModifier and TypeMethodDescriptionStore.KvDeleteRangeRequest.Builder.getRange().dingodb.pb.common.RangeWithOptions range = 3;Store.KvDeleteRangeRequest.getRange().dingodb.pb.common.RangeWithOptions range = 3;Store.KvDeleteRangeRequestOrBuilder.getRange().dingodb.pb.common.RangeWithOptions range = 3;Store.KvScanBeginRequest.Builder.getRange()prefix start_key end_key with modeStore.KvScanBeginRequest.getRange()prefix start_key end_key with modeStore.KvScanBeginRequestOrBuilder.getRange()prefix start_key end_key with modeStore.KvScanBeginRequestV2.Builder.getRange()Prefix start_key end_key with mode.Store.KvScanBeginRequestV2.getRange()Prefix start_key end_key with mode.Store.KvScanBeginRequestV2OrBuilder.getRange()Prefix start_key end_key with mode.Store.TxnScanRequest.Builder.getRange()prefix start_key end_key with modeStore.TxnScanRequest.getRange()prefix start_key end_key with modeStore.TxnScanRequestOrBuilder.getRange()prefix start_key end_key with modeMethods in io.dingodb.store with parameters of type Common.RangeWithOptionsModifier and TypeMethodDescriptionStore.KvDeleteRangeRequest.Builder.mergeRange(Common.RangeWithOptions value) .dingodb.pb.common.RangeWithOptions range = 3;Store.KvScanBeginRequest.Builder.mergeRange(Common.RangeWithOptions value) prefix start_key end_key with modeStore.KvScanBeginRequestV2.Builder.mergeRange(Common.RangeWithOptions value) Prefix start_key end_key with mode.Store.TxnScanRequest.Builder.mergeRange(Common.RangeWithOptions value) prefix start_key end_key with modeStore.KvDeleteRangeRequest.Builder.setRange(Common.RangeWithOptions value) .dingodb.pb.common.RangeWithOptions range = 3;Store.KvScanBeginRequest.Builder.setRange(Common.RangeWithOptions value) prefix start_key end_key with modeStore.KvScanBeginRequestV2.Builder.setRange(Common.RangeWithOptions value) Prefix start_key end_key with mode.Store.TxnScanRequest.Builder.setRange(Common.RangeWithOptions value) prefix start_key end_key with mode