| Interface | Description |
|---|---|
| CatchUpRequest | |
| Inbound<M extends Message> | |
| Inbound.MessageHandler<M extends Message> | |
| Message |
Marker interface for objects that can be sent over the network.
|
| Outbound<MEMBER,MESSAGE extends Message> |
A best effort service for delivery of messages to members.
|
| Class | Description |
|---|---|
| CoreReplicatedContentMarshal | |
| IdleChannelReaperHandler | |
| LoggingInbound<M extends Message> | |
| LoggingOutbound<MEMBER,MESSAGE extends Message> | |
| NetworkFlushableByteBuf | |
| NetworkFlushableChannelNetty4 | |
| NetworkReadableClosableChannelNetty4 | |
| NonBlockingChannels | |
| RaftChannelInitializer | |
| RaftOutbound | |
| SenderService |
| Exception | Description |
|---|---|
| EndOfStreamException |
An exception which works around the fact that ReadPastEndException inherits from
IOException even though the handling of an end of stream situation in general is
recoverable and must be handled explicitly.
|
| MessageTooBigException |
Throwing an instance of this exception indicates that the creation or handling of a message failed because of
size restrictions.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.