|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface SystemModelDelta
Method Summary | |
---|---|
SystemEntryDelta
|
findEntryDelta(java.lang.String key)
|
java.util.Map
|
flatten(java.util.Map flattenInto)
Flatten the delta in the provided map |
SystemModel
|
getCurrentSystemModel()
|
java.util.Set
|
getEmptyAgents()
@return the set of empty agents (agents which do not have anything deployed on it as well as nothing to be deployed on) |
java.util.Map
|
getEntryDeltas()
|
SystemModel
|
getExpectedSystemModel()
|
java.lang.String
|
getFabric()
|
java.util.Set
|
getKeys()
|
java.lang.Object
|
getKeys(java.lang.Object keys)
|
boolean
|
hasErrorDelta()
@return |
Method Detail |
---|
public SystemEntryDelta findEntryDelta(java.lang.String key)
public java.util.Map flatten(java.util.Map flattenInto)
flattenInto
public SystemModel getCurrentSystemModel()
public java.util.Set getEmptyAgents()
public java.util.Map getEntryDeltas()
public SystemModel getExpectedSystemModel()
public java.lang.String getFabric()
public java.util.Set getKeys()
public java.lang.Object getKeys(java.lang.Object keys)
public boolean hasErrorDelta()
true
if any entry has a delta
Groovy Documentation