public class SentimentRate
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
Constructor and Description |
---|
SentimentRate() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
currentState() |
protected Object |
execute(Object data) |
protected Object |
execute(Object[] data) |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
protected void |
init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext SiddhiAppContext) |
void |
restoreState(Map<String,Object> map) |
void |
start() |
void |
stop() |
public org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
public void start()
public void stop()
protected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors, org.wso2.siddhi.core.util.config.ConfigReader configReader, org.wso2.siddhi.core.config.SiddhiAppContext SiddhiAppContext)
init
in class org.wso2.siddhi.core.executor.function.FunctionExecutor
protected Object execute(Object[] data)
execute
in class org.wso2.siddhi.core.executor.function.FunctionExecutor
Copyright © 2017 WSO2. All rights reserved.