Uses of Class
io.dingodb.version.Version.RangeRequest.Builder
Packages that use Version.RangeRequest.Builder
-
Uses of Version.RangeRequest.Builder in io.dingodb.version
Methods in io.dingodb.version that return Version.RangeRequest.BuilderModifier and TypeMethodDescriptionVersion.RangeRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Version.RangeRequest.Builder.clear()Version.RangeRequest.Builder.clearCountOnly()count_only when set returns only the count of the keys in the range.Version.RangeRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Version.RangeRequest.Builder.clearKey()key is the first key for the range.Version.RangeRequest.Builder.clearKeysOnly()keys_only when set returns only the keys and not the values.Version.RangeRequest.Builder.clearLimit()limit is a limit on the number of keys returned for the request.Version.RangeRequest.Builder.clearMaxCreateRevision()max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.Version.RangeRequest.Builder.clearMaxModRevision()max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.Version.RangeRequest.Builder.clearMinCreateRevision()min_create_revision is the lower bound for returned key create revisions; all keys with lesser create revisions will be filtered away.Version.RangeRequest.Builder.clearMinModRevision()min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.Version.RangeRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Version.RangeRequest.Builder.clearRangeEnd()range_end is the upper bound on the requested range [key, range_end).Version.RangeRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Version.RangeRequest.Builder.clearRevision()revision is the point-in-time of the key-value store to use for the range.Version.RangeRequest.Builder.clearSerializable()serializable sets the range request to use serializable member-local reads.Version.RangeRequest.Builder.clone()Version.RangeRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Version.RangeRequest.Builder.mergeFrom(com.google.protobuf.Message other) Version.RangeRequest.Builder.mergeFrom(Version.RangeRequest other) Version.RangeRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Version.RangeRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Version.RangeRequest.BuilderVersion.RangeRequest.newBuilder()static Version.RangeRequest.BuilderVersion.RangeRequest.newBuilder(Version.RangeRequest prototype) Version.RangeRequest.newBuilderForType()protected Version.RangeRequest.BuilderVersion.RangeRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Version.RangeRequest.Builder.setCountOnly(boolean value) count_only when set returns only the count of the keys in the range.Version.RangeRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Version.RangeRequest.Builder.setKey(com.google.protobuf.ByteString value) key is the first key for the range.Version.RangeRequest.Builder.setKeysOnly(boolean value) keys_only when set returns only the keys and not the values.Version.RangeRequest.Builder.setLimit(long value) limit is a limit on the number of keys returned for the request.Version.RangeRequest.Builder.setMaxCreateRevision(long value) max_create_revision is the upper bound for returned key create revisions; all keys with greater create revisions will be filtered away.Version.RangeRequest.Builder.setMaxModRevision(long value) max_mod_revision is the upper bound for returned key mod revisions; all keys with greater mod revisions will be filtered away.Version.RangeRequest.Builder.setMinCreateRevision(long value) min_create_revision is the lower bound for returned key create revisions; all keys with lesser create revisions will be filtered away.Version.RangeRequest.Builder.setMinModRevision(long value) min_mod_revision is the lower bound for returned key mod revisions; all keys with lesser mod revisions will be filtered away.Version.RangeRequest.Builder.setRangeEnd(com.google.protobuf.ByteString value) range_end is the upper bound on the requested range [key, range_end).Version.RangeRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Version.RangeRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Version.RangeRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Version.RangeRequest.Builder.setRevision(long value) revision is the point-in-time of the key-value store to use for the range.Version.RangeRequest.Builder.setSerializable(boolean value) serializable sets the range request to use serializable member-local reads.Version.RangeRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Version.RangeRequest.toBuilder()