public class PublishingChannel extends Object
| Constructor and Description |
|---|
PublishingChannel(Collection<String> keys,
Collection<SpeedyHost> speedyHosts,
int windowSizeOfRoute,
ChannelMode channelMode) |
| Modifier and Type | Method and Description |
|---|---|
ChannelMode |
getChannelMode() |
Collection<String> |
getKeys() |
Collection<SpeedyHost> |
getSubscribingHosts() |
int |
getWindowSizeOfRoute() |
String |
toString() |
public PublishingChannel(Collection<String> keys, Collection<SpeedyHost> speedyHosts, int windowSizeOfRoute, ChannelMode channelMode)
public Collection<String> getKeys()
public Collection<SpeedyHost> getSubscribingHosts()
public int getWindowSizeOfRoute()
public ChannelMode getChannelMode()
Copyright © 2018. All rights reserved.