| Interface | Description |
|---|---|
| IDistributedKVStoreDebugService |
Provides methods needed for unit tests and debugging.
|
| IDistributedKVStoreService |
This Service provides Distributed Key-Value storage using the DHT-based Chord protocol.
|
| IDistributedServiceRegistryService |
This Service provides Distributed Key-Value storage using the DHT-based Chord protocol.
|
| IFinger |
Finger Table entry.
|
| IID |
Identifier interface.
|
| IRingApplicationService |
Service to provide applications access to the ring
overlay network.
|
| IRingNodeDebugService |
Provides methods needed for unit tests and debugging.
|
| IRingNodeService |
Service that provides functionality for a ring-structured overlay network.
|
| Class | Description |
|---|---|
| RingNodeEvent |
Events thrown by RingNodeService to inform the application layer using the
ring about events.
|
| ServiceRegistration |
This class represents a registration of a Service.
|
| StoreEntry |
Entry in the storage map containing ID (hash) and value.
|
| Enum | Description |
|---|---|
| IRingApplicationService.State |
State enum.
|
| RingNodeEvent.EventType |
Event Types
|