All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download execution JAR file with all dependencies


siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.9)

FunctionExecutors 1. GeoWithinFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry is within the geoJSONGeometryFence 2. GeoIntersectsFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry intersects the geoJSONGeometryFence 3. GeoWithinDistanceFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string, distance double) OR (geoJSONGeometry string, geoJSONGeometryFence string, distance double) Output : true if (longitude, latitude) or geoJSONGeometry is within distance of the geoJSONGeometryFence StreamProcessors 1. GeoCrossesStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string) Output : an event with `crosses` additional attribute set to true when the object ((longitude, latitude) or geoJSONGeometry) crosses into geoJSONGeometryFence and an event with `crosses` additional attribute set to false when the object crosses out of the geoJSONGeometryFence 2. GeoStationaryStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when the object ((longitude, latitude) or geoJSONGeometry) starts being stationary within the radius an event with `stationary` additional attribute set to true. When the object starts to move out of the radius an event with `stationary` additional attribute set to false. 3. GeoProximityStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when two objects ((longitude, latitude) or geoJSONGeometry) starts being in close proximity within the radius an event with `inCloseProximity` additional attribute set to true. When the object starts to move out of the radius an event with `inCloseProximity` additional. attribute set to false. On each event, additional attributes `proximityWith` gives the id of the object that this object is in close proximity and `proximityId` is an id unique to the pair of objects

Group: org.wso2.extension.siddhi.gpl.execution.geo Artifact: siddhi-gpl-execution-geo

Download siddhi-gpl-execution-geo.jar (4.0.9)
 

22 downloads


spring-boot-execution-metric-aspectj from group com.github.kuljaninemir (version 0.0.3)

Annotation-based execution metrics with AspectJ for spring boot 2.x applications. Prepared for Graphite.

Group: com.github.kuljaninemir Artifact: spring-boot-execution-metric-aspectj

Download spring-boot-execution-metric-aspectj.jar (0.0.3)
 

7 downloads


siddhi-gpl-execution-streamingml from group org.wso2.extension.siddhi.gpl.execution.streamingml (version 1.0.12)

Group: org.wso2.extension.siddhi.gpl.execution.streamingml Artifact: siddhi-gpl-execution-streamingml

Download siddhi-gpl-execution-streamingml.jar (1.0.12)
 

3 downloads


siddhi-execution-streamingml from group org.wso2.extension.siddhi.execution.streamingml (version 1.0.21)

Group: org.wso2.extension.siddhi.execution.streamingml Artifact: siddhi-execution-streamingml

Download siddhi-execution-streamingml.jar (1.0.21)
 

2 downloads


spring-boot-execution-metric-aspectj from group com.github.kuljaninemir (version 1.0.12)

Annotation-based execution metrics with AspectJ for spring boot 2.x applications. Prepared for Graphite.

Group: com.github.kuljaninemir Artifact: spring-boot-execution-metric-aspectj

Download spring-boot-execution-metric-aspectj.jar (1.0.12)
 

2 downloads


beam-model-fn-execution from group org.apache.beam (version 2.4.0)

Group: org.apache.beam Artifact: beam-model-fn-execution
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact beam-model-fn-execution
Group org.apache.beam
Version 2.4.0


siddhi-gpl-execution-pmml from group org.wso2.extension.siddhi.gpl.execution.pmml (version 4.0.11)

Group: org.wso2.extension.siddhi.gpl.execution.pmml Artifact: siddhi-gpl-execution-pmml
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


siddhi-gpl-execution-geo from group org.wso2.extension.siddhi.gpl.execution.geo (version 4.0.8)

FunctionExecutors 1. GeoWithinFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry is within the geoJSONGeometryFence 2. GeoIntersectsFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string) OR (geoJSONGeometry string, geoJSONGeometryFence string) Output : true if (longitude, latitude) or geoJSONGeometry intersects the geoJSONGeometryFence 3. GeoWithinDistanceFunctionExecutor Input : (longitude double, latitude double, geoJSONGeometryFence string, distance double) OR (geoJSONGeometry string, geoJSONGeometryFence string, distance double) Output : true if (longitude, latitude) or geoJSONGeometry is within distance of the geoJSONGeometryFence StreamProcessors 1. GeoCrossesStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string) Output : an event with `crosses` additional attribute set to true when the object ((longitude, latitude) or geoJSONGeometry) crosses into geoJSONGeometryFence and an event with `crosses` additional attribute set to false when the object crosses out of the geoJSONGeometryFence 2. GeoStationaryStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when the object ((longitude, latitude) or geoJSONGeometry) starts being stationary within the radius an event with `stationary` additional attribute set to true. When the object starts to move out of the radius an event with `stationary` additional attribute set to false. 3. GeoProximityStreamProcessor Input : (id string, longitude double, latitude double, geoJSONGeometryFence string, radius double) OR (id string, geoJSONGeometry string, geoJSONGeometryFence string, radius double) Output : when two objects ((longitude, latitude) or geoJSONGeometry) starts being in close proximity within the radius an event with `inCloseProximity` additional attribute set to true. When the object starts to move out of the radius an event with `inCloseProximity` additional. attribute set to false. On each event, additional attributes `proximityWith` gives the id of the object that this object is in close proximity and `proximityId` is an id unique to the pair of objects

Group: org.wso2.extension.siddhi.gpl.execution.geo Artifact: siddhi-gpl-execution-geo
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


beam-model-fn-execution from group org.apache.beam (version 2.6.0)

Group: org.apache.beam Artifact: beam-model-fn-execution
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads
Artifact beam-model-fn-execution
Group org.apache.beam
Version 2.6.0


siddhi-execution-time from group org.wso2.extension.siddhi.execution.time (version 4.0.17)

Group: org.wso2.extension.siddhi.execution.time Artifact: siddhi-execution-time
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


siddhi-execution-sentiment from group org.wso2.extension.siddhi.execution.sentiment (version 4.0.17)

Group: org.wso2.extension.siddhi.execution.sentiment Artifact: siddhi-execution-sentiment
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


siddhi-execution-map from group org.wso2.extension.siddhi.execution.map (version 4.0.14)

Group: org.wso2.extension.siddhi.execution.map Artifact: siddhi-execution-map
There is no JAR file uploaded. A download is not possible! Please choose another version.
1 downloads


spring-boot-execution-metric from group eu.hinsch (version 0.2.2)

Measure execution times of critical code blocks and expose statistics as actuator metrics

Group: eu.hinsch Artifact: spring-boot-execution-metric
Show documentation Show source 
Download spring-boot-execution-metric.jar (0.2.2)
 

0 downloads
Artifact spring-boot-execution-metric
Group eu.hinsch
Version 0.2.2


execution-tutorial_2.10 from group com.twitter (version 0.16.1-RC2)

execution-tutorial

Group: com.twitter Artifact: execution-tutorial_2.10
Show documentation Show source 
Download execution-tutorial_2.10.jar (0.16.1-RC2)
 

0 downloads
Artifact execution-tutorial_2.10
Group com.twitter
Version 0.16.1-RC2


score-worker-execution-api from group io.cloudslang (version 0.3.28)

Group: io.cloudslang Artifact: score-worker-execution-api
Show documentation Show source 
Download score-worker-execution-api.jar (0.3.28)
 

0 downloads
Artifact score-worker-execution-api
Group io.cloudslang
Version 0.3.28




Page 1 from 5 (items total 62)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy