| 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.
|
| DistributedTracker.Operation |
This interface is used for the RPC operations.
|
| EvaluatingSchemeDHT | |
| EvaluatingSchemeTracker | |
| OperationMapper<K extends FutureDHT<?>> |
The operations that create many RPC.
|
| PeerInit | |
| PeerReachable |
Use this interface to notify if a peer is reachable from the outside.
|
| ReplicationFactor | |
| ReplicationSender | |
| ResponsibilityListener | |
| Shutdown |
| Class | Description |
|---|---|
| ConnectionConfiguration | |
| CumulativeScheme | |
| DefaultBroadcastHandler |
Default implementation for the broadcast.
|
| DistributedHashTable | |
| DistributedRouting |
Handles routing of nodes to other nodes.
|
| DistributedTracker | |
| Maintenance | |
| MaintenanceTask | |
| Peer |
This is the main class to start DHT operations.
|
| PeerMaker |
The maker / builder of a
Peer class. |
| PeerMaker.DefaultPipelineFilter |
The default filter is no filter, just return the same array.
|
| PeerMaker.EventExecutorGroupFilter |
A pipeline filter that executes handlers in a thread.
|
| Replication |
This class has 3 methods that are called from outside eventes: check, peerInsert, peerRemoved.
|
| ReplicationExecutor |
This implements the default indirect replication.
|
| ReplicationExecutor.DefaultReplicationSender | |
| RequestP2PConfiguration |
This name was chosen over P2PConfiguration, as it already exists.
|
| RoutingConfiguration | |
| RoutingMechanism |
The routing mechanism.
|
| Statistics | |
| TrackerConfiguration | |
| VotingSchemeDHT | |
| VotingSchemeTracker |
Copyright © 2014. All rights reserved.