You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by bu...@apache.org on 2014/06/04 00:57:21 UTC

svn commit: r911201 - in /websites/staging/gora/trunk/content: ./ current/gora-camel.html

Author: buildbot
Date: Tue Jun  3 22:57:21 2014
New Revision: 911201

Log:
Staging update by buildbot for gora

Modified:
    websites/staging/gora/trunk/content/   (props changed)
    websites/staging/gora/trunk/content/current/gora-camel.html

Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun  3 22:57:21 2014
@@ -1 +1 @@
-1599828
+1599830

Modified: websites/staging/gora/trunk/content/current/gora-camel.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-camel.html (original)
+++ websites/staging/gora/trunk/content/current/gora-camel.html Tue Jun  3 22:57:21 2014
@@ -194,63 +194,59 @@ Gora is being used in different settings
 <p>Supported operations include : <strong><em>put<strong>, </strong>get<strong>, </strong>delete<strong>, </strong>getSchemaName<strong>, </strong>deleteSchema<strong>, </strong>createSchema<strong>, </strong>query<strong>, </strong>deleteByQuery<strong>, </strong>schemaExists</em></strong>. </p>
 <p>Some of the operations require arguments while some others no. The arguments to operations could be either the <em>body</em> of the <em>in</em> message or defined in a header property. Below there is a list with some additional info for each operation.</p>
 <table>
-  <thead><tr><th>Property</th><th>Description</th></tr></thead>
-  <tbody>
-
+  <tr><th align="left">Property</th><th align="left">Description</th></tr>
    <tr>
-    <td><tt>put</tt> 
+    <td><tt><code>put</code></tt> 
     <td>*Inserts the persistent object with the given key.*</td>
    </tr>
    <tr>
-    <td><tt>get</tt> 
+    <td><tt><code>get</code></tt> 
     <td>*Returns the object corresponding to the given key fetching all the fields.*</td>
    </tr>
    <tr>
-    <td><tt>delete</tt> 
+    <td><tt><code>delete</code></tt> 
     <td>*Deletes the object with the given key.*</td>
    </tr>
    <tr>
-    <td><tt>getSchemaName</tt> 
+    <td><tt><code>getSchemaName</code></tt> 
     <td>*Returns the schema name given to this DataStore.*</td>
    </tr>
    <tr>
-    <td><tt>deleteSchema</tt> 
+    <td><tt><code>deleteSchema</code></tt> 
     <td>*Deletes the underlying schema or table (or similar) in the datastore that holds the objects.*</td>
    </tr>
    <tr>
-    <td><tt>createSchema</tt> 
+    <td><tt><code>createSchema</code></tt> 
     <td>*Creates the optional schema or table (or similar) in the datastore to hold the objects.*</td>
    </tr>
    <tr>
-    <td><tt>query</tt> 
+    <td><tt><code>query</code></tt> 
     <td>*Executes the given query and returns the results.*</td>
    </tr>
    <tr>
-    <td><tt>deleteByQuery</tt> 
+    <td><tt><code>deleteByQuery</code></tt> 
     <td>*Deletes all the objects matching the query.*</td>
    </tr>
    <tr>
-    <td><tt>schemaExists</tt> 
+    <td><tt><code>schemaExists</code></tt> 
     <td>*Returns whether the schema that holds the data exists in the datastore.*</td>
    </tr>
- <table> 
-
+ <table>
 
 ## Options
 
 ### Gora Headers
 <table>
-  <thead><tr><th>Property</th><th>Description</th></tr></thead>
-  <tbody>
+<tr><th align="left">Property</th><th align="left">Description</th></tr>
 
    <tr>
-    <td><tt>GoraOperation</tt> 
+    <td><tt><code>GoraOperation</code></tt> 
     <td>*Used in order to define the operation to execute.*</td>
    </tr>
 
    <tr>
     <tr>
-    <td><tt>GoraKey</tt> 
+    <td><tt><code>GoraKey</code></tt> 
     <td>*Used in order to define the datum key for the operations need it.*</td>
    </tr>
  <table>
@@ -258,41 +254,39 @@ Gora is being used in different settings
 ### Gora Configuration attributes
 
 <table>
-  <thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead>
-  <tbody>
-
+  <tr><th align="left">Property</th><th align="left">Type</th><th align="left">Description</th></tr>
    <tr>
-    <td><tt>keyClass</tt> 
+    <td><tt><code>keyClass</code></tt> 
     </td><td>_String_</td>
     <td>*Key type.* *</td>
    </tr>
 
    <tr>
-    <td><tt>valueClass</tt> 
+    <td><tt><code>valueClass</code></tt> 
     </td><td>_String_</td>
     <td> *Value type.* *</td>
    </tr>
 
    <tr>
-    <td><tt>dataStoreClass</tt> 
+    <td><tt><code>dataStoreClass</code></tt> 
     </td><td>_String_</td>
     <td> *DataStore type* *</td>
    </tr>
 
    <tr>
-    <td><tt>hadoopConfiguration</tt> 
+    <td><tt><code>hadoopConfiguration</code></tt> 
     </td><td>_Configuration_</td>
     <td> *Hadoop Configuration*</td>
    </tr>
 
    <tr>
-    <td><tt>concurrentConsumers</tt> 
+    <td><tt><code>concurrentConsumers</code></tt> 
     </td><td>_int_</td>
     <td> *Concurrent Consumers (used only by consumers).*</td>
    </tr>
 
    <tr>
-    <td><tt>flushOnEveryOperation</tt> 
+    <td><tt><code>flushOnEveryOperation</code></tt> 
     </td><td>_boolean_</td>
     <td> *Flush on every operation (used only by producers).*</td>
    </tr>
@@ -303,71 +297,70 @@ Gora is being used in different settings
 ### Gora Query attributes
 
 <table>
-   <thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead>
-   <tbody>   
+   <tr><th align="left">Property</th><th align="left">Type</th><th align="left">Description</th></tr>
 
    <tr>
-    <td><tt>startTime</tt> 
+    <td><tt><code>startTime</code></tt> 
     </td><td>_long_</td>
     <td> *Start Time attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>endTime</tt> 
+    <td><tt><code>endTime</code></tt> 
     </td><td>_long_</td>
     <td> *End Time attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>timeRangeFrom</tt> 
+    <td><tt><code>timeRangeFrom</code></tt> 
     </td><td>_long_</td>
     <td> *Time Range From attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>timeRangeTo</tt> 
+    <td><tt><code>timeRangeTo</code></tt> 
     </td><td>_long_</td>
     <td> *Time Range To attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>limit</tt> 
+    <td><tt><code>limit</code></tt> 
     </td><td>_long_</td>
     <td> *Gora Query Limit attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>timestamp</tt> 
+    <td><tt><code>timestamp</code></tt> 
     </td><td>_long_</td>
     <td> *Timestamp attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>startKey</tt> 
+    <td><tt><code>startKey</code></tt> 
     </td><td>_Object_</td>
     <td> *Start Key attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>endKey</tt> 
+    <td><tt><code>endKey</code></tt> 
     </td><td>_Object_</td>
     <td> *End Key attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>keyRangeFrom</tt> 
+    <td><tt><code>keyRangeFrom</code></tt> 
     </td><td>_Object_</td>
     <td> *Key Range From attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>keyRangeTo</tt> 
+    <td><tt><code>keyRangeTo</code></tt> 
     </td><td>_Object_</td>
     <td> *Key Range To attribute.*</td>
    </tr>
 
    <tr>
-    <td><tt>fields</tt> 
+    <td><tt><code>fields</code></tt> 
     </td><td>_String_</td>
     <td> *Fields attribute.*</td>
    </tr>