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