| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits.
|
void |
put(Collection<PointValue> archivedValues)
Puts archived point values into the attic.
|
boolean |
setUp(KeyedGroups atticProperties,
Config config,
File dataDir)
Sets up the attic.
|
void |
tearDown()
Tears down what has been set up.
|
void commit()
void put(@Nonnull
Collection<PointValue> archivedValues)
archivedValues - The archived point values.@CheckReturnValue
boolean setUp(@Nonnull
KeyedGroups atticProperties,
@Nonnull
Config config,
@Nonnull
File dataDir)
atticProperties - The attic properties.config - The config.dataDir - The data directory.void tearDown()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.