| Interface | Description |
|---|---|
| AutomaticFuture |
Use this interface to notify if a future has been generated from a maintenance task.
|
| BroadcastHandler |
The handler that is called when we receive a broadcast message.
|
| EvaluatingSchemeDHT | |
| EvaluatingSchemeTracker | |
| PeerInit | |
| PeerReachable |
Use this interface to notify if a peer is reachable from the outside.
|
| PeerReceivedBroadcastPing |
Use this interface to notify if a peer received a broadcast ping.
|
| PeerStatisticComparator |
Interface used by the PeerMap.
|
| PostRoutingFilter |
Filters potential and direct hits from the result set.
|
| RequestConfiguration | |
| ResponsibilityListener | |
| Shutdown |
| Class | Description |
|---|---|
| ConnectionConfiguration | |
| CumulativeScheme | |
| DefaultBroadcastHandler |
Default implementation for the broadcast.
|
| DefaultPeerStatisticComparator |
Default Comparator for PeerStatistics.
|
| DistributedRouting |
Handles routing of nodes to other nodes.
|
| JobScheduler | |
| MaintenanceTask | |
| Peer |
This is the main class to start DHT operations.
|
| PeerBuilder |
The maker / builder of a
Peer class. |
| PeerBuilder.DefaultPipelineFilter |
The default filter is no filter, just return the same array.
|
| PeerBuilder.EventExecutorGroupFilter |
A pipeline filter that executes handlers in a thread.
|
| RequestP2PConfiguration |
This name was chosen over P2PConfiguration, as it already exists.
|
| RoutingConfiguration | |
| RoutingMechanism |
The routing mechanism.
|
| RTTPeerStatisticComparator |
A sample class class used by the routing mechanism to prioritise peers with
a low latency during routing.
|
| SlowPeerFilter |
Filter the slow peers.
|
| Statistics | |
| UpdatableTreeSet<E> |
A TreeSet that allows for updates.
|
Copyright © 2015. All rights reserved.