Skip navigation links

Package com.terracottatech.store

Contains the core data storage components of Terracotta Store.

See: Description

Package com.terracottatech.store Description

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.

Skip navigation links