| Interface | Description |
|---|---|
| ObjectDataReply | |
| RawDataReply |
| Class | Description |
|---|---|
| BroadcastRPC | |
| CacheKey | |
| 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.
|
| DigestInfo |
Calculates or sets a global hash.
|
| DigestResult | |
| DirectDataRPC | |
| HandshakeRPC | |
| HashData |
A bean that stores a hash and data.
|
| NeighborRPC | |
| PeerExchangeRPC | |
| QuitRPC | |
| ReplyHandler | |
| RequestHandlerTCP<K extends FutureResponse> |
Is able to send TCP messages (as a request) and processes incoming replies.
|
| RequestHandlerUDP<K extends FutureResponse> |
Is able to send UDP messages (as a request) and processes incoming replies.
|
| SenderCacheStrategy | |
| 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.
|
| StorageRPC | |
| TaskRPC | |
| TrackerRPC |
Copyright © 2013. All Rights Reserved.