Uses of Class
org.apache.storm.trident.graph.Group
-
Packages that use Group Package Description org.apache.storm.trident.graph -
-
Uses of Group in org.apache.storm.trident.graph
Methods in org.apache.storm.trident.graph that return Group Modifier and Type Method Description Group
GraphGrouper. nodeGroup(Node n)
Methods in org.apache.storm.trident.graph that return types with arguments of type Group Modifier and Type Method Description Collection<Group>
GraphGrouper. getAllGroups()
Collection<Group>
GraphGrouper. incomingGroups(Group g)
Collection<Group>
GraphGrouper. outgoingGroups(Group g)
Methods in org.apache.storm.trident.graph with parameters of type Group Modifier and Type Method Description void
GraphGrouper. addGroup(Group g)
Collection<Group>
GraphGrouper. incomingGroups(Group g)
Collection<Group>
GraphGrouper. outgoingGroups(Group g)
Constructors in org.apache.storm.trident.graph with parameters of type Group Constructor Description Group(Group g1, Group g2)
Constructor parameters in org.apache.storm.trident.graph with type arguments of type Group Constructor Description GraphGrouper(org.apache.storm.shade.org.jgrapht.DirectedGraph<Node,IndexedEdge> graph, Collection<Group> initialGroups)
-