public class NextInnerStateRuntime extends StreamInnerStateRuntime
firstProcessor, lastProcessor, singleStreamRuntimeList, stateType| Constructor and Description |
|---|
NextInnerStateRuntime(InnerStateRuntime currentInnerStateRuntime,
InnerStateRuntime nextInnerStateRuntime,
org.wso2.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType) |
| Modifier and Type | Method and Description |
|---|---|
InnerStateRuntime |
clone(String key) |
void |
init() |
void |
reset() |
void |
setQuerySelector(Processor commonProcessor) |
void |
setStartState() |
void |
update() |
addStreamRuntime, getFirstProcessor, getLastProcessor, getSingleStreamRuntimeList, getStateType, setFirstProcessor, setLastProcessorpublic NextInnerStateRuntime(InnerStateRuntime currentInnerStateRuntime, InnerStateRuntime nextInnerStateRuntime, org.wso2.siddhi.query.api.execution.query.input.stream.StateInputStream.Type stateType)
public void setQuerySelector(Processor commonProcessor)
setQuerySelector in interface InnerStateRuntimesetQuerySelector in class StreamInnerStateRuntimepublic void setStartState()
setStartState in interface InnerStateRuntimesetStartState 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 StreamInnerStateRuntimepublic InnerStateRuntime clone(String key)
clone in interface InnerStateRuntimeclone in class StreamInnerStateRuntimeCopyright © 2018 WSO2. All Rights Reserved.