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