Author: buildbot
Date: Fri Jul 18 16:12:06 2014
New Revision: 916689
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/gora-core.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 18 16:12:06 2014
@@ -1 +1 @@
-1611684
+1611686
Modified: websites/staging/gora/trunk/content/current/gora-core.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-core.html (original)
+++ websites/staging/gora/trunk/content/current/gora-core.html Fri Jul 18
16:12:06 2014
@@ -180,6 +180,7 @@ core <strong>MapReduce</strong>, <strong
</ul>
</li>
<li><a href="#memstore">MemStore</a><ul>
+<li><a href="#description_2">Description</a></li>
<li><a href="#goraproperties_2">gora.properties</a></li>
<li><a href="#memstore-xml-mappings">MemStore XML mappings</a></li>
</ul>
@@ -256,6 +257,7 @@ This datastore supports MapReduce.</p>
<h2 id="gora-core-mappings">Gora Core mappings</h2>
<p>In the stores covered within the gora-core module, no physical mappings are
required.</p>
<h1 id="memstore">MemStore</h1>
+<h2 id="description_2">Description</h2>
<p>Essentially this store is a ConcurrentSkipListMap in which operations run
as follows
* put(K key, T Object) - expect average log(n)
* get(K key, String [] fields) - expect average log(n)