You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/11/18 12:03:28 UTC

svn commit: r1542979 [6/7] - in /incubator/sirona/site: ./ apidocs/ apidocs/org/apache/sirona/ apidocs/org/apache/sirona/agent/webapp/pull/gauge/ apidocs/org/apache/sirona/agent/webapp/pull/registration/ apidocs/org/apache/sirona/agent/webapp/pull/repo...

Modified: incubator/sirona/site/apidocs/org/apache/sirona/store/counter/InMemoryCounterDataStore.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/counter/InMemoryCounterDataStore.html?rev=1542979&r1=1542978&r2=1542979&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/counter/InMemoryCounterDataStore.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/counter/InMemoryCounterDataStore.html Mon Nov 18 11:03:26 2013
@@ -136,6 +136,10 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/sirona/gauges/Gauge.html" title="interface in org.apache.sirona.gauges">Gauge</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#gauges">gauges</a></strong></code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected boolean</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#jmx">jmx</a></strong></code>&nbsp;</td>
+</tr>
 </table>
 </li>
 </ul>
@@ -175,21 +179,25 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#clearCounters()">clearCounters</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#cleanUp()">cleanUp</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#clearCounters()">clearCounters</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../org/apache/sirona/counters/Counter.html" title="interface in org.apache.sirona.counters">Counter</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#getCounters()">getCounters</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/sirona/counters/Counter.html" title="interface in org.apache.sirona.counters">Counter</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#getOrCreateCounter(org.apache.sirona.counters.Counter.Key)">getOrCreateCounter</a></strong>(<a href="../../../../../org/apache/sirona/counters/Counter.Key.html" title="class in org.apache.sirona.counters">Counter.Key</a>&nbsp;key)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected <a href="../../../../../org/apache/sirona/counters/Counter.html" title="interface in org.apache.sirona.counters">Counter</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#newCounter(org.apache.sirona.counters.Counter.Key)">newCounter</a></strong>(<a href="../../../../../org/apache/sirona/counters/Counter.Key.html" title="class in org.apache.sirona.counters">Counter.Key</a>&nbsp;key)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentMap</a>&lt;<a href="../../../../../org/apache/sirona/counters/Counter.Key.html" title="class in org.apache.sirona.counters">Counter.Key</a>,<a href="../../../../../org/apache/sirona/counters/Counter.html" title="interface in org.apache.sirona.counters">Counter</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/counter/InMemoryCounterDataStore.html#newCounterMap()">newCounterMap</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -224,6 +232,15 @@ implements <a href="../../../../../org/a
 <pre>protected final&nbsp;boolean gauged</pre>
 </li>
 </ul>
+<a name="jmx">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>jmx</h4>
+<pre>protected final&nbsp;boolean jmx</pre>
+</li>
+</ul>
 <a name="counters">
 <!--   -->
 </a>
@@ -298,6 +315,15 @@ implements <a href="../../../../../org/a
 </dl>
 </li>
 </ul>
+<a name="cleanUp()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>cleanUp</h4>
+<pre>public&nbsp;void&nbsp;cleanUp()</pre>
+</li>
+</ul>
 <a name="clearCounters()">
 <!--   -->
 </a>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html?rev=1542979&r1=1542978&r2=1542979&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html Mon Nov 18 11:03:26 2013
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li>Prev Class</li>
-<li><a href="../../../../../org/apache/sirona/store/gauge/CollectorGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" target="_top">Frames</a></li>
@@ -60,14 +60,14 @@
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested_classes_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>
@@ -89,18 +89,23 @@
 <li><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">org.apache.sirona.gauges.GaugeDataStoreAdapter</a></li>
 <li>
 <ul class="inheritance">
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.sirona.store.gauge.AggregatedGaugeDataStoreAdapter</li>
 </ul>
 </li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></dd>
+<dd><a href="../../../../../org/apache/sirona/gauges/GaugeAware.html" title="interface in org.apache.sirona.gauges">GaugeAware</a>, <a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></dd>
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
@@ -109,30 +114,41 @@
 <hr>
 <br>
 <pre>public abstract class <span class="strong">AggregatedGaugeDataStoreAdapter</span>
-extends <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></pre>
+extends <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></pre>
 </li>
 </ul>
 </div>
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sirona.store.gauge.<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- =========== FIELD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="field_summary">
 <!--   -->
 </a>
 <h3>Field Summary</h3>
-<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
-<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colLast" scope="col">Field and Description</th>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../org/apache/sirona/store/BatchFuture.html" title="class in org.apache.sirona.store">BatchFuture</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#scheduledTask">scheduledTask</a></strong></code>&nbsp;</td>
-</tr>
-</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.sirona.store.gauge.<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#scheduledTask">scheduledTask</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -171,12 +187,20 @@ extends <a href="../../../../../org/apac
           double&nbsp;value)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#getPeriod(java.lang.String)">getPeriod</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a></strong>(<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>&nbsp;gauge)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#initAggregated()">initAggregated</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected abstract void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#pushGauges(java.util.Map)">pushGauges</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/Value.html" title="interface in org.apache.sirona.store.gauge">Value</a>&gt;&nbsp;gauges)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#pushAggregatedGauges(java.util.Map)">pushAggregatedGauges</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/Value.html" title="interface in org.apache.sirona.store.gauge">Value</a>&gt;&nbsp;gauges)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html#pushGauges(java.util.Map)">pushGauges</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;gauges)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -184,11 +208,18 @@ extends <a href="../../../../../org/apac
 </tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sirona.store.gauge.<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#getPeriod(java.lang.String)">getPeriod</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#initBatch()">initBatch</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#snapshot()">snapshot</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.sirona.gauges.GaugeDataStoreAdapter">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.sirona.gauges.<a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></h3>
-<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#findGaugeRole(java.lang.String)">findGaugeRole</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gauges()">gauges</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGaugeValues(org.apache.sirona.store.gauge.GaugeValuesRequest)">getGaugeValues</a></code></li>
+<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#addGauge(org.apache.sirona.gauges.Gauge)">addGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#findGaugeRole(java.lang.String)">findGaugeRole</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gauges()">gauges</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGauges()">getGauges</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGaugeValues(org.apache.sirona.store.gauge.GaugeValuesRequest)">getGaugeValues</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -205,23 +236,6 @@ extends <a href="../../../../../org/apac
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
-<!-- ============ FIELD DETAIL =========== -->
-<ul class="blockList">
-<li class="blockList"><a name="field_detail">
-<!--   -->
-</a>
-<h3>Field Detail</h3>
-<a name="scheduledTask">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>scheduledTask</h4>
-<pre>protected final&nbsp;<a href="../../../../../org/apache/sirona/store/BatchFuture.html" title="class in org.apache.sirona.store">BatchFuture</a> scheduledTask</pre>
-</li>
-</ul>
-</li>
-</ul>
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor_detail">
@@ -245,13 +259,22 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="getPeriod(java.lang.String)">
+<a name="pushAggregatedGauges(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>pushAggregatedGauges</h4>
+<pre>protected abstract&nbsp;void&nbsp;pushAggregatedGauges(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/Value.html" title="interface in org.apache.sirona.store.gauge">Value</a>&gt;&nbsp;gauges)</pre>
+</li>
+</ul>
+<a name="initAggregated()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getPeriod</h4>
-<pre>protected&nbsp;int&nbsp;getPeriod(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<h4>initAggregated</h4>
+<pre>public&nbsp;void&nbsp;initAggregated()</pre>
 </li>
 </ul>
 <a name="shutdown()">
@@ -261,6 +284,10 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>shutdown</h4>
 <pre>public&nbsp;void&nbsp;shutdown()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#shutdown()">shutdown</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="pushGauges(java.util.Map)">
@@ -269,7 +296,26 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>pushGauges</h4>
-<pre>protected abstract&nbsp;void&nbsp;pushGauges(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/Value.html" title="interface in org.apache.sirona.store.gauge">Value</a>&gt;&nbsp;gauges)</pre>
+<pre>protected&nbsp;void&nbsp;pushGauges(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;gauges)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#pushGauges(java.util.Map)">pushGauges</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="gaugeStopped(org.apache.sirona.Role)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>gaugeStopped</h4>
+<pre>public&nbsp;void&nbsp;gaugeStopped(<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>&nbsp;gauge)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
+</dl>
 </li>
 </ul>
 <a name="addToGauge(org.apache.sirona.Role, long, double)">
@@ -316,7 +362,7 @@ extends <a href="../../../../../org/apac
 <div class="subNav">
 <ul class="navList">
 <li>Prev Class</li>
-<li><a href="../../../../../org/apache/sirona/store/gauge/CollectorGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" target="_top">Frames</a></li>
@@ -340,14 +386,14 @@ extends <a href="../../../../../org/apac
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#nested_classes_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#fields_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">Field</a>&nbsp;|&nbsp;</li>
 <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
 </ul>
 <ul class="subNavList">
 <li>Detail:&nbsp;</li>
-<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method_detail">Method</a></li>
 </ul>

Added: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html?rev=1542979&view=auto
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html (added)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html Mon Nov 18 11:03:26 2013
@@ -0,0 +1,256 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>BatchGaugeDataStoreAdapter.Measure (Apache Sirona Incubator 0.1-incubating-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="BatchGaugeDataStoreAdapter.Measure (Apache Sirona Incubator 0.1-incubating-SNAPSHOT API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BatchGaugeDataStoreAdapter.Measure.html">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/CollectorGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" target="_top">Frames</a></li>
+<li><a href="BatchGaugeDataStoreAdapter.Measure.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.sirona.store.gauge</div>
+<h2 title="Class BatchGaugeDataStoreAdapter.Measure" class="title">Class BatchGaugeDataStoreAdapter.Measure</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/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.sirona.store.gauge.BatchGaugeDataStoreAdapter.Measure</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>Enclosing class:</dt>
+<dd><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static class <span class="strong">BatchGaugeDataStoreAdapter.Measure</span>
+extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>long</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html#getTime()">getTime</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>double</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html#getValue()">getValue</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html#toString()">toString</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getTime()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getTime</h4>
+<pre>public&nbsp;long&nbsp;getTime()</pre>
+</li>
+</ul>
+<a name="getValue()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getValue</h4>
+<pre>public&nbsp;double&nbsp;getValue()</pre>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BatchGaugeDataStoreAdapter.Measure.html">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/CollectorGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" target="_top">Frames</a></li>
+<li><a href="BatchGaugeDataStoreAdapter.Measure.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html?rev=1542979&view=auto
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html (added)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html Mon Nov 18 11:03:26 2013
@@ -0,0 +1,390 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>BatchGaugeDataStoreAdapter (Apache Sirona Incubator 0.1-incubating-SNAPSHOT API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="BatchGaugeDataStoreAdapter (Apache Sirona Incubator 0.1-incubating-SNAPSHOT API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BatchGaugeDataStoreAdapter.html">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" target="_top">Frames</a></li>
+<li><a href="BatchGaugeDataStoreAdapter.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.sirona.store.gauge</div>
+<h2 title="Class BatchGaugeDataStoreAdapter" class="title">Class BatchGaugeDataStoreAdapter</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a href="http://docs.oracle.com/javase/6/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><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">org.apache.sirona.gauges.GaugeDataStoreAdapter</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a href="../../../../../org/apache/sirona/gauges/GaugeAware.html" title="interface in org.apache.sirona.gauges">GaugeAware</a>, <a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></dd>
+</dl>
+<dl>
+<dt>Direct Known Subclasses:</dt>
+<dd><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">AggregatedGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/cube/CubeGaugeDataStore.html" title="class in org.apache.sirona.cube">CubeGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">InMemoryGaugeDataStore</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public abstract class <span class="strong">BatchGaugeDataStoreAdapter</span>
+extends <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
+<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="../../../../../org/apache/sirona/store/BatchFuture.html" title="class in org.apache.sirona.store">BatchFuture</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#scheduledTask">scheduledTask</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.sirona.gauges.GaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.sirona.gauges.<a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gauges">gauges</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#BatchGaugeDataStoreAdapter()">BatchGaugeDataStoreAdapter</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#getPeriod(java.lang.String)">getPeriod</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#initBatch()">initBatch</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected abstract void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#pushGauges(java.util.Map)">pushGauges</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;gauges)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#shutdown()">shutdown</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#snapshot()">snapshot</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.sirona.gauges.GaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sirona.gauges.<a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#addGauge(org.apache.sirona.gauges.Gauge)">addGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#addToGauge(org.apache.sirona.Role, long, double)">addToGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#findGaugeRole(java.lang.String)">findGaugeRole</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gauges()">gauges</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGauges()">getGauges</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGaugeValues(org.apache.sirona.stor
 e.gauge.GaugeValuesRequest)">getGaugeValues</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="scheduledTask">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>scheduledTask</h4>
+<pre>protected&nbsp;<a href="../../../../../org/apache/sirona/store/BatchFuture.html" title="class in org.apache.sirona.store">BatchFuture</a> scheduledTask</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="BatchGaugeDataStoreAdapter()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>BatchGaugeDataStoreAdapter</h4>
+<pre>public&nbsp;BatchGaugeDataStoreAdapter()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="initBatch()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>initBatch</h4>
+<pre>public&nbsp;void&nbsp;initBatch()</pre>
+</li>
+</ul>
+<a name="getPeriod(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPeriod</h4>
+<pre>protected&nbsp;int&nbsp;getPeriod(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+</li>
+</ul>
+<a name="shutdown()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>shutdown</h4>
+<pre>public&nbsp;void&nbsp;shutdown()</pre>
+</li>
+</ul>
+<a name="pushGauges(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>pushGauges</h4>
+<pre>protected abstract&nbsp;void&nbsp;pushGauges(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;gauges)</pre>
+</li>
+</ul>
+<a name="snapshot()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>snapshot</h4>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;snapshot()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/BatchGaugeDataStoreAdapter.html">Use</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>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" target="_top">Frames</a></li>
+<li><a href="BatchGaugeDataStoreAdapter.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CollectorGaugeDataStore.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CollectorGaugeDataStore.html?rev=1542979&r1=1542978&r2=1542979&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CollectorGaugeDataStore.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CollectorGaugeDataStore.html Mon Nov 18 11:03:26 2013
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -225,7 +225,7 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge"><span class="strong">Prev Class</span></a></li>
 <li><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CommonGaugeDataStore.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CommonGaugeDataStore.html?rev=1542979&r1=1542978&r2=1542979&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CommonGaugeDataStore.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/CommonGaugeDataStore.html Mon Nov 18 11:03:26 2013
@@ -91,7 +91,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">AggregatedGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/cassandra/collector/gauge/CassandraCollectorGaugeDataStore.html" title="class in org.apache.sirona.cassandra.collector.gauge">CassandraCollectorGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/cube/CubeGaugeDataStore.html" title="class in org.apache.sirona.cube">CubeGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/DelegatedCollectorGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">DelegatedCollectorGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/graphite/GraphiteGaugeDataStore.html" title="class in org.apache.sirona.graphite">GraphiteGaugeDataStore</a>,
  <a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">InMemoryGaugeDataStore</a></dd>
+<dd><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">AggregatedGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/cassandra/collector/gauge/CassandraCollectorGaugeDataStore.html" title="class in org.apache.sirona.cassandra.collector.gauge">CassandraCollectorGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/cube/CubeGaugeDataStore.html" title="class in org.apache.sirona.cube">CubeGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/DelegatedCollectorGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">DelegatedCollectorGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataSto
 reAdapter</a>, <a href="../../../../../org/apache/sirona/graphite/GraphiteGaugeDataStore.html" title="class in org.apache.sirona.graphite">GraphiteGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">InMemoryGaugeDataStore</a></dd>
 </dl>
 <hr>
 <br>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/GaugeDataStore.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/GaugeDataStore.html?rev=1542979&r1=1542978&r2=1542979&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/GaugeDataStore.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/GaugeDataStore.html Mon Nov 18 11:03:26 2013
@@ -91,7 +91,7 @@
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">AggregatedGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/cube/CubeGaugeDataStore.html" title="class in org.apache.sirona.cube">CubeGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/graphite/GraphiteGaugeDataStore.html" title="class in org.apache.sirona.graphite">GraphiteGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">InMemoryGaugeDataStore</a></dd>
+<dd><a href="../../../../../org/apache/sirona/store/gauge/AggregatedGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">AggregatedGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/cube/CubeGaugeDataStore.html" title="class in org.apache.sirona.cube">CubeGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a>, <a href="../../../../../org/apache/sirona/graphite/GraphiteGaugeDataStore.html" title="class in org.apache.sirona.graphite">GraphiteGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html" title="class in org.apache.sirona.store.gauge">InMemoryGaugeDataStore</a></dd>
 </dl>
 <hr>
 <br>

Modified: incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html
URL: http://svn.apache.org/viewvc/incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html?rev=1542979&r1=1542978&r2=1542979&view=diff
==============================================================================
--- incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html (original)
+++ incubator/sirona/site/apidocs/org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html Mon Nov 18 11:03:26 2013
@@ -86,22 +86,31 @@
 <li><a href="http://docs.oracle.com/javase/6/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><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">org.apache.sirona.gauges.GaugeDataStoreAdapter</a></li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter</a></li>
+<li>
+<ul class="inheritance">
 <li>org.apache.sirona.store.gauge.InMemoryGaugeDataStore</li>
 </ul>
 </li>
 </ul>
+</li>
+</ul>
+</li>
+</ul>
 <div class="description">
 <ul class="blockList">
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></dd>
+<dd><a href="../../../../../org/apache/sirona/gauges/GaugeAware.html" title="interface in org.apache.sirona.gauges">GaugeAware</a>, <a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a>, <a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">InMemoryGaugeDataStore</span>
-extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></pre>
+extends <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></pre>
 </li>
 </ul>
 </div>
@@ -125,6 +134,13 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.FixedSizedMap.html" title="class in org.apache.sirona.store.gauge">InMemoryGaugeDataStore.FixedSizedMap</a></strong></code>&nbsp;</td>
 </tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from class&nbsp;org.apache.sirona.store.gauge.<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- =========== FIELD SUMMARY =========== -->
@@ -148,6 +164,13 @@ implements <a href="../../../../../org/a
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html#roleMapping">roleMapping</a></strong></code>&nbsp;</td>
 </tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Fields inherited from class&nbsp;org.apache.sirona.store.gauge.<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#scheduledTask">scheduledTask</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -187,7 +210,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a></strong>(<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>&nbsp;role)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a></strong>(<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>&nbsp;gauge)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a></code></td>
@@ -205,8 +228,26 @@ implements <a href="../../../../../org/a
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html#getGaugeValues(org.apache.sirona.store.gauge.GaugeValuesRequest)">getGaugeValues</a></strong>(<a href="../../../../../org/apache/sirona/store/gauge/GaugeValuesRequest.html" title="class in org.apache.sirona.store.gauge">GaugeValuesRequest</a>&nbsp;gaugeValuesRequest)</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/sirona/store/gauge/InMemoryGaugeDataStore.html#pushGauges(java.util.Map)">pushGauges</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;gauges)</code>&nbsp;</td>
+</tr>
 </table>
 <ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.sirona.store.gauge.BatchGaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sirona.store.gauge.<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#getPeriod(java.lang.String)">getPeriod</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#initBatch()">initBatch</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#shutdown()">shutdown</a>, <a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#snapshot()">snapshot</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.apache.sirona.gauges.GaugeDataStoreAdapter">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;org.apache.sirona.gauges.<a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></h3>
+<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#addGauge(org.apache.sirona.gauges.Gauge)">addGauge</a>, <a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGauges()">getGauges</a></code></li>
+</ul>
+<ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
@@ -280,6 +321,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html#getGaugeValues(org.apache.sirona.store.gauge.GaugeValuesRequest)">getGaugeValues</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#getGaugeValues(org.apache.sirona.store.gauge.GaugeValuesRequest)">getGaugeValues</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -289,10 +332,12 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>createOrNoopGauge</h4>
-<pre>public&nbsp;void&nbsp;createOrNoopGauge(<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>&nbsp;role)</pre>
+<pre>public&nbsp;void&nbsp;createOrNoopGauge(<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>&nbsp;gauge)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#createOrNoopGauge(org.apache.sirona.Role)">createOrNoopGauge</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -308,6 +353,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html#addToGauge(org.apache.sirona.Role, long, double)">addToGauge</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/GaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">GaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#addToGauge(org.apache.sirona.Role, long, double)">addToGauge</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -321,6 +368,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html#gauges()">gauges</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gauges()">gauges</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -334,6 +383,21 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html#findGaugeRole(java.lang.String)">findGaugeRole</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#findGaugeRole(java.lang.String)">findGaugeRole</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="pushGauges(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>pushGauges</h4>
+<pre>protected&nbsp;void&nbsp;pushGauges(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/sirona/Role.html" title="class in org.apache.sirona">Role</a>,<a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.Measure.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter.Measure</a>&gt;&nbsp;gauges)</pre>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html#pushGauges(java.util.Map)">pushGauges</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/BatchGaugeDataStoreAdapter.html" title="class in org.apache.sirona.store.gauge">BatchGaugeDataStoreAdapter</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -347,6 +411,8 @@ implements <a href="../../../../../org/a
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/sirona/store/gauge/CommonGaugeDataStore.html" title="interface in org.apache.sirona.store.gauge">CommonGaugeDataStore</a></code></dd>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html#gaugeStopped(org.apache.sirona.Role)">gaugeStopped</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/sirona/gauges/GaugeDataStoreAdapter.html" title="class in org.apache.sirona.gauges">GaugeDataStoreAdapter</a></code></dd>
 </dl>
 </li>
 </ul>