org.apache.accumulo.core.iterators
Class RowDeletingIterator

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

Deprecated. since 1.4, replaced by RowDeletingIterator

public class RowDeletingIterator
extends RowDeletingIterator

This class remains here for backwards compatibility.


Field Summary
 
Fields inherited from class org.apache.accumulo.core.iterators.user.RowDeletingIterator
DELETE_ROW_VALUE
 
Constructor Summary
RowDeletingIterator()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.RowDeletingIterator
deepCopy, 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

RowDeletingIterator

public RowDeletingIterator()
Deprecated. 


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