storm.trident.graph
Class GraphGrouper
java.lang.Object
storm.trident.graph.GraphGrouper
public class GraphGrouper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphGrouper
public GraphGrouper(org.jgrapht.DirectedGraph<Node,IndexedEdge> graph,
Collection<Group> initialGroups)
getAllGroups
public Collection<Group> getAllGroups()
addGroup
public void addGroup(Group g)
reindex
public void reindex()
mergeFully
public void mergeFully()
outgoingGroups
public Collection<Group> outgoingGroups(Group g)
incomingGroups
public Collection<Group> incomingGroups(Group g)
nodeGroup
public Group nodeGroup(Node n)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.