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(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–2016 The Apache Software Foundation. All rights reserved.