public static interface TopologyDescription.Subtopology
Topology.
Nodes of a Subtopology are connected directly or indirectly via
state stores
(i.e., if multiple processors share the same state).
| Modifier and Type | Method | Description |
|---|---|---|
int |
id() |
Internally assigned unique ID.
|
java.util.Set<TopologyDescription.Node> |
nodes() |
All nodes of this sub-topology.
|
int id()
java.util.Set<TopologyDescription.Node> nodes()