Package org.moeaframework.analysis.store
package org.moeaframework.analysis.store
Persistent data store for experiments.
-
ClassDescriptionReference to a blob, which is simply a piece of data identified by its container and name.Exception indicating the given blob was not found.A container of blobs.Interface for storing data or objects to some persistent backend.An exception indicating a problem with a data store.Factory for creating data store instances.Defines a SPI for creating data stores.URI referencing a
DataStore
or its contents.The application intent that determines what operations are permitted on the data store.A reference that uniquely identifies or addresses as specificContainer
.Interface allowing classes to define their ownReference
to be used with a data store.Output stream with a transaction mechanism requiring one to callTransactionalOutputStream.commit()
before the content is stored.Writer with a transaction mechanism requiring one to callTransactionalWriter.commit()
before the content is stored.