Class IntersectBatchViewLocalState
java.lang.Object
com.espertech.esper.common.internal.view.intersect.IntersectBatchViewLocalState
-
Constructor Summary
ConstructorDescriptionIntersectBatchViewLocalState
(EventBean[][] oldEventsPerView, EventBean[][] newEventsPerView) -
Method Summary
Modifier and TypeMethodDescriptionEventBean[][]
EventBean[][]
boolean
boolean
void
setCaptureIRNonBatch
(boolean captureIRNonBatch) void
setIgnoreViewIRStream
(boolean ignoreViewIRStream)
-
Constructor Details
-
IntersectBatchViewLocalState
-
-
Method Details
-
getOldEventsPerView
-
getNewEventsPerView
-
getRemovedEvents
-
isCaptureIRNonBatch
public boolean isCaptureIRNonBatch() -
setCaptureIRNonBatch
public void setCaptureIRNonBatch(boolean captureIRNonBatch) -
isIgnoreViewIRStream
public boolean isIgnoreViewIRStream() -
setIgnoreViewIRStream
public void setIgnoreViewIRStream(boolean ignoreViewIRStream)
-