The distributed datastore allows storing of information on the entire repose cluster.
Repose hosts a hash-ring object store across all nodes in the cluster. The node a specific
piece of data is stored on is determined by the hash of the key for that data.
It communicates via a RESTful API at the ports specified in the
dist-datastore configuration file. The response is a serialized object
rather than a marshaled XML or JSON stream.
NOTE: The ...
Version6.2.0.2compared with
Version Details
| 6.2.0.1 | 6.2.0.2 | |
|---|---|---|
| Release date | Nov 04, 2014 | Nov 05, 2014 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (2)
| 6.2.0.1 | 6.2.0.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.rackspace.papi.commons » utilities | 6.2.0.1 | 6.2.0.2 |
| ~ Updated | com.rackspace.papi.components » datastore-api | 6.2.0.1 | 6.2.0.2 |