Skip navigation links
E G I O P R S 

E

execute(Object[], State) - 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, State) - 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[], State) - Method in class org.wso2.extension.siddhi.execution.env.GetOriginIPFromXForwardedFunction
The main execution method which will be called upon event arrival when there are more than one function parameter.
execute(Object, State) - Method in class org.wso2.extension.siddhi.execution.env.GetOriginIPFromXForwardedFunction
The main execution method which will be called upon event arrival when there are zero or one function parameter.
execute(Object[], State) - 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, State) - 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[], State) - Method in class org.wso2.extension.siddhi.execution.env.GetUserAgentPropertyFunction
 
execute(Object, State) - Method in class org.wso2.extension.siddhi.execution.env.GetUserAgentPropertyFunction
 
execute(Object[], State) - 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, State) - 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
 
GetOriginIPFromXForwardedFunction - Class in org.wso2.extension.siddhi.execution.env
This class provides a function to get immediate public IP of the origin from X-Forwarded-For header.
GetOriginIPFromXForwardedFunction() - Constructor for class org.wso2.extension.siddhi.execution.env.GetOriginIPFromXForwardedFunction
 
getProcessingMode() - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
getProcessingMode() - Method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
getResourceCount(String) - Static method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
getReturnAttributes() - Method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
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.GetOriginIPFromXForwardedFunction
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.GetUserAgentPropertyFunction
 
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.
getScheduler() - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
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
 
GetUserAgentPropertyFunction - Class in org.wso2.extension.siddhi.execution.env
Siddhi Function getUserAgentPropertyFunction to extract properties from the user agent.
GetUserAgentPropertyFunction() - Constructor for class org.wso2.extension.siddhi.execution.env.GetUserAgentPropertyFunction
 
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, SiddhiQueryContext) - 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, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.env.GetOriginIPFromXForwardedFunction
The initialization method for GetOriginIPFromXForwardedFunction, this method will be called before the other methods.
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - 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, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.env.GetUserAgentPropertyFunction
 
init(ExpressionExecutor[], ConfigReader, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.env.GetYAMLPropertyFunction
The initialization method for TheFun, this method will be called before the other methods.
init(MetaStreamEvent, AbstractDefinition, ExpressionExecutor[], ConfigReader, StreamEventClonerHolder, boolean, boolean, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
init(MetaStreamEvent, AbstractDefinition, ExpressionExecutor[], ConfigReader, StreamEventClonerHolder, boolean, boolean, SiddhiQueryContext) - Method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 

O

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

P

process(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater, State) - Method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
processEventChunk(ComplexEventChunk<StreamEvent>, Processor, StreamEventCloner, ComplexEventPopulater, ResourceBatchWindowProcessor.ExtensionState) - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 

R

ResourceBatchWindowProcessor - Class in org.wso2.extension.siddhi.execution.env
Implementation of WindowProcessor which represent a Resource Batch Window operating based on the inferred resources count from env:resourceIdentify extension as length.
ResourceBatchWindowProcessor() - Constructor for class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
ResourceBatchWindowProcessor.ResourceStreamEventList - Class in org.wso2.extension.siddhi.execution.env
Resource Stream Event List internal data structure.
ResourceIdentifierStreamProcessor - Class in org.wso2.extension.siddhi.execution.env
Siddhi Resource Identifier Stream Processor Extension to register the resources with name, and serve registered resource count for given name.
ResourceIdentifierStreamProcessor() - Constructor for class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
ResourceStreamEventList(List<StreamEvent>, long) - Constructor for class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor.ResourceStreamEventList
 

S

setExpired(boolean) - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor.ResourceStreamEventList
 
setScheduler(Scheduler) - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
start() - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
start() - Method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
stop() - Method in class org.wso2.extension.siddhi.execution.env.ResourceBatchWindowProcessor
 
stop() - Method in class org.wso2.extension.siddhi.execution.env.ResourceIdentifierStreamProcessor
 
E G I O P R S 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.