public class MinuteStartingTimeFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
| Constructor and Description |
|---|
MinuteStartingTimeFunctionExtension() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
currentState() |
protected Object |
execute(Object o) |
protected Object |
execute(Object[] objects) |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
protected void |
init(org.wso2.siddhi.core.executor.ExpressionExecutor[] expressionExecutors,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext) |
void |
restoreState(Object[] objects) |
void |
start() |
void |
stop() |
protected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] expressionExecutors,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext)
init in class org.wso2.siddhi.core.executor.function.FunctionExecutorprotected Object execute(Object[] objects)
execute in class org.wso2.siddhi.core.executor.function.FunctionExecutorprotected Object execute(Object o)
execute in class org.wso2.siddhi.core.executor.function.FunctionExecutorpublic void start()
public void stop()
public org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
public Object[] currentState()
public void restoreState(Object[] objects)
Copyright © 2017 WSO2. All rights reserved.