How to Properly Access Datastores

The datastore is accessed via an API defined in the Java package curam.datastore.impl. This allows for opening a datastore by locating its schema definition, and accessing its data. See the Javadoc for the API package for further details. Note that other curam.datastore.* packages do not form part of the API (even where classes and methods are public) and should not be used.