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 ...
Compile Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Apache 2.0
| com.rackspace.papi.commons
»
utilities Common utility classes (such as jaxb utilities, regex, logging) that | 3.0.2 | 6.2.2.0 | |
Apache 2.0
| com.rackspace.papi.components
»
datastore-api The API that Repose uses for datastores is exposed here. This allows | 3.0.2 | 6.2.2.0 |