public class StateStreamRuntime extends Object implements StreamRuntime
| Constructor and Description |
|---|
StateStreamRuntime(ExecutionPlanContext executionPlanContext,
MetaStateEvent metaStateEvent) |
| Modifier and Type | Method and Description |
|---|---|
StreamRuntime |
clone(String key) |
MetaComplexEvent |
getMetaComplexEvent() |
List<SingleStreamRuntime> |
getSingleStreamRuntimes() |
void |
resetAndUpdate() |
void |
setCommonProcessor(Processor commonProcessor) |
void |
setInnerStateRuntime(InnerStateRuntime innerStateRuntime) |
public StateStreamRuntime(ExecutionPlanContext executionPlanContext, MetaStateEvent metaStateEvent)
public List<SingleStreamRuntime> getSingleStreamRuntimes()
getSingleStreamRuntimes in interface StreamRuntimepublic StreamRuntime clone(String key)
clone in interface StreamRuntimepublic void setCommonProcessor(Processor commonProcessor)
setCommonProcessor in interface StreamRuntimepublic MetaComplexEvent getMetaComplexEvent()
getMetaComplexEvent in interface StreamRuntimepublic void setInnerStateRuntime(InnerStateRuntime innerStateRuntime)
public void resetAndUpdate()
Copyright © 2018 WSO2. All Rights Reserved.