public class IntersectBatchViewLocalState extends Object
Constructor and Description |
---|
IntersectBatchViewLocalState(EventBean[][] oldEventsPerView,
EventBean[][] newEventsPerView) |
Modifier and Type | Method and Description |
---|---|
EventBean[][] |
getNewEventsPerView() |
EventBean[][] |
getOldEventsPerView() |
HashSet<EventBean> |
getRemovedEvents() |
boolean |
isCaptureIRNonBatch() |
boolean |
isIgnoreViewIRStream() |
void |
setCaptureIRNonBatch(boolean captureIRNonBatch) |
void |
setIgnoreViewIRStream(boolean ignoreViewIRStream) |
public EventBean[][] getOldEventsPerView()
public EventBean[][] getNewEventsPerView()
public boolean isCaptureIRNonBatch()
public void setCaptureIRNonBatch(boolean captureIRNonBatch)
public boolean isIgnoreViewIRStream()
public void setIgnoreViewIRStream(boolean ignoreViewIRStream)