public class JsonMapper extends Object
Constructor and Description |
---|
JsonMapper() |
Modifier and Type | Method and Description |
---|---|
static String |
getLocalStrategyString(LocalStrategy localStrategy) |
static String |
getOperatorStrategyString(DriverStrategy strategy) |
static String |
getOperatorStrategyString(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(ShipStrategyType shipType) |
public static String getOperatorStrategyString(DriverStrategy strategy)
public static String getOperatorStrategyString(DriverStrategy strategy, String firstInputName, String secondInputName)
public static String getShipStrategyString(ShipStrategyType shipType)
public static String getLocalStrategyString(LocalStrategy localStrategy)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.