|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| storm.trident | |
| storm.trident.graph | |
| storm.trident.planner | |
| Uses of Node in storm.trident |
|---|
| Methods in storm.trident with parameters of type Node | |
|---|---|
protected Stream |
TridentTopology.addNode(Node n)
|
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 storm.trident with parameters of type Node | |
|---|---|
Stream(TridentTopology topology,
String name,
Node node)
|
|
TridentState(TridentTopology topology,
Node node)
|
|
| Uses of Node in storm.trident.graph |
|---|
| Fields in storm.trident.graph with type parameters of type Node | |
|---|---|
Set<Node> |
Group.nodes
|
| Methods in storm.trident.graph that return types with arguments of type Node | |
|---|---|
Set<Node> |
Group.incomingNodes()
|
Set<Node> |
Group.outgoingNodes()
|
| Methods in storm.trident.graph with parameters of type Node | |
|---|---|
Group |
GraphGrouper.nodeGroup(Node n)
|
| Constructors in storm.trident.graph with parameters of type Node | |
|---|---|
Group(org.jgrapht.DirectedGraph graph,
Node n)
|
|
| Constructor parameters in storm.trident.graph with type arguments of type Node | |
|---|---|
GraphGrouper(org.jgrapht.DirectedGraph<Node,IndexedEdge> graph,
Collection<Group> initialGroups)
|
|
Group(org.jgrapht.DirectedGraph graph,
List<Node> nodes)
|
|
| Uses of Node in storm.trident.planner |
|---|
| Subclasses of Node in storm.trident.planner | |
|---|---|
class |
PartitionNode
|
class |
ProcessorNode
|
class |
SpoutNode
|
| Constructor parameters in storm.trident.planner with type arguments of type Node | |
|---|---|
SubtopologyBolt(org.jgrapht.DirectedGraph graph,
Set<Node> nodes,
Map<Node,String> batchGroups)
|
|
SubtopologyBolt(org.jgrapht.DirectedGraph graph,
Set<Node> nodes,
Map<Node,String> batchGroups)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||