Interface OutputProcessViewConditionDeltaSet
- All Known Implementing Classes:
OutputProcessViewConditionDeltaSetImpl
public interface OutputProcessViewConditionDeltaSet
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addJoin
(UniformPair<Set<MultiKeyArrayOfKeys<EventBean>>> events) void
addView
(UniformPair<EventBean[]> events) void
clear()
void
destroy()
int
List<UniformPair<EventBean[]>>
-
Method Details
-
getNumChangesetRows
int getNumChangesetRows() -
addView
-
addJoin
-
clear
void clear() -
getJoinEventsSet
List<UniformPair<Set<MultiKeyArrayOfKeys<EventBean>>>> getJoinEventsSet() -
getViewEventsSet
List<UniformPair<EventBean[]>> getViewEventsSet() -
destroy
void destroy()
-