brooklyn.mementos
Interface BrooklynMementoPersister
public interface BrooklynMementoPersister
Controls the persisting and reading back of mementos. Used by RebindManager
to support brooklyn restart.
loadMemento
BrooklynMemento loadMemento()
throws IOException
- Throws:
IOException
checkpoint
void checkpoint(BrooklynMemento memento)
delta
void delta(BrooklynMementoPersister.Delta delta)
stop
void stop()
waitForWritesCompleted
void waitForWritesCompleted(long timeout,
TimeUnit unit)
throws InterruptedException,
TimeoutException
- Throws:
InterruptedException
TimeoutException
Copyright © 2013. All Rights Reserved.