public interface PersistenceStrategy
Factorizations| Modifier and Type | Method and Description |
|---|---|
Factorization |
load()
Load a factorization from a persistent store.
|
void |
maybePersist(Factorization factorization)
Write a factorization to a persistent store unless it already
contains an identical factorization.
|
Factorization load() throws IOException
IOExceptionvoid maybePersist(Factorization factorization) throws IOException
factorization - IOExceptionCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.