- 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
-
- GeoCoordinate - Class in org.wso2.extension.siddhi.execution.geo.api
-
This is the bean class which represents the GeoCoordinate.
- GeoCoordinate(double, double) - Constructor for class org.wso2.extension.siddhi.execution.geo.api.GeoCoordinate
-
- GeoCoordinateResolver - Interface in org.wso2.extension.siddhi.execution.geo.api
-
Interface for the GeoCoordinates based on the ip address.
- GeoCoordinateResolverHolder - Class in org.wso2.extension.siddhi.execution.geo.internal.impl
-
A singleton class to initialize extension.
- GeoCoordinateStreamFunctionProcessor - Class in org.wso2.extension.siddhi.execution.geo
-
This class is to get longitude and latitude value of login location based on ip address.
- GeoCoordinateStreamFunctionProcessor() - Constructor for class org.wso2.extension.siddhi.execution.geo.GeoCoordinateStreamFunctionProcessor
-
- 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
-
- getGeoCoordinateInfo(String) - Method in interface org.wso2.extension.siddhi.execution.geo.api.GeoCoordinateResolver
-
This method will provide the geo location information related to the given ip.
- getGeoCoordinateInfo(String) - Method in class org.wso2.extension.siddhi.execution.geo.internal.impl.APIBasedGeoCoordinateResolver
-
- getGeoCoordinateResolver(String) - Method in class org.wso2.extension.siddhi.execution.geo.internal.impl.GeoCoordinateResolverHolder
-
- getGeoCoordinationResolverHolderInstance() - Static method in class org.wso2.extension.siddhi.execution.geo.internal.impl.GeoCoordinateResolverHolder
-
- 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
-
- getLatitude() - Method in class org.wso2.extension.siddhi.execution.geo.api.GeoCoordinate
-
- getLocation(String) - Method in class org.wso2.extension.siddhi.execution.geo.internal.impl.RDBMSGeoLocationResolver
-
- getLongitude() - Method in class org.wso2.extension.siddhi.execution.geo.api.GeoCoordinate
-
- getReturnAttributes() - Method in class org.wso2.extension.siddhi.execution.geo.GeocodeStreamFunctionProcessor
-
- getReturnAttributes() - Method in class org.wso2.extension.siddhi.execution.geo.GeoCoordinateStreamFunctionProcessor
-
- getReturnAttributes() - Method in class org.wso2.extension.siddhi.execution.geo.ReverseGeocodeStreamFunctionProcessor
-
- 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.