public class JoinStreamRuntime extends Object implements StreamRuntime
| Constructor and Description |
|---|
JoinStreamRuntime(SiddhiAppContext siddhiAppContext,
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(SiddhiAppContext siddhiAppContext, 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 © 2017 WSO2. All rights reserved.