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