Class JSONGenerator
- java.lang.Object
-
- org.apache.flink.streaming.api.graph.JSONGenerator
-
@Internal public class JSONGenerator extends Object
Helper class for generating a JSON representation from aStreamGraph
.
-
-
Constructor Summary
Constructors Constructor Description JSONGenerator(StreamGraph streamGraph)
-
-
-
Field Detail
-
STEPS
public static final String STEPS
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
SIDE
public static final String SIDE
- See Also:
- Constant Field Values
-
SHIP_STRATEGY
public static final String SHIP_STRATEGY
- See Also:
- Constant Field Values
-
PREDECESSORS
public static final String PREDECESSORS
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
PACT
public static final String PACT
- See Also:
- Constant Field Values
-
CONTENTS
public static final String CONTENTS
- See Also:
- Constant Field Values
-
PARALLELISM
public static final String PARALLELISM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JSONGenerator
public JSONGenerator(StreamGraph streamGraph)
-
-
Method Detail
-
getJSON
public String getJSON()
-
-