Class StreamsTopologyGraph.SinkNode
- java.lang.Object
-
- io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.AbstractNode
-
- io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.SinkNode
-
- All Implemented Interfaces:
StreamsTopologyGraph.Node
,Serializable
,Comparable<StreamsTopologyGraph.Node>
- Enclosing class:
- StreamsTopologyGraph
public static class StreamsTopologyGraph.SinkNode extends StreamsTopologyGraph.AbstractNode
A topology sink-node.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.Node
StreamsTopologyGraph.Node.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTopic()
-
Methods inherited from class io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.AbstractNode
getName, getPredecessors, getSuccessors, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.Node
compareTo
-
-
-
-
Method Detail
-
getTopic
public String getTopic()
-
-