public class getPropertyFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
Constructor and Description |
---|
getPropertyFunctionExtension() |
Modifier and Type | Method and Description |
---|---|
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.config.ExecutionPlanContext executionPlanContext) |
void |
restoreState(Object[] state) |
void |
start() |
void |
stop() |
protected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors, org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext)
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
protected Object execute(Object data)
execute
in class org.wso2.siddhi.core.executor.function.FunctionExecutor
public void start()
public void stop()
public org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
public Object[] currentState()
public void restoreState(Object[] state)
Copyright © 2017 WSO2. All rights reserved.