Uses of Class
io.dingodb.version.Version.RangeRequest
Packages that use Version.RangeRequest
-
Uses of Version.RangeRequest in io.dingodb.version
Methods in io.dingodb.version that return Version.RangeRequestModifier and TypeMethodDescriptionVersion.RangeRequest.Builder.build()Version.RangeRequest.Builder.buildPartial()static Version.RangeRequestVersion.RangeRequest.getDefaultInstance()Version.RangeRequest.Builder.getDefaultInstanceForType()Version.RangeRequest.getDefaultInstanceForType()static Version.RangeRequestVersion.RangeRequest.parseDelimitedFrom(InputStream input) static Version.RangeRequestVersion.RangeRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.RangeRequestVersion.RangeRequest.parseFrom(byte[] data) static Version.RangeRequestVersion.RangeRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.RangeRequestVersion.RangeRequest.parseFrom(com.google.protobuf.ByteString data) static Version.RangeRequestVersion.RangeRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.RangeRequestVersion.RangeRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Version.RangeRequestVersion.RangeRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.RangeRequestVersion.RangeRequest.parseFrom(InputStream input) static Version.RangeRequestVersion.RangeRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.RangeRequestVersion.RangeRequest.parseFrom(ByteBuffer data) static Version.RangeRequestVersion.RangeRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.RangeRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.RangeRequest,Version.RangeResponse> VersionServiceGrpc.getKvRangeMethod()com.google.protobuf.Parser<Version.RangeRequest>Version.RangeRequest.getParserForType()static com.google.protobuf.Parser<Version.RangeRequest>Version.RangeRequest.parser()Methods in io.dingodb.version with parameters of type Version.RangeRequestModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.kvRange(Version.RangeRequest request, io.grpc.stub.StreamObserver<Version.RangeResponse> responseObserver) Range is Get and MultiGetVersionServiceGrpc.VersionServiceBlockingStub.kvRange(Version.RangeRequest request) Range is Get and MultiGetcom.google.common.util.concurrent.ListenableFuture<Version.RangeResponse>VersionServiceGrpc.VersionServiceFutureStub.kvRange(Version.RangeRequest request) Range is Get and MultiGetvoidVersionServiceGrpc.VersionServiceStub.kvRange(Version.RangeRequest request, io.grpc.stub.StreamObserver<Version.RangeResponse> responseObserver) Range is Get and MultiGetVersion.RangeRequest.Builder.mergeFrom(Version.RangeRequest other) static Version.RangeRequest.BuilderVersion.RangeRequest.newBuilder(Version.RangeRequest prototype)