public class NextInnerStateRuntime extends StreamInnerStateRuntime
firstProcessor, lastProcessor, singleStreamRuntimeList, stateType| Constructor and Description |
|---|
NextInnerStateRuntime(InnerStateRuntime currentInnerStateRuntime,
InnerStateRuntime nextInnerStateRuntime,
io.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
reset() |
void |
setQuerySelector(Processor commonProcessor) |
void |
setup() |
void |
update() |
addStreamRuntime, getFirstProcessor, getLastProcessor, getSingleStreamRuntimeList, getStateType, setFirstProcessor, setLastProcessorpublic NextInnerStateRuntime(InnerStateRuntime currentInnerStateRuntime, InnerStateRuntime nextInnerStateRuntime, io.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType)
public void setQuerySelector(Processor commonProcessor)
setQuerySelector in interface InnerStateRuntimesetQuerySelector in class StreamInnerStateRuntimepublic void setup()
setup in interface InnerStateRuntimesetup in class StreamInnerStateRuntimepublic void init()
init in interface InnerStateRuntimeinit in class StreamInnerStateRuntimepublic void reset()
reset in interface InnerStateRuntimereset in class StreamInnerStateRuntimepublic void update()
update in interface InnerStateRuntimeupdate in class StreamInnerStateRuntimeCopyright © 2020. All rights reserved.