Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Groovy] Class DeltaServiceImpl

java.lang.Object
  org.linkedin.glu.orchestration.engine.delta.DeltaServiceImpl

class DeltaServiceImpl

Property Summary
AgentsService agentsService

DeltaMgr deltaMgr

FabricService fabricService

boolean notRunningOverridesVersionMismatch

 
Method Summary
java.util.Map computeDelta(SystemModel expectedModel)

java.util.Collection computeDelta(SystemModel expectedModel, SystemModel currentModel)

java.lang.String computeDeltaAsJSON(java.lang.Object params)

java.util.Map computeGroupByDelta(SystemModel expectedSystem, java.util.Map groupByDefinition, java.util.Map groupBySelection)

java.util.Map computeRawDelta(SystemModel expectedModel)

java.lang.String prettyPrint(SystemModelDelta delta)

protected java.lang.Object toExternalValue(java.lang.Object value)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

agentsService

@Initializable
AgentsService agentsService


deltaMgr

@Initializable(required = true)
DeltaMgr deltaMgr


fabricService

@Initializable
FabricService fabricService


notRunningOverridesVersionMismatch

@Initializable
boolean notRunningOverridesVersionMismatch


 
Method Detail

computeDelta

java.util.Map computeDelta(SystemModel expectedModel)


computeDelta

java.util.Collection computeDelta(SystemModel expectedModel, SystemModel currentModel)


computeDeltaAsJSON

@Override
java.lang.String computeDeltaAsJSON(java.lang.Object params)


computeGroupByDelta

java.util.Map computeGroupByDelta(SystemModel expectedSystem, java.util.Map groupByDefinition, java.util.Map groupBySelection)


computeRawDelta

@Override
java.util.Map computeRawDelta(SystemModel expectedModel)


prettyPrint

java.lang.String prettyPrint(SystemModelDelta delta)


toExternalValue

protected java.lang.Object toExternalValue(java.lang.Object value)


 

Groovy Documentation