Uses of Class
org.apache.storm.trident.graph.Group
Packages that use Group
-
Uses of Group in org.apache.storm.trident.graph
Methods in org.apache.storm.trident.graph that return GroupMethods in org.apache.storm.trident.graph that return types with arguments of type GroupModifier and TypeMethodDescriptionGraphGrouper.getAllGroups()
GraphGrouper.incomingGroups
(Group g) GraphGrouper.outgoingGroups
(Group g) Methods in org.apache.storm.trident.graph with parameters of type GroupModifier and TypeMethodDescriptionvoid
GraphGrouper.incomingGroups
(Group g) GraphGrouper.outgoingGroups
(Group g) Constructors in org.apache.storm.trident.graph with parameters of type GroupConstructor parameters in org.apache.storm.trident.graph with type arguments of type GroupModifierConstructorDescriptionGraphGrouper
(org.apache.storm.shade.org.jgrapht.DirectedGraph<Node, IndexedEdge> graph, Collection<Group> initialGroups)