| Package | Description |
|---|---|
| org.apache.streams.local.builders |
| Modifier and Type | Method and Description |
|---|---|
Collection<StreamComponent> |
StreamComponent.getDownStreamComponents()
The components that are immediately downstream of this component (aka child nodes)
|
Collection<StreamComponent> |
StreamComponent.getUpStreamComponents()
The components that are immediately upstream of this component (aka parent nodes)
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamComponent.addInboundQueue(StreamComponent component)
Add a component that supplies data through the inbound queue.
|
void |
StreamComponent.addOutBoundQueue(StreamComponent component,
BlockingQueue<StreamsDatum> queue)
Add an outbound queue for this component.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.