public class MockScannerBase extends org.apache.accumulo.core.client.impl.ScannerOptions implements ScannerBase
Modifier and Type | Field and Description |
---|---|
protected Authorizations |
auths |
protected MockTable |
table |
Modifier and Type | Method and Description |
---|---|
org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> |
createFilter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner) |
Iterator<Map.Entry<Key,Value>> |
iterator()
Returns an iterator over an accumulo table.
|
addScanIterator, clearColumns, clearScanIterators, close, fetchColumn, fetchColumn, fetchColumnFamily, getFetchedColumns, getTimeout, removeScanIterator, setOptions, setTimeout, updateScanIteratorOption
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addScanIterator, clearColumns, clearScanIterators, close, fetchColumn, fetchColumnFamily, getTimeout, removeScanIterator, setTimeout, updateScanIteratorOption
protected final MockTable table
protected final Authorizations auths
public org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> createFilter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner) throws IOException
IOException
public Iterator<Map.Entry<Key,Value>> iterator()
ScannerBase
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.