Class DiskBasedAttributeSetLogDatabaseFactory
java.lang.Object
modelarium.entities.logging.databases.factories.DiskBasedAttributeSetLogDatabaseFactory
- All Implemented Interfaces:
AttributeSetLogDatabaseFactory
public class DiskBasedAttributeSetLogDatabaseFactory
extends Object
implements AttributeSetLogDatabaseFactory
Class for creating disk-based attribute set log databases.
This factory produces a new DiskBasedAttributeSetLogDatabase for each attribute set, storing results
on disk rather than in memory.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a factory for disk-backed attribute-set log databases. -
Method Summary
-
Constructor Details
-
DiskBasedAttributeSetLogDatabaseFactory
public DiskBasedAttributeSetLogDatabaseFactory()Constructs a factory for disk-backed attribute-set log databases.
-
-
Method Details
-
create
Creates a new disk-based attribute set log database.- Specified by:
createin interfaceAttributeSetLogDatabaseFactory- Returns:
- a new
DiskBasedAttributeSetLogDatabaseinstance
-