public class BatchWindowProcessor
extends org.wso2.siddhi.core.query.processor.stream.window.WindowProcessor
| Constructor and Description |
|---|
BatchWindowProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
currentState() |
protected void |
init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext) |
protected void |
process(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> streamEventChunk,
org.wso2.siddhi.core.query.processor.Processor nextProcessor,
org.wso2.siddhi.core.event.stream.StreamEventCloner streamEventCloner) |
void |
restoreState(Object[] state) |
void |
start() |
void |
stop() |
init, processEventChunkprotected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext)
init in class org.wso2.siddhi.core.query.processor.stream.window.WindowProcessorprotected void process(org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> streamEventChunk,
org.wso2.siddhi.core.query.processor.Processor nextProcessor,
org.wso2.siddhi.core.event.stream.StreamEventCloner streamEventCloner)
process in class org.wso2.siddhi.core.query.processor.stream.window.WindowProcessorpublic void start()
public void stop()
public Object[] currentState()
public void restoreState(Object[] state)
Copyright © 2018 WSO2. All rights reserved.