http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonAnalytics.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonAnalytics.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonAnalytics.html index 7490ee9..7a0a4b5 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonAnalytics.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonAnalytics.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>JsonAnalytics (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>JsonAnalytics (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonAnalytics (Edgent v1.1.0)"; + parent.document.title="JsonAnalytics (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -97,7 +98,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="contentContainer"> <ul class="inheritance"> -<li>java.lang.Object</li> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>org.apache.edgent.analytics.math3.json.JsonAnalytics</li> @@ -110,8 +111,12 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre>public class <span class="typeNameLabel">JsonAnalytics</span> -extends java.lang.Object</pre> +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre> <div class="block">Apache Common Math analytics for streams with JSON tuples.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../org/apache/edgent/analytics/math3/Aggregations.html" title="class in org.apache.edgent.analytics.math3"><code>Aggregations</code></a></dd> +</dl> </li> </ul> </div> @@ -150,8 +155,8 @@ extends java.lang.Object</pre> <tr id="i0" class="altColor"> <td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregate</a></span>(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionProperty, - java.lang.String valueProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> valueProperty, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> @@ -159,17 +164,17 @@ extends java.lang.Object</pre> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregate</a></span>(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionProperty, - java.lang.String resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> </tr> <tr id="i2" class="altColor"> -<td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><java.util.List<com.google.gson.JsonObject>,K,com.google.gson.JsonObject></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregateList</a></span>(java.lang.String resultPartitionProperty, - java.lang.String resultProperty, +<td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><com.google.gson.JsonObject>,K,com.google.gson.JsonObject></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregateList</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Create a Function that aggregates against a single <code>Numeric</code> @@ -179,8 +184,8 @@ extends java.lang.Object</pre> <tr id="i3" class="rowColor"> <td class="colFirst"><code>static com.google.gson.JsonElement</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-">getMvAggregate</a></span>(com.google.gson.JsonObject jo, - java.lang.String resultProperty, - java.lang.String variableName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a> aggregate)</code> <div class="block">Get the value of an aggregate computed by a multi-variable aggregation.</div> </td> @@ -188,16 +193,16 @@ extends java.lang.Object</pre> <tr id="i4" class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#hasMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-">hasMvAggregate</a></span>(com.google.gson.JsonObject jo, - java.lang.String resultProperty, - java.lang.String variableName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a> aggregate)</code> <div class="block">Check if an aggregation result from a multi-variable aggregation is present.</div> </td> </tr> <tr id="i5" class="rowColor"> -<td class="colFirst"><code>static org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">mkAggregationSpec</a></span>(java.lang.String variableName, +<td class="colFirst"><code>static org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">mkAggregationSpec</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Create an aggregation specification.</div> </td> @@ -205,17 +210,17 @@ extends java.lang.Object</pre> <tr id="i6" class="altColor"> <td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-java.util.List-">mvAggregate</a></span>(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionKeyProperty, - java.lang.String resultProperty, - java.util.List<org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</code> + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionKeyProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</code> <div class="block">Aggregate against multiple <code>Numeric</code> variables contained in an JSON object.</div> </td> </tr> <tr id="i7" class="rowColor"> -<td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><java.util.List<com.google.gson.JsonObject>,K,com.google.gson.JsonObject></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-">mvAggregateList</a></span>(java.lang.String resultPartitionKeyProperty, - java.lang.String resultProperty, - java.util.List<org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</code> +<td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><com.google.gson.JsonObject>,K,com.google.gson.JsonObject></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-">mvAggregateList</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionKeyProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</code> <div class="block">Create a Function that aggregates multiple <code>Numeric</code> variables contained in an JSON object.</div> </td> @@ -225,8 +230,8 @@ extends java.lang.Object</pre> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> -<h3>Methods inherited from class java.lang.Object</h3> -<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> @@ -266,8 +271,8 @@ extends java.lang.Object</pre> <li class="blockList"> <h4>aggregate</h4> <pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject> aggregate(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionProperty, - java.lang.String valueProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> valueProperty, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</pre> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object. @@ -318,8 +323,8 @@ extends java.lang.Object</pre> <li class="blockList"> <h4>aggregate</h4> <pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject> aggregate(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionProperty, - java.lang.String resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</pre> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object. @@ -356,10 +361,10 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>aggregateList</h4> -<pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><java.util.List<com.google.gson.JsonObject>,K,com.google.gson.JsonObject> aggregateList(java.lang.String resultPartitionProperty, - java.lang.String resultProperty, - <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, - <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</pre> +<pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><com.google.gson.JsonObject>,K,com.google.gson.JsonObject> aggregateList(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, + <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</pre> <div class="block">Create a Function that aggregates against a single <code>Numeric</code> variable contained in an JSON object. @@ -410,9 +415,9 @@ extends java.lang.Object</pre> <li class="blockList"> <h4>mvAggregate</h4> <pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject> mvAggregate(<a href="../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionKeyProperty, - java.lang.String resultProperty, - java.util.List<org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</pre> + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionKeyProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</pre> <div class="block">Aggregate against multiple <code>Numeric</code> variables contained in an JSON object. <P> This is a multi-variable analog of <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>aggregate()</code></a> @@ -455,13 +460,15 @@ extends java.lang.Object</pre> }); </code></pre></div> <dl> +<dt><span class="paramLabel">Type Parameters:</span></dt> +<dd><code>K</code> - Partition type</dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>window</code> - the window to compute aggregations over</dd> <dd><code>resultPartitionKeyProperty</code> - name of the partition key property in the result</dd> <dd><code>resultProperty</code> - name of the aggregation results property in the result</dd> <dd><code>aggregateSpecs</code> - see <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>mkAggregationSpec()</code></a></dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>TStream<JsonObject> with aggregation results</dd> +<dd>TStream<JsonObject> with aggregation results</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregateList-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregateList()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-"><code>mkAggregationSpec()</code></a>, @@ -475,8 +482,8 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>mkAggregationSpec</h4> -<pre>public static org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]> mkAggregationSpec(java.lang.String variableName, - <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</pre> +<pre>public static org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]> mkAggregationSpec(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, + <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</pre> <div class="block">Create an aggregation specification. <P> The aggregation specification specifies a variable name and @@ -499,9 +506,9 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>mvAggregateList</h4> -<pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><java.util.List<com.google.gson.JsonObject>,K,com.google.gson.JsonObject> mvAggregateList(java.lang.String resultPartitionKeyProperty, - java.lang.String resultProperty, - java.util.List<org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</pre> +<pre>public static <K extends com.google.gson.JsonElement> <a href="../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><com.google.gson.JsonObject>,K,com.google.gson.JsonObject> mvAggregateList(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionKeyProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]>> aggregateSpecs)</pre> <div class="block">Create a Function that aggregates multiple <code>Numeric</code> variables contained in an JSON object. <P> @@ -564,8 +571,8 @@ extends java.lang.Object</pre> <li class="blockList"> <h4>getMvAggregate</h4> <pre>public static com.google.gson.JsonElement getMvAggregate(com.google.gson.JsonObject jo, - java.lang.String resultProperty, - java.lang.String variableName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a> aggregate)</pre> <div class="block">Get the value of an aggregate computed by a multi-variable aggregation. <P> @@ -597,7 +604,7 @@ extends java.lang.Object</pre> <dt><span class="returnLabel">Returns:</span></dt> <dd>the variable's aggregate's value as a JsonElement</dd> <dt><span class="throwsLabel">Throws:</span></dt> -<dd><code>java.lang.RuntimeException</code> - if the aggregate isn't present in the result</dd> +<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</a></code> - if the aggregate isn't present in the result</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#hasMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-"><code>hasAggregate()</code></a>, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mvAggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-java.util.List-"><code>mvAggregate()</code></a>, @@ -612,8 +619,8 @@ extends java.lang.Object</pre> <li class="blockList"> <h4>hasMvAggregate</h4> <pre>public static boolean hasMvAggregate(com.google.gson.JsonObject jo, - java.lang.String resultProperty, - java.lang.String variableName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a> aggregate)</pre> <div class="block">Check if an aggregation result from a multi-variable aggregation is present.</div> @@ -655,7 +662,6 @@ extends java.lang.Object</pre> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -700,6 +706,6 @@ extends java.lang.Object</pre> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html index d888f63..11221f2 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>JsonUnivariateAggregate (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>JsonUnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonUnivariateAggregate (Edgent v1.1.0)"; + parent.document.title="JsonUnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -101,7 +102,7 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> -<dd>java.io.Serializable, <a href="../../../../../../org/apache/edgent/function/Supplier.html" title="interface in org.apache.edgent.function">Supplier</a><<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregator</a>></dd> +<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../../../../../../org/apache/edgent/function/Supplier.html" title="interface in org.apache.edgent.function">Supplier</a><<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregator</a>></dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> @@ -146,7 +147,7 @@ extends <a href="../../../../../../org/apache/edgent/function/Supplier.html" tit <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>static java.lang.String</code></td> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html#N">N</a></span></code> <div class="block">JSON key used for representation of the number of tuples that were aggregated.</div> @@ -168,7 +169,7 @@ extends <a href="../../../../../../org/apache/edgent/function/Supplier.html" tit <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> -<td class="colFirst"><code>java.lang.String</code></td> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html#name--">name</a></span>()</code> <div class="block">Name of the aggregate.</div> </td> @@ -201,7 +202,7 @@ extends <a href="../../../../../../org/apache/edgent/function/Supplier.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>N</h4> -<pre>static final java.lang.String N</pre> +<pre>static final <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> N</pre> <div class="block">JSON key used for representation of the number of tuples that were aggregated. Value is "N".</div> <dl> @@ -224,7 +225,7 @@ extends <a href="../../../../../../org/apache/edgent/function/Supplier.html" tit <ul class="blockListLast"> <li class="blockList"> <h4>name</h4> -<pre>java.lang.String name()</pre> +<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name()</pre> <div class="block">Name of the aggregate. The returned value is used as the JSON key containing the result of the aggregation.</div> @@ -259,7 +260,6 @@ extends <a href="../../../../../../org/apache/edgent/function/Supplier.html" tit <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -304,6 +304,6 @@ extends <a href="../../../../../../org/apache/edgent/function/Supplier.html" tit <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html index 6bb4a2f..01ba826 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:09 EST 2017 --> -<title>JsonUnivariateAggregator (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:20 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>JsonUnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="JsonUnivariateAggregator (Edgent v1.1.0)"; + parent.document.title="JsonUnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -238,7 +239,6 @@ var activeTableTab = "activeTableTab"; <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -283,6 +283,6 @@ var activeTableTab = "activeTableTab"; <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonAnalytics.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonAnalytics.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonAnalytics.html index 23efc62..c32bf13 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonAnalytics.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonAnalytics.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Class org.apache.edgent.analytics.math3.json.JsonAnalytics (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.edgent.analytics.math3.json.JsonAnalytics (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.edgent.analytics.math3.json.JsonAnalytics (Edgent v1.1.0)"; + parent.document.title="Uses of Class org.apache.edgent.analytics.math3.json.JsonAnalytics (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html" title="class in org.apache.edgent.analytics.math3.json">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> @@ -86,12 +87,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html" title="class in org.apache.edgent.analytics.math3.json">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -121,6 +121,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregate.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregate.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregate.html index da408d4..05ef57b 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregate.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregate.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate (Edgent v1.1.0)"; + parent.document.title="Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> @@ -113,8 +114,8 @@ <tr class="altColor"> <td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject></code></td> <td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregate</a></span>(<a href="../../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionProperty, - java.lang.String valueProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> valueProperty, <a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> @@ -122,17 +123,17 @@ <tr class="rowColor"> <td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../../org/apache/edgent/topology/TStream.html" title="interface in org.apache.edgent.topology">TStream</a><com.google.gson.JsonObject></code></td> <td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregate-org.apache.edgent.topology.TWindow-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregate</a></span>(<a href="../../../../../../../org/apache/edgent/topology/TWindow.html" title="interface in org.apache.edgent.topology">TWindow</a><com.google.gson.JsonObject,K> window, - java.lang.String resultPartitionProperty, - java.lang.String resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, <a href="../../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, <a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Aggregate against a single <code>Numeric</code> variable contained in an JSON object.</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><java.util.List<com.google.gson.JsonObject>,K,com.google.gson.JsonObject></code></td> -<td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregateList</a></span>(java.lang.String resultPartitionProperty, - java.lang.String resultProperty, +<td class="colFirst"><code>static <K extends com.google.gson.JsonElement><br><a href="../../../../../../../org/apache/edgent/function/BiFunction.html" title="interface in org.apache.edgent.function">BiFunction</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><com.google.gson.JsonObject>,K,com.google.gson.JsonObject></code></td> +<td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#aggregateList-java.lang.String-java.lang.String-org.apache.edgent.function.ToDoubleFunction-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">aggregateList</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultPartitionProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, <a href="../../../../../../../org/apache/edgent/function/ToDoubleFunction.html" title="interface in org.apache.edgent.function">ToDoubleFunction</a><com.google.gson.JsonObject> valueGetter, <a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Create a Function that aggregates against a single <code>Numeric</code> @@ -142,8 +143,8 @@ <tr class="rowColor"> <td class="colFirst"><code>static com.google.gson.JsonElement</code></td> <td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#getMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-">getMvAggregate</a></span>(com.google.gson.JsonObject jo, - java.lang.String resultProperty, - java.lang.String variableName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a> aggregate)</code> <div class="block">Get the value of an aggregate computed by a multi-variable aggregation.</div> </td> @@ -151,16 +152,16 @@ <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#hasMvAggregate-com.google.gson.JsonObject-java.lang.String-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate-">hasMvAggregate</a></span>(com.google.gson.JsonObject jo, - java.lang.String resultProperty, - java.lang.String variableName, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> resultProperty, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a> aggregate)</code> <div class="block">Check if an aggregation result from a multi-variable aggregation is present.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>static org.apache.commons.math3.util.Pair<java.lang.String,<a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]></code></td> -<td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">mkAggregationSpec</a></span>(java.lang.String variableName, +<td class="colFirst"><code>static org.apache.commons.math3.util.Pair<<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>[]></code></td> +<td class="colLast"><span class="typeNameLabel">JsonAnalytics.</span><code><span class="memberNameLink"><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html#mkAggregationSpec-java.lang.String-org.apache.edgent.analytics.math3.json.JsonUnivariateAggregate...-">mkAggregationSpec</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> variableName, <a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">JsonUnivariateAggregate</a>... aggregates)</code> <div class="block">Create an aggregation specification.</div> </td> @@ -211,12 +212,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3.json">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -246,6 +246,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregator.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregator.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregator.html index 5bc3877..f926243 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregator.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/class-use/JsonUnivariateAggregator.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:12 EST 2017 --> -<title>Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregator (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregator (Edgent v1.1.0)"; + parent.document.title="Uses of Interface org.apache.edgent.analytics.math3.json.JsonUnivariateAggregator (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -35,7 +36,7 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3.json">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> @@ -145,12 +146,11 @@ <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3.json">Class</a></li> <li class="navBarCell1Rev">Use</li> -<li><a href="../../../../../../../overview-tree.html">Tree</a></li> +<li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -180,6 +180,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-frame.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-frame.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-frame.html index fd0780f..b20b49a 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-frame.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-frame.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.analytics.math3.json (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.analytics.math3.json (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-summary.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-summary.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-summary.html index 263fdcb..c7d8207 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-summary.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-summary.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.analytics.math3.json (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.analytics.math3.json (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.analytics.math3.json (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.analytics.math3.json (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -43,7 +44,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li>Prev Package</li> +<li><a href="../../../../../../org/apache/edgent/analytics/math3/package-summary.html">Prev Package</a></li> <li><a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> @@ -143,11 +144,10 @@ <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> -<li>Prev Package</li> +<li><a href="../../../../../../org/apache/edgent/analytics/math3/package-summary.html">Prev Package</a></li> <li><a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> @@ -173,6 +173,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-tree.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-tree.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-tree.html index 25affc9..aa55134 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-tree.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-tree.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:11 EST 2017 --> -<title>org.apache.edgent.analytics.math3.json Class Hierarchy (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.analytics.math3.json Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.edgent.analytics.math3.json Class Hierarchy (Edgent v1.1.0)"; + parent.document.title="org.apache.edgent.analytics.math3.json Class Hierarchy (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -43,7 +44,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li>Prev</li> +<li><a href="../../../../../../org/apache/edgent/analytics/math3/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-tree.html">Next</a></li> </ul> <ul class="navList"> @@ -79,7 +80,7 @@ <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> -<li type="circle">java.lang.Object +<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">org.apache.edgent.analytics.math3.json.<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonAnalytics.html" title="class in org.apache.edgent.analytics.math3.json"><span class="typeNameLink">JsonAnalytics</span></a></li> </ul> @@ -88,7 +89,7 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">org.apache.edgent.analytics.math3.json.<a href="../../../../../../org/apache/edgent/analytics/math3/json/JsonUnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3.json"><span class="typeNameLink">JsonUnivariateAggregator</span></a></li> -<li type="circle">java.io.Serializable +<li type="circle">java.io.<a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><span class="typeNameLink">Serializable</span></a> <ul> <li type="circle">org.apache.edgent.function.<a href="../../../../../../org/apache/edgent/function/Supplier.html" title="interface in org.apache.edgent.function"><span class="typeNameLink">Supplier</span></a><T> <ul> @@ -117,11 +118,10 @@ <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> -<li>Prev</li> +<li><a href="../../../../../../org/apache/edgent/analytics/math3/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/apache/edgent/analytics/math3/stat/package-tree.html">Next</a></li> </ul> <ul class="navList"> @@ -147,6 +147,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-use.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-use.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-use.html index ed222f9..df4861a 100644 --- a/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-use.html +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/json/package-use.html @@ -2,9 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_112) on Sun Feb 26 17:08:13 EST 2017 --> -<title>Uses of Package org.apache.edgent.analytics.math3.json (Edgent v1.1.0)</title> -<meta name="date" content="2017-02-26"> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:23 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Package org.apache.edgent.analytics.math3.json (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> @@ -12,7 +13,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.edgent.analytics.math3.json (Edgent v1.1.0)"; + parent.document.title="Uses of Package org.apache.edgent.analytics.math3.json (Apache Edgent (incubating) v1.2.0 API)"; } } catch(err) { @@ -156,7 +157,6 @@ <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><a href="http://edgent.incubator.apache.org">Apache Edgent (incubating)</a></div> </div> <div class="subNav"> <ul class="navList"> @@ -186,6 +186,6 @@ <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2017 The Apache Software Foundation. All Rights Reserved - 4744f56-20170226-1707</small></p> +<p class="legalCopy"><small>Copyright © 2016–2017 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-edgent-website/blob/1d74f4c0/site/javadoc/latest/org/apache/edgent/analytics/math3/package-frame.html ---------------------------------------------------------------------- diff --git a/site/javadoc/latest/org/apache/edgent/analytics/math3/package-frame.html b/site/javadoc/latest/org/apache/edgent/analytics/math3/package-frame.html new file mode 100644 index 0000000..3ddf0c4 --- /dev/null +++ b/site/javadoc/latest/org/apache/edgent/analytics/math3/package-frame.html @@ -0,0 +1,28 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (1.8.0_112) on Mon Dec 18 11:25:21 EST 2017 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>org.apache.edgent.analytics.math3 (Apache Edgent (incubating) v1.2.0 API)</title> +<meta name="date" content="2017-12-18"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<h1 class="bar"><a href="../../../../../org/apache/edgent/analytics/math3/package-summary.html" target="classFrame">org.apache.edgent.analytics.math3</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="UnivariateAggregate.html" title="interface in org.apache.edgent.analytics.math3" target="classFrame"><span class="interfaceName">UnivariateAggregate</span></a></li> +<li><a href="UnivariateAggregator.html" title="interface in org.apache.edgent.analytics.math3" target="classFrame"><span class="interfaceName">UnivariateAggregator</span></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="Aggregations.html" title="class in org.apache.edgent.analytics.math3" target="classFrame">Aggregations</a></li> +<li><a href="MvResultMap.html" title="class in org.apache.edgent.analytics.math3" target="classFrame">MvResultMap</a></li> +<li><a href="ResultMap.html" title="class in org.apache.edgent.analytics.math3" target="classFrame">ResultMap</a></li> +</ul> +</div> +</body> +</html>