Author: lewismc
Date: Fri Jul 18 16:12:00 2014
New Revision: 1611686
URL: http://svn.apache.org/r1611686
Log:
CMS commit to gora by lewismc
Modified:
gora/site/trunk/content/current/gora-core.md
Modified: gora/site/trunk/content/current/gora-core.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-core.md?rev=1611686&r1=1611685&r2=1611686&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-core.md (original)
+++ gora/site/trunk/content/current/gora-core.md Fri Jul 18 16:12:00 2014
@@ -91,6 +91,8 @@ DataFileAvroStore would be configured ex
In the stores covered within the gora-core module, no physical mappings are
required.
#MemStore
+
+##Description
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)