Uses of Class
io.dingodb.store.Store.KvScanBeginRequestV2.Builder
Packages that use Store.KvScanBeginRequestV2.Builder
-
Uses of Store.KvScanBeginRequestV2.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.KvScanBeginRequestV2.BuilderModifier and TypeMethodDescriptionStore.KvScanBeginRequestV2.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvScanBeginRequestV2.Builder.clear()Store.KvScanBeginRequestV2.Builder.clearContext()Region id.Store.KvScanBeginRequestV2.Builder.clearCoprocessor()coprocessorStore.KvScanBeginRequestV2.Builder.clearDisableAutoRelease()Whether to automatically release resources after reading all the data, the default is false, and the default is automatically releasedStore.KvScanBeginRequestV2.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.KvScanBeginRequestV2.Builder.clearKeyOnly()Is it just to get the keyStore.KvScanBeginRequestV2.Builder.clearMaxFetchCnt()The maximum number of requests keys per request.Store.KvScanBeginRequestV2.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.KvScanBeginRequestV2.Builder.clearRange()Prefix start_key end_key with mode.Store.KvScanBeginRequestV2.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Store.KvScanBeginRequestV2.Builder.clearScanId()The client provides the equivalent of trace id, which is unique and cannot be repeated.Store.KvScanBeginRequestV2.Builder.clearTs()int64 ts = 21;Store.KvScanBeginRequestV2.Builder.clone()Store.KvScanBeginRequestV2.Builder.mergeContext(Store.Context value) Region id.Store.KvScanBeginRequestV2.Builder.mergeCoprocessor(Common.CoprocessorV2 value) coprocessorStore.KvScanBeginRequestV2.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.KvScanBeginRequestV2.Builder.mergeFrom(com.google.protobuf.Message other) Store.KvScanBeginRequestV2.Builder.mergeFrom(Store.KvScanBeginRequestV2 other) Store.KvScanBeginRequestV2.Builder.mergeRange(Common.RangeWithOptions value) Prefix start_key end_key with mode.Store.KvScanBeginRequestV2.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvScanBeginRequestV2.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvScanBeginRequestV2.newBuilder()Store.KvScanBeginRequestV2.newBuilder(Store.KvScanBeginRequestV2 prototype) Store.KvScanBeginRequestV2.newBuilderForType()protected Store.KvScanBeginRequestV2.BuilderStore.KvScanBeginRequestV2.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.KvScanBeginRequestV2.Builder.setContext(Store.Context value) Region id.Store.KvScanBeginRequestV2.Builder.setContext(Store.Context.Builder builderForValue) Region id.Store.KvScanBeginRequestV2.Builder.setCoprocessor(Common.CoprocessorV2 value) coprocessorStore.KvScanBeginRequestV2.Builder.setCoprocessor(Common.CoprocessorV2.Builder builderForValue) coprocessorStore.KvScanBeginRequestV2.Builder.setDisableAutoRelease(boolean value) Whether to automatically release resources after reading all the data, the default is false, and the default is automatically releasedStore.KvScanBeginRequestV2.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvScanBeginRequestV2.Builder.setKeyOnly(boolean value) Is it just to get the keyStore.KvScanBeginRequestV2.Builder.setMaxFetchCnt(long value) The maximum number of requests keys per request.Store.KvScanBeginRequestV2.Builder.setRange(Common.RangeWithOptions value) Prefix start_key end_key with mode.Store.KvScanBeginRequestV2.Builder.setRange(Common.RangeWithOptions.Builder builderForValue) Prefix start_key end_key with mode.Store.KvScanBeginRequestV2.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.KvScanBeginRequestV2.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvScanBeginRequestV2.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvScanBeginRequestV2.Builder.setScanId(long value) The client provides the equivalent of trace id, which is unique and cannot be repeated.Store.KvScanBeginRequestV2.Builder.setTs(long value) int64 ts = 21;Store.KvScanBeginRequestV2.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvScanBeginRequestV2.toBuilder()