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

svn commit: r1599830 - /gora/site/trunk/content/current/gora-camel.md

Author: lewismc
Date: Tue Jun  3 22:57:14 2014
New Revision: 1599830

URL: http://svn.apache.org/r1599830
Log:
CMS commit to gora by lewismc

Modified:
    gora/site/trunk/content/current/gora-camel.md

Modified: gora/site/trunk/content/current/gora-camel.md
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-camel.md?rev=1599830&r1=1599829&r2=1599830&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-camel.md (original)
+++ gora/site/trunk/content/current/gora-camel.md Tue Jun  3 22:57:14 2014
@@ -49,43 +49,41 @@ Maven users will need to add the followi
  
  
 <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> 
@@ -95,17 +93,16 @@ Maven users will need to add the followi
 
 ### 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>
@@ -113,41 +110,39 @@ Maven users will need to add the followi
 ### 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>
@@ -158,71 +153,70 @@ Maven users will need to add the followi
 ### 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>