org.apache.accumulo.core.iterators
Class VersioningIterator

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

Deprecated. since 1.4, replaced by VersioningIterator

@Deprecated
public class VersioningIterator
extends VersioningIterator

This class remains here for backwards compatibility.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber
OptionDescriber.IteratorOptions
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.iterators.user.VersioningIterator
maxVersions
 
Constructor Summary
VersioningIterator()
          Deprecated.  
VersioningIterator(SortedKeyValueIterator<Key,Value> iterator, int maxVersions)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.user.VersioningIterator
deepCopy, describeOptions, init, next, reseek, seek, setMaxVersions, validateOptions
 
Methods inherited from class org.apache.accumulo.core.iterators.WrappingIterator
getSource, getTopKey, getTopValue, hasTop, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersioningIterator

public VersioningIterator()
Deprecated. 

VersioningIterator

public VersioningIterator(SortedKeyValueIterator<Key,Value> iterator,
                          int maxVersions)
Deprecated. 


Copyright © 2015 Apache Accumulo Project. All rights reserved.