| Package | Description |
|---|---|
| stream | |
| stream.storm |
| Modifier and Type | Field and Description |
|---|---|
(package private) Set<Subscription> |
StreamTopology.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamTopology.addSubscription(Subscription sub) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Set<Subscription> |
QueueInjection.subscriptions |
(package private) Set<Subscription> |
ProcessBolt.subscriptions
The list of subscribers (e.g. output queues,...) that need to be
connected to this bolt
|
| Modifier and Type | Method and Description |
|---|---|
Set<Subscription> |
QueueInjection.getSubscriptions() |
Set<Subscription> |
ProcessBolt.getSubscriptions()
This method returns the list (set) of queues ('sinks') that are
referenced by any of the processors of this process bolt.
|
Copyright © 2013. All Rights Reserved.