@Beta
public interface ManagementPlaneSyncRecord
This is very similar to how BrooklynMemento
is used by BrooklynMementoPersister
,
but it is not a memento in the sense it does not reconstitute the entire management plane
(so is not called Memento although it can be used by the same memento-serializers).
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ManagementNodeSyncRecord> |
getManagementNodes()
returns map of
ManagementNodeSyncRecord instances keyed by the nodes' IDs |
java.lang.String |
getMasterNodeId() |
java.lang.String |
toVerboseString() |
java.lang.String getMasterNodeId()
java.util.Map<java.lang.String,ManagementNodeSyncRecord> getManagementNodes()
ManagementNodeSyncRecord
instances keyed by the nodes' IDsjava.lang.String toVerboseString()