Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Java] Interface SystemModelDelta


public interface SystemModelDelta

Authors:
yan@pongasoft.com


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 true if any entry has a delta

 

Method Detail

findEntryDelta

public SystemEntryDelta findEntryDelta(java.lang.String key)


flatten

public java.util.Map flatten(java.util.Map flattenInto)
Flatten the delta in the provided map
Returns:
flattenInto


getCurrentSystemModel

public SystemModel getCurrentSystemModel()


getEmptyAgents

public java.util.Set getEmptyAgents()
Returns:
the set of empty agents (agents which do not have anything deployed on it as well as nothing to be deployed on)


getEntryDeltas

public java.util.Map getEntryDeltas()


getExpectedSystemModel

public SystemModel getExpectedSystemModel()


getFabric

public java.lang.String getFabric()


getKeys

public java.util.Set getKeys()


getKeys

public java.lang.Object getKeys(java.lang.Object keys)


hasErrorDelta

public boolean hasErrorDelta()
Returns:
true if any entry has a delta


 

Groovy Documentation