See: Description
| Interface | Description |
|---|---|
| RouteTable |
Represents a route table that stores routes.
|
| Class | Description |
|---|---|
| DefaultRouteTable |
Default implementation of a route table based on a consistent map.
|
| DistributedRouteStore |
Route store based on distributed storage.
|
| EmptyRouteTable |
Route table that contains no routes.
|
| LocalRouteStore |
Route store based on in-memory storage.
|
| RouteStoreImpl |
An implementation of RouteStore that is backed by either LocalRouteStore or
DistributedRouteStore according to configuration.
|