The implementation of the `Agent` backing up any container
implementing `Access`. The default one is map.
All the handlers are exposed to ease the implementation.
The helper application to manage cluster, that uses hash ring to route requests to nodes.
Automatically keeps track of connected nodes, provides helpers
to determine where the term is to be execut...