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