mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Updated hazelcast jet documentation with more details on the graph.
This commit is contained in:
parent
83377ecacb
commit
684a0c1a4c
1 changed files with 3 additions and 0 deletions
|
|
@ -138,3 +138,6 @@ public class DisplayNetworkFromDAGExample {
|
|||
}
|
||||
```
|
||||
|
||||
Note
|
||||
- By clicking on a node of the graph, the node type is displayed (either Source, Sink or Transform). This is also visually represented with colors (Sources and Sinks are blue, Transforms are orange).
|
||||
- By clicking on an edge of the graph, the following details are shown: routing (UNICAST, PARTITIONED, ISOLATED, BROADCAST), distributed (true or false), priority (int).
|
||||
|
|
|
|||
Loading…
Reference in a new issue