- 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
-
- GeoLocationResolver - Interface in org.wso2.extension.siddhi.execution.geo.api
-
Interface for the GeoLocation based on the ip address.
- GeoLocationResolverException - Exception in org.wso2.extension.siddhi.execution.geo.internal.exception
-
This is the exception class for handling errors in GeoResolver extension.
- GeoLocationResolverException(String, Throwable) - Constructor for exception org.wso2.extension.siddhi.execution.geo.internal.exception.GeoLocationResolverException
-
- GeoLocationResolverException(String) - Constructor for exception org.wso2.extension.siddhi.execution.geo.internal.exception.GeoLocationResolverException
-
- get(Object) - Method in class org.wso2.extension.siddhi.execution.geo.internal.LRUCache
-
- getCity() - Method in class org.wso2.extension.siddhi.execution.geo.api.Location
-
- GetCityResolverFunction - Class in org.wso2.extension.siddhi.execution.geo
-
The class provides implementation for getting city based on the given ip.
- GetCityResolverFunction() - Constructor for class org.wso2.extension.siddhi.execution.geo.GetCityResolverFunction
-
- getConnection() - Method in class org.wso2.extension.siddhi.execution.geo.internal.utils.DatabaseUtils
-
Utility method to get a new database connection
- getCountry() - Method in class org.wso2.extension.siddhi.execution.geo.api.Location
-
- GetCountryResolverFunction - Class in org.wso2.extension.siddhi.execution.geo
-
The class provides implementation for getting country based on the given ip.
- GetCountryResolverFunction() - Constructor for class org.wso2.extension.siddhi.execution.geo.GetCountryResolverFunction
-
- getGeoLocationInfo(String) - Method in interface org.wso2.extension.siddhi.execution.geo.api.GeoLocationResolver
-
This method will provide the geo location information related to the given ip.
- getGeoLocationInfo(String) - Method in class org.wso2.extension.siddhi.execution.geo.internal.impl.DefaultDBBasedGeoLocationResolver
-
- getInstance() - Static method in class org.wso2.extension.siddhi.execution.geo.internal.impl.RDBMSGeoLocationResolver
-
- getInstance() - Static method in class org.wso2.extension.siddhi.execution.geo.internal.LRUCacheStore
-
Provide the initialized LRUCache instance.
- getInstance() - Static method in class org.wso2.extension.siddhi.execution.geo.internal.utils.DatabaseUtils
-
- getIp() - Method in class org.wso2.extension.siddhi.execution.geo.api.Location
-
- getLocation(String) - Method in class org.wso2.extension.siddhi.execution.geo.internal.impl.RDBMSGeoLocationResolver
-
- getReturnType() - Method in class org.wso2.extension.siddhi.execution.geo.GetCityResolverFunction
-
return a Class object that represents the formal return type of the method represented by this Method object.
- getReturnType() - Method in class org.wso2.extension.siddhi.execution.geo.GetCountryResolverFunction
-
return a Class object that represents the formal return type of the method represented by this Method object.