Uses of Class
org.apache.flink.table.gateway.rest.message.materializedtable.scheduler.CreateEmbeddedSchedulerWorkflowResponseBody
-
-
Uses of CreateEmbeddedSchedulerWorkflowResponseBody in org.apache.flink.table.gateway.rest.handler.materializedtable.scheduler
Methods in org.apache.flink.table.gateway.rest.handler.materializedtable.scheduler that return types with arguments of type CreateEmbeddedSchedulerWorkflowResponseBody Modifier and Type Method Description protected CompletableFuture<CreateEmbeddedSchedulerWorkflowResponseBody>CreateEmbeddedSchedulerWorkflowHandler. handleRequest(SqlGatewayRestAPIVersion version, org.apache.flink.runtime.rest.handler.HandlerRequest<CreateEmbeddedSchedulerWorkflowRequestBody> request)Constructor parameters in org.apache.flink.table.gateway.rest.handler.materializedtable.scheduler with type arguments of type CreateEmbeddedSchedulerWorkflowResponseBody Constructor Description CreateEmbeddedSchedulerWorkflowHandler(org.apache.flink.table.gateway.api.SqlGatewayService service, EmbeddedQuartzScheduler quartzScheduler, Map<String,String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<CreateEmbeddedSchedulerWorkflowRequestBody,CreateEmbeddedSchedulerWorkflowResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters> messageHeaders) -
Uses of CreateEmbeddedSchedulerWorkflowResponseBody in org.apache.flink.table.gateway.rest.header.materializedtable.scheduler
Methods in org.apache.flink.table.gateway.rest.header.materializedtable.scheduler that return types with arguments of type CreateEmbeddedSchedulerWorkflowResponseBody Modifier and Type Method Description Class<CreateEmbeddedSchedulerWorkflowResponseBody>CreateEmbeddedSchedulerWorkflowHeaders. getResponseClass()
-