public class InsertStoreQueryRuntime extends StoreQueryRuntime
Constructor and Description |
---|
InsertStoreQueryRuntime(String queryName,
MetaStreamEvent metaStreamEvent) |
Modifier and Type | Method and Description |
---|---|
io.siddhi.core.query.StoreQueryRuntime.TYPE |
getType()
This method will return the type of the store query runtime.
|
void |
reset()
This method is used to execute a store query when there is already store query runtime for that query.
|
execute, getStoreQueryOutputAttributes, setMetaStreamEvent, setOutputAttributes, setSelector, setStateEventFactory
public InsertStoreQueryRuntime(String queryName, MetaStreamEvent metaStreamEvent)
public void reset()
StoreQueryRuntime
reset
in class StoreQueryRuntime
public io.siddhi.core.query.StoreQueryRuntime.TYPE getType()
StoreQueryRuntime
getType
in class StoreQueryRuntime
Copyright © 2019. All rights reserved.