| Interface | Description |
|---|---|
| BloomfilterFactory | |
| ObjectDataReply |
Similar to
RawDataReply, but we convert the raw byte buffer to an object. |
| RawDataReply |
The interface for receiving raw data and sending raw data back.
|
| SendDirectBuilderI |
| Class | Description |
|---|---|
| AnnounceRPC |
This Quit RPC is used to send friendly shutdown messages by peers that are
shutdown regularly.
|
| BroadcastRPC | |
| CountingBloomFilter<E> |
A counting Bloom Filter (see http://en.wikipedia.org/wiki/Bloom_filter) that uses java.util.Random as a primitive
hash function, and which implements Java's Set interface for convenience.
|
| DefaultBloomfilterFactory | |
| DigestInfo |
Calculates or sets a global hash.
|
| DigestResult | |
| DirectDataRPC | |
| DispatchHandler |
The dispatcher handlers that can be added to the Dispatcher.
|
| NeighborRPC |
Handles the neighbor requests and replies.
|
| NeighborRPC.SearchValues |
The search values for fast get.
|
| PingRPC |
The Ping message handler.
|
| QuitRPC |
This Quit RPC is used to send friendly shutdown messages by peers that are
shutdown regularly.
|
| RPC | |
| SimpleBloomFilter<E> |
A simple Bloom Filter (see http://en.wikipedia.org/wiki/Bloom_filter) that
uses java.util.Random as a primitive hash function, and which implements
Java's Set interface for convenience.
|
| Enum | Description |
|---|---|
| RPC.Commands |
Copyright © 2014. All rights reserved.