| Package | Description |
|---|---|
| io.kiw.speedy | |
| io.kiw.speedy.channel | |
| io.kiw.speedy.marshaller | |
| io.kiw.speedy.subscriber |
| Modifier and Type | Method and Description |
|---|---|
SubscriberChannelState |
SpeedyConnection.getChannelSequenceState(int channelIdentifier) |
SubscriberChannelState |
PublisherBucket.getSubscriberChannelState() |
| Constructor and Description |
|---|
PublisherBucket(Set<String> keysToPublishTo,
int windowSize,
int localhostIdentifier,
int channelIdentifier,
SubscriberChannelState subscriberChannelState,
SpeedyConnection[] speedyConnections) |
| 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 |
|---|---|
SubscriberChannelState |
UnmarshallMessageResult.getSequenceState() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnmarshallMessageResult.setResult(SubscriberChannelState subscriptionSequenceState,
HandleMessageAction handleMessageAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageUnMarshaller.unmarshallAndPotentiallyHandle(ByteBuffer packetBuffer,
ImmutableIntMap<GenericHandler> subscriptions,
OnMessageErrorHandler onMessageErrorHandler,
SubscriberChannelState channelState,
int publisherIdentifier,
PublishPromise publishPromise) |
| 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) |
Copyright © 2018. All rights reserved.