Package io.siddhi.core.query.selector
Class SelectorTypeComplexEventChunk
- java.lang.Object
-
- io.siddhi.core.event.ComplexEventChunk<ComplexEvent>
-
- io.siddhi.core.query.selector.SelectorTypeComplexEventChunk
-
- All Implemented Interfaces:
Serializable,Iterator<ComplexEvent>
public class SelectorTypeComplexEventChunk extends ComplexEventChunk<ComplexEvent>
ComplexEventChunk to also have the processing type- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.siddhi.core.event.ComplexEventChunk
first, last, lastReturned, previousToLastReturned
-
-
Constructor Summary
Constructors Constructor Description SelectorTypeComplexEventChunk(ComplexEventChunk<ComplexEvent> complexEventChunk, boolean isProcessPassThrough)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisProcessPassThrough()-
Methods inherited from class io.siddhi.core.event.ComplexEventChunk
add, addAll, clear, detach, detachAllBeforeCurrent, getFirst, getLast, hasNext, insertAfterCurrent, insertBeforeCurrent, isBatch, next, poll, remove, reset, setBatch, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
SelectorTypeComplexEventChunk
public SelectorTypeComplexEventChunk(ComplexEventChunk<ComplexEvent> complexEventChunk, boolean isProcessPassThrough)
-
-