org.apache.accumulo.core.iterators
Class FamilyIntersectingIterator
java.lang.Object
org.apache.accumulo.core.iterators.user.IntersectingIterator
org.apache.accumulo.core.iterators.user.IndexedDocIterator
org.apache.accumulo.core.iterators.FamilyIntersectingIterator
- All Implemented Interfaces:
- SortedKeyValueIterator<Key,Value>
Deprecated. since 1.4, replaced by IndexedDocIterator
public class FamilyIntersectingIterator
- extends IndexedDocIterator
This class remains here for backwards compatibility.
Methods inherited from class org.apache.accumulo.core.iterators.user.IndexedDocIterator |
advanceToIntersection, buildDocKey, buildKey, buildKey, deepCopy, getDocID, getTerm, init, parseDocID, seek, setColfs, setDocColfPrefix, setIndexColf |
Methods inherited from class org.apache.accumulo.core.iterators.user.IntersectingIterator |
addSource, buildFollowingPartitionKey, decodeBooleans, decodeColumns, encodeBooleans, encodeColumns, getPartition, getTopKey, getTopValue, hasTop, next, setColumnFamilies, setColumnFamilies, stringTopKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FamilyIntersectingIterator
public FamilyIntersectingIterator()
- Deprecated.
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.