Class ClusterStorageManager

java.lang.Object
org.cristalise.kernel.persistency.ClusterStorageManager

public class ClusterStorageManager extends Object
Instantiates ClusterStorages listed in properties file. All read/write requests to storage pass through this object, which can query the capabilities of each declared storage, and channel requests accordingly. Transaction based. It also has a memoryCache to increase performance..