Uses of Class
org.apache.flink.runtime.rest.messages.JobConfigInfo
-
Packages that use JobConfigInfo Package Description org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.messages -
-
Uses of JobConfigInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return JobConfigInfo Modifier and Type Method Description protected JobConfigInfo
JobConfigHandler. handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph)
Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobConfigInfo Constructor Description JobConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever, Duration timeout, Map<String,String> responseHeaders, MessageHeaders<EmptyRequestBody,JobConfigInfo,JobMessageParameters> messageHeaders, ExecutionGraphCache executionGraphCache, Executor executor)
-
Uses of JobConfigInfo in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return JobConfigInfo Modifier and Type Method Description JobConfigInfo
JobConfigInfo.Deserializer. deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext deserializationContext)
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type JobConfigInfo Modifier and Type Method Description Class<JobConfigInfo>
JobConfigHeaders. getResponseClass()
Methods in org.apache.flink.runtime.rest.messages with parameters of type JobConfigInfo Modifier and Type Method Description void
JobConfigInfo.Serializer. serialize(JobConfigInfo jobConfigInfo, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator jsonGenerator, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider serializerProvider)
-