Groovy Documentation

org.linkedin.glu.orchestration.engine.delta.impl
[Java] Class ParentChildDeltaBuilder

java.lang.Object
  org.linkedin.glu.orchestration.engine.delta.impl.ParentChildDeltaBuilder

public class ParentChildDeltaBuilder

Authors:
yan@pongasoft.com


Constructor Summary
ParentChildDeltaBuilder(SingleDeltaBuilder delta, java.lang.String parentKey)

Constructor

 
Method Summary
protected void adjustChildDeltaWhenParentDelta(InternalSystemEntryDelta childDelta)

java.util.Set getCurrentChildrenKeys()

SingleDeltaBuilder getDelta()

java.util.Set getExpectedChildrenKeys()

java.util.Set getNewFilteredKeys()

InternalSystemEntryDelta getParentDelta()

StateMachine getStateMachine()

protected boolean isFilteredOut(java.lang.String key)

void process()

 
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()
 

Constructor Detail

ParentChildDeltaBuilder

public ParentChildDeltaBuilder(SingleDeltaBuilder delta, java.lang.String parentKey)
Constructor


 
Method Detail

adjustChildDeltaWhenParentDelta

protected void adjustChildDeltaWhenParentDelta(InternalSystemEntryDelta childDelta)


getCurrentChildrenKeys

public java.util.Set getCurrentChildrenKeys()


getDelta

public SingleDeltaBuilder getDelta()


getExpectedChildrenKeys

public java.util.Set getExpectedChildrenKeys()


getNewFilteredKeys

public java.util.Set getNewFilteredKeys()


getParentDelta

public InternalSystemEntryDelta getParentDelta()


getStateMachine

public StateMachine getStateMachine()


isFilteredOut

protected boolean isFilteredOut(java.lang.String key)


process

public void process()


 

Groovy Documentation