Skip navigation links
C E G I O R 

C

currentState() - Method in class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
Used to collect the serializable state of the processing element, that need to be persisted for the reconstructing the element to the same state on a different point of time.
currentState() - Method in class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
Used to collect the serializable state of the processing element, that need to be persisted for the reconstructing the element to the same state on a different point of time.
currentState() - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
Used to collect the serializable state of the processing element, that need to be persisted for the reconstructing the element to the same state on a different point of time.

E

execute(Object[]) - Method in class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
The main execution method which will be called upon event arrival when there are more than one function parameter.
execute(Object) - Method in class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
The main execution method which will be called upon event arrival when there are zero or one function parameter.
execute(Object[]) - Method in class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
The main execution method which will be called upon event arrival when there are more than one function parameter.
execute(Object) - Method in class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
The main execution method which will be called upon event arrival when there are zero or one function parameter.
execute(Object[]) - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
The main execution method which will be called upon event arrival when there are more than one function parameter.
execute(Object) - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
The main execution method which will be called upon event arrival when there are zero or one function parameter.

G

GetEnvironmentPropertyFunction - Class in org.wso2.extension.siddhi.execution.env
Siddhi Function getEnvironmentProperty to read Java environment Properties.
GetEnvironmentPropertyFunction() - Constructor for class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
 
getReturnType() - Method in class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
This will be called only once and this can be used to acquire required resources for the processing element.
getReturnType() - Method in class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
This will be called only once and this can be used to acquire required resources for the processing element.
getReturnType() - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
This will be called only once and this can be used to acquire required resources for the processing element.
GetSystemPropertyFunction - Class in org.wso2.extension.siddhi.execution.env
Siddhi Function getSystemProperty to read Operating system Properties.
GetSystemPropertyFunction() - Constructor for class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
 
GetYAMLPropertyFunction - Class in org.wso2.extension.siddhi.execution.env
Siddhi Function getYAMLProperty to read property values from deployment.yaml.
GetYAMLPropertyFunction() - Constructor for class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
 

I

init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
The initialization method for GetEnvironmentPropertyFunction, this method will be called before the other methods.
init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
The initialization method for GetSystemPropertyFunction, this method will be called before the other methods.
init(ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
The initialization method for TheFun, this method will be called before the other methods.

O

org.wso2.extension.siddhi.execution.env - package org.wso2.extension.siddhi.execution.env
 

R

restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.env.GetEnvironmentPropertyFunction
Used to restore serialized state of the processing element, for reconstructing the element to the same state as if was on a previous point of time.
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.env.GetSystemPropertyFunction
Used to restore serialized state of the processing element, for reconstructing the element to the same state as if was on a previous point of time.
restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
Used to restore serialized state of the processing element, for reconstructing the element to the same state as if was on a previous point of time.
C E G I O R 
Skip navigation links

Copyright © 2018 WSO2. All rights reserved.