public class JoinStreamRuntime extends Object implements StreamRuntime
| Constructor and Description |
|---|
JoinStreamRuntime(ExecutionPlanContext executionPlanContext,
MetaStateEvent metaStateEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuntime(SingleStreamRuntime singleStreamRuntime) |
StreamRuntime |
clone(String key) |
MetaComplexEvent |
getMetaComplexEvent() |
List<SingleStreamRuntime> |
getSingleStreamRuntimes() |
void |
setCommonProcessor(Processor commonProcessor) |
public JoinStreamRuntime(ExecutionPlanContext executionPlanContext, MetaStateEvent metaStateEvent)
public void addRuntime(SingleStreamRuntime singleStreamRuntime)
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 StreamRuntimeCopyright © 2018 WSO2. All Rights Reserved.