You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2013/10/31 17:01:48 UTC

[1/2] git commit: ACCUMULO-1471: more doc on SortedMapIterator explaining what you want if you're just looking for a simple Map-backed Iterator

Updated Branches:
  refs/heads/master 2bedf7bfe -> c6229e12d


ACCUMULO-1471: more doc on SortedMapIterator explaining what you want if you're just looking for a simple Map-backed Iterator

Signed-off-by: John Vines <jv...@gmail.com>


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

Branch: refs/heads/master
Commit: e328eab6e25f3d3bbcb7e4ed2690c1373e8d2a26
Parents: ee37ea4
Author: Michael Berman <mb...@sqrrl.com>
Authored: Thu Oct 31 11:32:47 2013 -0400
Committer: John Vines <jv...@gmail.com>
Committed: Thu Oct 31 12:00:02 2013 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/core/iterators/SortedMapIterator.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e328eab6/core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java b/core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java
index 8928bb2..2371e4d 100644
--- a/core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java
+++ b/core/src/main/java/org/apache/accumulo/core/iterators/SortedMapIterator.java
@@ -33,6 +33,12 @@ import org.apache.accumulo.core.iterators.system.InterruptibleIterator;
 /**
  * A simple iterator over a Java SortedMap
  * 
+ * Note that this class is intended as an in-memory replacement for RFile$Reader, so its behavior reflects
+ * the same assumptions; namely, that this iterator is not responsible for respecting the columnFamilies
+ * passed into seek().  If you want a Map-backed Iterator that returns only sought CFs, construct a new 
+ * ColumnFamilySkippingIterator(new SortedMapIterator(map)).
+ * 
+ * @see org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator
  * 
  */
 


[2/2] git commit: Merge branch '1.5.1-SNAPSHOT'

Posted by vi...@apache.org.
Merge branch '1.5.1-SNAPSHOT'


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

Branch: refs/heads/master
Commit: c6229e12d15c0198377b121fcdcf0697cf14370d
Parents: 2bedf7b e328eab
Author: John Vines <jv...@gmail.com>
Authored: Thu Oct 31 12:01:33 2013 -0400
Committer: John Vines <jv...@gmail.com>
Committed: Thu Oct 31 12:01:33 2013 -0400

----------------------------------------------------------------------
 .../org/apache/accumulo/core/iterators/SortedMapIterator.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------