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