Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointConfigInfo
-
Packages that use CheckpointConfigInfo Package Description org.apache.flink.runtime.rest.handler.job.checkpoints org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of CheckpointConfigInfo in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return CheckpointConfigInfo Modifier and Type Method Description protected CheckpointConfigInfo
CheckpointConfigHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph)
Constructor parameters in org.apache.flink.runtime.rest.handler.job.checkpoints with type arguments of type CheckpointConfigInfo Constructor Description CheckpointConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,CheckpointConfigInfo,JobMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor)
-
Uses of CheckpointConfigInfo in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type CheckpointConfigInfo Modifier and Type Method Description Class<CheckpointConfigInfo>
CheckpointConfigHeaders. getResponseClass()
-