| Class | Description |
|---|---|
| AbstractBrooklynObjectRebindSupport<T extends Memento> | |
| ActivePartialRebindIteration |
Replaces a set of existing entities (and their adjunts) and locations:
writes their state, applies a transformation, then reads the state back.
|
| BasicCatalogItemRebindSupport | |
| BasicEnricherRebindSupport | |
| BasicEntityRebindSupport | |
| BasicFeedRebindSupport | |
| BasicLocationRebindSupport | |
| BasicPolicyRebindSupport | |
| ImmediateDeltaChangeListener | Deprecated
since 0.7; unused code
|
| InitialFullRebindIteration |
Does an un-bind (if necessary) and re-bind for a subset of items.
|
| PeriodicDeltaChangeListener |
A "simple" implementation that periodically persists all entities/locations/policies that have changed
since the last periodic persistence.
|
| PersistenceExceptionHandlerImpl | |
| PersistenceExceptionHandlerImpl.Builder | |
| PersisterDeltaImpl | |
| RebindContextImpl | |
| RebindContextLookupContext |
Looks in
RebindContext and ManagementContext to find entities, locations, etc. |
| RebindExceptionHandlerImpl |
Stateful handler, meant for a single rebind pass
|
| RebindExceptionHandlerImpl.Builder | |
| RebindIteration |
Multi-phase deserialization:
1.
|
| RebindManagerImpl |
Manages the persistence/rebind process.
|
| RebindManagerImpl.RebindTracker |
For tracking if rebinding, for
AbstractBrooklynObject.isRebinding() etc. |
| TreeUtils |