| Package | Description |
|---|---|
| io.kiw.speedy | |
| io.kiw.speedy.builder | |
| io.kiw.speedy.management | |
| io.kiw.speedy.publisher | |
| io.kiw.speedy.subscriber | |
| io.kiw.speedy.wiring |
| Modifier and Type | Method and Description |
|---|---|
SpeedyHost |
SpeedyConnection.getHost() |
static SpeedyHost |
SpeedyHost.unmarshall(byte[] message) |
| Constructor and Description |
|---|
SpeedyConnection(SpeedyHost remoteHost,
Set<Integer> keyIdentifiers,
ImmutableIntMap<SubscriberChannelState> channelSequenceStates) |
SpeedyMessagingImpl(SpeedyHost localhost,
OnMessageErrorHandler subcribeErrorHandler,
SpeedyWiring wiring,
ImmutableIntMap<PublisherBucket> publisherBuckets,
ImmutableIntMap<SpeedyConnection> remoteConnections,
Map<Integer,SubscriberChannelState> channelStates,
PacketHandler packetHandler,
SchedulerThread schedulerThread) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SpeedyHost> |
SubscribingChannel.getPublishingHosts() |
Collection<SpeedyHost> |
PublishingChannel.getSubscribingHosts() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
KeysBuilder.buildAllKeysAndMyResponseKeyForSubscribing(SpeedyChannel speedyChannel,
String channelName,
SpeedyHost perspectiveHost) |
static Collection<String> |
KeysBuilder.buildKeysForOnlyResponseForSubscribing(SpeedyHost perspectiveHost,
String channelName) |
static String |
KeysBuilder.buildResponseKey(SpeedyHost host,
String channelName) |
SpeedyMessagingBuilder |
SpeedyNetwork.createInstanceBuilderFromPerspective(SpeedyHost perspectiveHost) |
SpeedyChannel |
RouteSubscribers.toSubscribers(SpeedyHost... subscriberHosts) |
ChannelKeys |
ChannelPublishers.withPublishers(SpeedyHost... publishers) |
| Constructor and Description |
|---|
ChannelKeys(String channelName,
SpeedyHost[] publisherHost) |
RouteSubscribers(String channelName,
SpeedyHost[] publisherHosts,
String[] keys) |
| Constructor and Description |
|---|
PublishingChannel(Collection<String> keys,
Collection<SpeedyHost> speedyHosts,
int windowSizeOfRoute,
ChannelMode channelMode) |
SubscribingChannel(Collection<String> keys,
Collection<SpeedyHost> publishingHosts,
int windowSizeOfRoute,
String channelName,
int subscriberThreads) |
| Modifier and Type | Method and Description |
|---|---|
SpeedyHost |
HostRegistrationMessage.getReceiverHost() |
SpeedyHost |
HostRegistrationMessage.getSenderHost() |
| Constructor and Description |
|---|
HostRegistrationMessage(SpeedyHost senderHost,
SpeedyHost receiverHost) |
| Modifier and Type | Method and Description |
|---|---|
void |
PacketSender.sendPacket(ByteBuffer writeBuffer,
SpeedyHost socketAddress) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ManagementSubscriptions.getHostAcknowledgementSubscription(Map<Integer,GenericHandler> subscriptions,
SpeedyHost localhost,
ImmutableIntMap<SpeedyConnection> remoteHosts) |
static void |
ManagementSubscriptions.getHostRegistrationSubscription(Map<Integer,GenericHandler> subscriptions,
SpeedyHost localhost,
ImmutableIntMap<SpeedyConnection> remoteHosts,
PublishPromise publishPromise) |
static void |
ManagementSubscriptions.getNackSubscription(Map<Integer,GenericHandler> subscriptions,
SpeedyHost localhost,
PublishPromise publishPromise,
ImmutableIntMap<PublisherBucket> publisherBuckets) |
| Constructor and Description |
|---|
SpeedyMessagingSubscriberFactory(SpeedyHost localhost,
MessageUnMarshaller messageUnMarshaller,
ImmutableIntMap<SpeedyConnection> remoteConnections,
PublishPromise publishPromise,
OnMessageErrorHandler subcribeErrorHandler,
SpeedyWiring wiring,
ImmutableIntMap<PublisherBucket> publisherBuckets,
SchedulerThread schedulerThread,
Map<Integer,SubscriberChannelState> channelStates) |
| Modifier and Type | Method and Description |
|---|---|
void |
StubRouter.addFragmentHandler(SpeedyHost localHost,
Runnable fragmentHandler) |
byte[] |
StubRouter.receive(SpeedyHost localHost) |
void |
StubRouter.send(byte[] bytes,
SpeedyHost remoteHost,
int eventId) |
void |
UdpSpeedyWiring.sendPacket(ByteBuffer writeBuffer,
SpeedyHost speedyHost) |
void |
StubWiring.sendPacket(ByteBuffer writeBuffer,
SpeedyHost remoteHost) |
void |
SpeedyWiring.sendPacket(ByteBuffer writeBuffer,
SpeedyHost socketAddress) |
| Constructor and Description |
|---|
EventResponse(byte[] bytes,
SpeedyHost remoteHost,
int eventId) |
StubWiring(StubRouter stubRouter,
SpeedyHost localHost) |
Copyright © 2018. All rights reserved.