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