Uses of Class
io.dingodb.store.Store.KvPutRequest
Packages that use Store.KvPutRequest
-
Uses of Store.KvPutRequest in io.dingodb.store
Methods in io.dingodb.store that return Store.KvPutRequestModifier and TypeMethodDescriptionStore.KvPutRequest.Builder.build()Store.KvPutRequest.Builder.buildPartial()static Store.KvPutRequestStore.KvPutRequest.getDefaultInstance()Store.KvPutRequest.Builder.getDefaultInstanceForType()Store.KvPutRequest.getDefaultInstanceForType()static Store.KvPutRequestStore.KvPutRequest.parseDelimitedFrom(InputStream input) static Store.KvPutRequestStore.KvPutRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvPutRequestStore.KvPutRequest.parseFrom(byte[] data) static Store.KvPutRequestStore.KvPutRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvPutRequestStore.KvPutRequest.parseFrom(com.google.protobuf.ByteString data) static Store.KvPutRequestStore.KvPutRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvPutRequestStore.KvPutRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Store.KvPutRequestStore.KvPutRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvPutRequestStore.KvPutRequest.parseFrom(InputStream input) static Store.KvPutRequestStore.KvPutRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.KvPutRequestStore.KvPutRequest.parseFrom(ByteBuffer data) static Store.KvPutRequestStore.KvPutRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.KvPutRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Store.KvPutRequest,Store.KvPutResponse> StoreServiceGrpc.getKvPutMethod()com.google.protobuf.Parser<Store.KvPutRequest>Store.KvPutRequest.getParserForType()static com.google.protobuf.Parser<Store.KvPutRequest>Store.KvPutRequest.parser()Methods in io.dingodb.store with parameters of type Store.KvPutRequestModifier and TypeMethodDescriptiondefault voidStoreServiceGrpc.AsyncService.kvPut(Store.KvPutRequest request, io.grpc.stub.StreamObserver<Store.KvPutResponse> responseObserver) StoreServiceGrpc.StoreServiceBlockingStub.kvPut(Store.KvPutRequest request) com.google.common.util.concurrent.ListenableFuture<Store.KvPutResponse>StoreServiceGrpc.StoreServiceFutureStub.kvPut(Store.KvPutRequest request) voidStoreServiceGrpc.StoreServiceStub.kvPut(Store.KvPutRequest request, io.grpc.stub.StreamObserver<Store.KvPutResponse> responseObserver) Store.KvPutRequest.Builder.mergeFrom(Store.KvPutRequest other) static Store.KvPutRequest.BuilderStore.KvPutRequest.newBuilder(Store.KvPutRequest prototype)