Uses of Class
org.apache.flink.runtime.rest.messages.JobConfigInfo
Packages that use JobConfigInfo
Package
Description
-
Uses of JobConfigInfo in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job that return JobConfigInfoModifier and TypeMethodDescriptionprotected JobConfigInfoJobConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> request, AccessExecutionGraph executionGraph) Constructor parameters in org.apache.flink.runtime.rest.handler.job with type arguments of type JobConfigInfoModifierConstructorDescriptionJobConfigHandler(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 JobConfigInfoModifier and TypeMethodDescriptionJobConfigInfo.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 JobConfigInfoMethods in org.apache.flink.runtime.rest.messages with parameters of type JobConfigInfoModifier and TypeMethodDescriptionvoidJobConfigInfo.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)