org.apache.accumulo.core.iterators
Class IntersectingIterator

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

Deprecated. since 1.4, replaced by IntersectingIterator

public class IntersectingIterator
extends IntersectingIterator

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.IntersectingIterator
currentDocID, currentPartition, inclusive, log, nullText, seekColumnFamilies, topKey, value
 
Constructor Summary
IntersectingIterator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.IntersectingIterator
addSource, advanceToIntersection, buildFollowingPartitionKey, buildKey, buildKey, decodeBooleans, decodeColumns, deepCopy, encodeBooleans, encodeColumns, getDocID, getPartition, getTerm, getTopKey, getTopValue, hasTop, init, next, seek, setColumnFamilies, setColumnFamilies, stringTopKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntersectingIterator

public IntersectingIterator()
Deprecated. 


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.