org.apache.accumulo.core.iterators
Class SystemScanIterator

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

public class SystemScanIterator
extends FilteringIterator


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.accumulo.core.iterators.OptionDescriber
OptionDescriber.IteratorOptions
 
Constructor Summary
SystemScanIterator(SortedKeyValueIterator<Key,Value> iterator, Authorizations authorizations, byte[] defaultLabels, java.util.HashSet<Column> hsc)
           
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.iterators.FilteringIterator
deepCopy, describeOptions, init, next, seek, 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

SystemScanIterator

public SystemScanIterator(SortedKeyValueIterator<Key,Value> iterator,
                          Authorizations authorizations,
                          byte[] defaultLabels,
                          java.util.HashSet<Column> hsc)
                   throws java.io.IOException
Throws:
java.io.IOException


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