Uses of Class
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
-
Packages that use CheckpointInfo Package Description org.apache.flink.runtime.rest.handler.job.checkpoints org.apache.flink.runtime.rest.messages.checkpoints -
-
Uses of CheckpointInfo in org.apache.flink.runtime.rest.handler.job.checkpoints
Methods in org.apache.flink.runtime.rest.handler.job.checkpoints that return types with arguments of type CheckpointInfo Modifier and Type Method Description CompletableFuture<AsynchronousOperationResult<CheckpointInfo>>CheckpointHandlers.CheckpointStatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) -
Uses of CheckpointInfo in org.apache.flink.runtime.rest.messages.checkpoints
Methods in org.apache.flink.runtime.rest.messages.checkpoints that return types with arguments of type CheckpointInfo Modifier and Type Method Description Class<CheckpointInfo>CheckpointStatusHeaders. getValueClass()
-