Uses of Class
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
-
-
Uses of AsynchronousOperationInfo in org.apache.flink.runtime.rest.handler.async
Methods in org.apache.flink.runtime.rest.handler.async that return AsynchronousOperationInfo Modifier and Type Method Description static AsynchronousOperationInfoAsynchronousOperationInfo. complete()static AsynchronousOperationInfoAsynchronousOperationInfo. completeExceptional(org.apache.flink.util.SerializedThrowable serializedThrowable) -
Uses of AsynchronousOperationInfo in org.apache.flink.runtime.rest.handler.dataset
Methods in org.apache.flink.runtime.rest.handler.dataset that return AsynchronousOperationInfo Modifier and Type Method Description protected AsynchronousOperationInfoClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler. exceptionalOperationResultResponse(Throwable throwable)protected AsynchronousOperationInfoClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler. operationResultResponse(ClusterDataSetDeleteHandlers.SerializableVoid ignored) -
Uses of AsynchronousOperationInfo in org.apache.flink.runtime.rest.handler.job.rescaling
Methods in org.apache.flink.runtime.rest.handler.job.rescaling that return AsynchronousOperationInfo Modifier and Type Method Description protected AsynchronousOperationInfoRescalingHandlers.RescalingStatusHandler. exceptionalOperationResultResponse(Throwable throwable)protected AsynchronousOperationInfoRescalingHandlers.RescalingStatusHandler. operationResultResponse(Acknowledge operationResult)Methods in org.apache.flink.runtime.rest.handler.job.rescaling that return types with arguments of type AsynchronousOperationInfo Modifier and Type Method Description Class<AsynchronousOperationInfo>RescalingStatusHeaders. getValueClass()CompletableFuture<AsynchronousOperationResult<AsynchronousOperationInfo>>RescalingHandlers.RescalingStatusHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, RestfulGateway gateway) -
Uses of AsynchronousOperationInfo in org.apache.flink.runtime.rest.handler.job.savepoints
Methods in org.apache.flink.runtime.rest.handler.job.savepoints that return AsynchronousOperationInfo Modifier and Type Method Description protected AsynchronousOperationInfoSavepointDisposalHandlers.SavepointDisposalStatusHandler. exceptionalOperationResultResponse(Throwable throwable)protected AsynchronousOperationInfoSavepointDisposalHandlers.SavepointDisposalStatusHandler. operationResultResponse(Acknowledge operationResult) -
Uses of AsynchronousOperationInfo in org.apache.flink.runtime.rest.messages.dataset
Methods in org.apache.flink.runtime.rest.messages.dataset that return types with arguments of type AsynchronousOperationInfo Modifier and Type Method Description Class<AsynchronousOperationInfo>ClusterDataSetDeleteStatusHeaders. getValueClass() -
Uses of AsynchronousOperationInfo in org.apache.flink.runtime.rest.messages.job.savepoints
Methods in org.apache.flink.runtime.rest.messages.job.savepoints that return types with arguments of type AsynchronousOperationInfo Modifier and Type Method Description Class<AsynchronousOperationInfo>SavepointDisposalStatusHeaders. getValueClass()
-