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