Uses of Class
io.dingodb.version.Version.PutResponse
Packages that use Version.PutResponse
-
Uses of Version.PutResponse in io.dingodb.version
Methods in io.dingodb.version that return Version.PutResponseModifier and TypeMethodDescriptionVersion.PutResponse.Builder.build()Version.PutResponse.Builder.buildPartial()static Version.PutResponseVersion.PutResponse.getDefaultInstance()Version.PutResponse.Builder.getDefaultInstanceForType()Version.PutResponse.getDefaultInstanceForType()VersionServiceGrpc.VersionServiceBlockingStub.kvPut(Version.PutRequest request) Put is Upsertstatic Version.PutResponseVersion.PutResponse.parseDelimitedFrom(InputStream input) static Version.PutResponseVersion.PutResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.PutResponseVersion.PutResponse.parseFrom(byte[] data) static Version.PutResponseVersion.PutResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.PutResponseVersion.PutResponse.parseFrom(com.google.protobuf.ByteString data) static Version.PutResponseVersion.PutResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.PutResponseVersion.PutResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Version.PutResponseVersion.PutResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.PutResponseVersion.PutResponse.parseFrom(InputStream input) static Version.PutResponseVersion.PutResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.PutResponseVersion.PutResponse.parseFrom(ByteBuffer data) static Version.PutResponseVersion.PutResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.PutResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.PutRequest,Version.PutResponse> VersionServiceGrpc.getKvPutMethod()com.google.protobuf.Parser<Version.PutResponse>Version.PutResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Version.PutResponse>VersionServiceGrpc.VersionServiceFutureStub.kvPut(Version.PutRequest request) Put is Upsertstatic com.google.protobuf.Parser<Version.PutResponse>Version.PutResponse.parser()Methods in io.dingodb.version with parameters of type Version.PutResponseModifier and TypeMethodDescriptionVersion.PutResponse.Builder.mergeFrom(Version.PutResponse other) static Version.PutResponse.BuilderVersion.PutResponse.newBuilder(Version.PutResponse prototype) Method parameters in io.dingodb.version with type arguments of type Version.PutResponseModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.kvPut(Version.PutRequest request, io.grpc.stub.StreamObserver<Version.PutResponse> responseObserver) Put is UpsertvoidVersionServiceGrpc.VersionServiceStub.kvPut(Version.PutRequest request, io.grpc.stub.StreamObserver<Version.PutResponse> responseObserver) Put is Upsert