org.apache.accumulo.core.iterators
Class WholeRowIterator

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

Deprecated. since 1.4, replaced by WholeRowIterator

public class WholeRowIterator
extends WholeRowIterator

This class remains here for backwards compatibility.


Constructor Summary
WholeRowIterator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.WholeRowIterator
decodeRow, deepCopy, encodeRow, filter, getTopKey, getTopValue, hasTop, init, next, seek
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WholeRowIterator

public WholeRowIterator()
Deprecated. 


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