Uses of Class
io.dingodb.meta.Meta.GetTablesRequest
Packages that use Meta.GetTablesRequest
-
Uses of Meta.GetTablesRequest in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.GetTablesRequestModifier and TypeMethodDescriptionMeta.GetTablesRequest.Builder.build()Meta.GetTablesRequest.Builder.buildPartial()static Meta.GetTablesRequestMeta.GetTablesRequest.getDefaultInstance()Meta.GetTablesRequest.Builder.getDefaultInstanceForType()Meta.GetTablesRequest.getDefaultInstanceForType()static Meta.GetTablesRequestMeta.GetTablesRequest.parseDelimitedFrom(InputStream input) static Meta.GetTablesRequestMeta.GetTablesRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(byte[] data) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(com.google.protobuf.ByteString data) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(InputStream input) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(ByteBuffer data) static Meta.GetTablesRequestMeta.GetTablesRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.GetTablesRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Meta.GetTablesRequest,Meta.GetTablesResponse> MetaServiceGrpc.getGetTablesMethod()com.google.protobuf.Parser<Meta.GetTablesRequest>Meta.GetTablesRequest.getParserForType()static com.google.protobuf.Parser<Meta.GetTablesRequest>Meta.GetTablesRequest.parser()Methods in io.dingodb.meta with parameters of type Meta.GetTablesRequestModifier and TypeMethodDescriptiondefault voidMetaServiceGrpc.AsyncService.getTables(Meta.GetTablesRequest request, io.grpc.stub.StreamObserver<Meta.GetTablesResponse> responseObserver) GetTables in: schema_id table_id out: List<DingoCommonId>MetaServiceGrpc.MetaServiceBlockingStub.getTables(Meta.GetTablesRequest request) GetTables in: schema_id table_id out: List<DingoCommonId>com.google.common.util.concurrent.ListenableFuture<Meta.GetTablesResponse>MetaServiceGrpc.MetaServiceFutureStub.getTables(Meta.GetTablesRequest request) GetTables in: schema_id table_id out: List<DingoCommonId>voidMetaServiceGrpc.MetaServiceStub.getTables(Meta.GetTablesRequest request, io.grpc.stub.StreamObserver<Meta.GetTablesResponse> responseObserver) GetTables in: schema_id table_id out: List<DingoCommonId>Meta.GetTablesRequest.Builder.mergeFrom(Meta.GetTablesRequest other) Meta.GetTablesRequest.newBuilder(Meta.GetTablesRequest prototype)