You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/03/12 18:30:57 UTC

svn commit: r901295 - in /websites/staging/accumulo/trunk/content: ./ source.html

Author: buildbot
Date: Wed Mar 12 17:30:56 2014
New Revision: 901295

Log:
Staging update by buildbot for accumulo

Modified:
    websites/staging/accumulo/trunk/content/   (props changed)
    websites/staging/accumulo/trunk/content/source.html

Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 12 17:30:56 2014
@@ -1 +1 @@
-1575325
+1576829

Modified: websites/staging/accumulo/trunk/content/source.html
==============================================================================
--- websites/staging/accumulo/trunk/content/source.html (original)
+++ websites/staging/accumulo/trunk/content/source.html Wed Mar 12 17:30:56 2014
@@ -139,6 +139,17 @@ need to install or modify the Thrift def
 <p>Accumulo <a href="https://issues.apache.org/jira/browse/accumulo">tracks issues</a> with <a href="http://www.atlassian.com/software/jira/overview">JIRA</a>.  Every commit should reference a JIRA ticket of the form ACCUMULO-#.</p>
 <h3 id="merging-practices">Merging Practices</h3>
 <p>Changes should be merged from earlier branches of Accumulo to later branches.  Ask the dev list for instructions.</p>
+<h3 id="public-api">Public API</h3>
+<p>The following classes constitute the Accumulo "public API":</p>
+<ul>
+<li>All classes in org.apache.accumulo.core.client except those in "impl" subpackages</li>
+<li>The following classes in org.apache.accumulo.core.data:</li>
+<li>Key</li>
+<li>Mutation</li>
+<li>Value</li>
+<li>Range</li>
+</ul>
+<p>Changes to non-private members of those classes are subject to additional scrutiny to minimize compatibility problems across Accumulo versions.</p>
 <h3 id="coding-practices">Coding Practices</h3>
 <ul>
 <li>License Header: Always add the current ASF license header as described in <a href="http://www.apache.org/legal/src-headers.html">ASF Source Header</a>.</li>