Package com.terracottatech.store


package com.terracottatech.store
Contains the core data storage components of Terracotta Store.

Terracotta Store stores data in Datasets. Datasets are composed of Records that contain a unique key (within the dataset), and a set of Cells.

Datasets can be constructed through the DatasetManager.embedded() and DatasetManager.clustered(java.net.URI) static methods. These methods return builders which can be used to construct a DatasetManager instance.