Uses of Class
org.apache.storm.trident.planner.Node
Packages that use Node
Package
Description
-
Uses of Node in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type NodeModifier and TypeMethodDescriptionprotected Stream
protected Stream
TridentTopology.addSourcedNode
(List<Stream> sources, Node newNode) protected Stream
TridentTopology.addSourcedNode
(Stream source, Node newNode) protected TridentState
TridentTopology.addSourcedStateNode
(List<Stream> sources, Node newNode) protected TridentState
TridentTopology.addSourcedStateNode
(Stream source, Node newNode) protected void
TridentTopology.registerNode
(Node n) protected void
TridentTopology.registerSourcedNode
(List<Stream> sources, Node newNode) Constructors in org.apache.storm.trident with parameters of type NodeModifierConstructorDescriptionprotected
Stream
(TridentTopology topology, String name, Node node) protected
TridentState
(TridentTopology topology, Node node) -
Uses of Node in org.apache.storm.trident.graph
Fields in org.apache.storm.trident.graph with type parameters of type NodeMethods in org.apache.storm.trident.graph that return types with arguments of type NodeMethods in org.apache.storm.trident.graph with parameters of type NodeConstructors in org.apache.storm.trident.graph with parameters of type NodeModifierConstructorDescriptionConstructor parameters in org.apache.storm.trident.graph with type arguments of type NodeModifierConstructorDescriptionGraphGrouper
(org.apache.storm.shade.org.jgrapht.DirectedGraph<Node, IndexedEdge> graph, Collection<Group> initialGroups) -
Uses of Node in org.apache.storm.trident.planner
Subclasses of Node in org.apache.storm.trident.plannerConstructor parameters in org.apache.storm.trident.planner with type arguments of type NodeModifierConstructorDescriptionSubtopologyBolt
(org.apache.storm.shade.org.jgrapht.graph.DefaultDirectedGraph<Node, IndexedEdge> graph, Set<Node> nodes, Map<Node, String> batchGroups) SubtopologyBolt
(org.apache.storm.shade.org.jgrapht.graph.DefaultDirectedGraph<Node, IndexedEdge> graph, Set<Node> nodes, Map<Node, String> batchGroups) SubtopologyBolt
(org.apache.storm.shade.org.jgrapht.graph.DefaultDirectedGraph<Node, IndexedEdge> graph, Set<Node> nodes, Map<Node, String> batchGroups)