You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/03/14 22:11:47 UTC

[21/26] git commit: ACCUMULO-2472 update readme to list conditional mutations as part of API

ACCUMULO-2472 update readme to list conditional mutations as part of API


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a3172ac7
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/a3172ac7
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/a3172ac7

Branch: refs/heads/ACCUMULO-2061
Commit: a3172ac7d71a4227d2f0d55438387156ad5c27cc
Parents: ec36ce0
Author: Keith Turner <kt...@apache.org>
Authored: Thu Mar 13 19:27:07 2014 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Thu Mar 13 19:27:07 2014 -0400

----------------------------------------------------------------------
 README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a3172ac7/README
----------------------------------------------------------------------
diff --git a/README b/README
index 69aad57..66c4df0 100644
--- a/README
+++ b/README
@@ -358,8 +358,9 @@ redirected to the log dir.
 The public accumulo API is composed of :
   
  * everything under org.apache.accumulo.core.client, excluding impl packages  
- * Key, Mutation, Value, and Range  in org.apache.accumulo.core.data.
- * org.apache.accumulo.server.mini  
+ * Key, Mutation, Value, Range, Condition, and ConditionalMutation in 
+   org.apache.accumulo.core.data.
+ * org.apache.accumulo.server.mini, excluding impl package  
  
 To get started using accumulo review the example and the javadoc for the
 packages and classes mentioned above.