| Package | Description |
|---|---|
| io.kiw.speedy | |
| io.kiw.speedy.marshaller | |
| io.kiw.speedy.publisher | |
| io.kiw.speedy.subscriber |
| Constructor and Description |
|---|
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 |
|---|---|
PublisherBucket |
MessageInstruction.getPublisherBucket() |
| Modifier and Type | Method and Description |
|---|---|
MessageInstruction |
MessageInstruction.overwrite(MessageInstruction.Type type,
String key,
byte[] data,
PublisherBucket publisherBucket,
SpeedyMessageHandler responseHandler) |
void |
PacketHandlerImpl.resendPackets(PublisherBucket publisherBucket,
long firstPacketKeyMissing,
long lastPacketKeyMissing) |
void |
PacketHandler.resendPackets(PublisherBucket publisherBucket,
long firstPacketKeyMissing,
long lastPacketKeyMissing) |
| Constructor and Description |
|---|
PacketHandlerImpl(PacketFlusher packetflusher,
EventMarshaller eventMarshaller,
PublisherBucket[] publisherBuckets,
SpeedyWiring wiring) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishPromise.resend(PublisherBucket sequenceState,
long firstPacketKeyMissing,
long lastPacketKeyMissing) |
void |
SpeedyMessagingPublisher.resend(PublisherBucket sequenceBucket,
long firstPacketKeyMissing,
long lastPacketKeyMissing) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2018. All rights reserved.