org.apache.accumulo.core.iterators
Class FamilyIntersectingIterator

java.lang.Object
  extended by org.apache.accumulo.core.iterators.user.IntersectingIterator
      extended by org.apache.accumulo.core.iterators.user.IndexedDocIterator
          extended by org.apache.accumulo.core.iterators.FamilyIntersectingIterator
All Implemented Interfaces:
SortedKeyValueIterator<Key,Value>

Deprecated. since 1.4, replaced by IndexedDocIterator

@Deprecated
public class FamilyIntersectingIterator
extends IndexedDocIterator

This class remains here for backwards compatibility.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.iterators.user.IntersectingIterator
IntersectingIterator.TermSource
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.iterators.user.IndexedDocIterator
DEFAULT_DOC_COLF, DEFAULT_INDEX_COLF, docSource
 
Fields inherited from class org.apache.accumulo.core.iterators.user.IntersectingIterator
currentDocID, currentPartition, log, nullText, sources, topKey, value
 
Constructor Summary
FamilyIntersectingIterator()
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

FamilyIntersectingIterator

public FamilyIntersectingIterator()
Deprecated. 


Copyright © 2015 Apache Accumulo Project. All rights reserved.