public class JsonMapper extends Object
| 构造器和说明 |
|---|
JsonMapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getLocalStrategyString(org.apache.flink.runtime.operators.util.LocalStrategy localStrategy) |
static String |
getOperatorStrategyString(org.apache.flink.runtime.operators.DriverStrategy strategy) |
static String |
getOperatorStrategyString(org.apache.flink.runtime.operators.DriverStrategy strategy,
String firstInputName,
String secondInputName) |
static String |
getOptimizerPropertiesJson(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonFactory jsonFactory,
PlanNode node) |
static String |
getShipStrategyString(org.apache.flink.runtime.operators.shipping.ShipStrategyType shipType) |
public static String getOperatorStrategyString(org.apache.flink.runtime.operators.DriverStrategy strategy)
public static String getOperatorStrategyString(org.apache.flink.runtime.operators.DriverStrategy strategy, String firstInputName, String secondInputName)
public static String getShipStrategyString(org.apache.flink.runtime.operators.shipping.ShipStrategyType shipType)
public static String getLocalStrategyString(org.apache.flink.runtime.operators.util.LocalStrategy localStrategy)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.