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