public class OutputProcessViewConditionDeltaSetImpl extends Object implements OutputProcessViewConditionDeltaSet
Constructor and Description |
---|
OutputProcessViewConditionDeltaSetImpl(boolean isJoin) |
Modifier and Type | Method and Description |
---|---|
void |
addJoin(UniformPair<Set<MultiKey<EventBean>>> setUniformPair) |
void |
addView(UniformPair<EventBean[]> uniformPair) |
void |
clear() |
void |
destroy() |
List<UniformPair<Set<MultiKey<EventBean>>>> |
getJoinEventsSet() |
int |
getNumChangesetRows() |
List<UniformPair<EventBean[]>> |
getViewEventsSet() |
public OutputProcessViewConditionDeltaSetImpl(boolean isJoin)
public int getNumChangesetRows()
getNumChangesetRows
in interface OutputProcessViewConditionDeltaSet
public void addView(UniformPair<EventBean[]> uniformPair)
addView
in interface OutputProcessViewConditionDeltaSet
public void addJoin(UniformPair<Set<MultiKey<EventBean>>> setUniformPair)
addJoin
in interface OutputProcessViewConditionDeltaSet
public void clear()
clear
in interface OutputProcessViewConditionDeltaSet
public void destroy()
destroy
in interface OutputProcessViewConditionDeltaSet
public List<UniformPair<Set<MultiKey<EventBean>>>> getJoinEventsSet()
getJoinEventsSet
in interface OutputProcessViewConditionDeltaSet
public List<UniformPair<EventBean[]>> getViewEventsSet()
getViewEventsSet
in interface OutputProcessViewConditionDeltaSet