| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.handler.job | |
| org.apache.flink.runtime.rest.messages |
| Modifier and Type | Method and Description |
|---|---|
protected JobConfigInfo |
JobConfigHandler.handleRequest(HandlerRequest<EmptyRequestBody> request,
AccessExecutionGraph executionGraph) |
| Constructor and Description |
|---|
JobConfigHandler(GatewayRetriever<? extends RestfulGateway> leaderRetriever,
org.apache.flink.api.common.time.Time timeout,
Map<String,String> responseHeaders,
MessageHeaders<EmptyRequestBody,JobConfigInfo,JobMessageParameters> messageHeaders,
ExecutionGraphCache executionGraphCache,
Executor executor) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Class<JobConfigInfo> |
JobConfigHeaders.getResponseClass() |
| Modifier and Type | Method and 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) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.