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.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.A reference that uniquely identifies or addresses as specific
Container
.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.