|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.orchestration.engine.delta.impl.ParentChildDeltaBuilder
public class ParentChildDeltaBuilder
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 |
---|
public ParentChildDeltaBuilder(SingleDeltaBuilder delta, java.lang.String parentKey)
Method Detail |
---|
protected void adjustChildDeltaWhenParentDelta(InternalSystemEntryDelta childDelta)
public java.util.Set getCurrentChildrenKeys()
public SingleDeltaBuilder getDelta()
public java.util.Set getExpectedChildrenKeys()
public java.util.Set getNewFilteredKeys()
public InternalSystemEntryDelta getParentDelta()
public StateMachine getStateMachine()
protected boolean isFilteredOut(java.lang.String key)
public void process()
Groovy Documentation