org.apache.accumulo.core.iterators
Class WholeRowIterator

java.lang.Object
  extended by org.apache.accumulo.core.iterators.user.RowEncodingIterator
      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

@Deprecated
public class WholeRowIterator
extends WholeRowIterator

This class remains here for backwards compatibility.


Field Summary
 
Fields inherited from class org.apache.accumulo.core.iterators.user.RowEncodingIterator
sourceIter
 
Constructor Summary
WholeRowIterator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.WholeRowIterator
decodeRow, deepCopy, encodeRow, rowDecoder, rowEncoder
 
Methods inherited from class org.apache.accumulo.core.iterators.user.RowEncodingIterator
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 © 2015 Apache Accumulo Project. All rights reserved.