Skip navigation links
C G I O P R S 

C

currentState() - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
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.geo.ReverseGeocodeStreamFunctionProcessor
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

G

GeocodeStreamFunctionProcessor - Class in org.wso2.extension.siddhi.execution.geo
This extension transforms a location into its geo-coordinates and formatted address
GeocodeStreamFunctionProcessor() - Constructor for class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
 

I

init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
The init method of the StreamProcessor, this method will be called before other methods
init(AbstractDefinition, ExpressionExecutor[], ConfigReader, SiddhiAppContext) - Method in class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
The init method of the StreamProcessor, this method will be called before other methods

O

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

P

process(Object[]) - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
The process method of the StreamFunction, used when more then one function parameters are provided
process(Object) - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
The process method of the StreamFunction, used when zero or one function parameter is provided
process(Object[]) - Method in class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
The process method of the StreamFunction, used when more then one function parameters are provided
process(Object) - Method in class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
The process method of the StreamFunction, used when zero or one function parameter is provided

R

restoreState(Map<String, Object>) - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
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.geo.ReverseGeocodeStreamFunctionProcessor
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.
ReverseGeocodeStreamFunctionProcessor - Class in org.wso2.extension.siddhi.execution.geo
This extension transforms a latitude and longitude coordinates into precise address information.
ReverseGeocodeStreamFunctionProcessor() - Constructor for class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
 

S

start() - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
This will be called only once and this can be used to acquire required resources for the processing element.
start() - Method in class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
This will be called only once and this can be used to acquire required resources for the processing element.
stop() - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
This will be called only once and this can be used to release the acquired resources for processing.
stop() - Method in class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
This will be called only once and this can be used to release the acquired resources for processing.
C G I O P R S 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.