| Package | Description |
|---|---|
| ds.funnel.peer | |
| ds.funnel.topic |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PeerGroupUtilizer> |
PeerGroup.getUtilizers() |
java.util.List<PeerGroupUtilizer> |
PeerGroupImpl.getUtilizers() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerGroup.addUtilizer(PeerGroupUtilizer inUtilizer)
Register a utilizer with this group.
|
void |
PeerGroupImpl.addUtilizer(PeerGroupUtilizer inUtilizer) |
void |
PeerGroup.removeUtilizer(PeerGroupUtilizer inUtilizer)
Unregister a utilizer of this group.
|
void |
PeerGroupImpl.removeUtilizer(PeerGroupUtilizer inUtilizer) |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicPublisherImpl |
class |
TopicSubscriptionImpl |