public class JsonMapper extends Object
| Constructor and Description |
|---|
JsonMapper() |
| Modifier and Type | Method and Description |
|---|---|
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(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–2017 The Apache Software Foundation. All rights reserved.