@Deprecated public class MockScannerBase extends org.apache.accumulo.core.client.impl.ScannerOptions
Modifier and Type | Field and Description |
---|---|
protected Authorizations |
auths
Deprecated.
|
protected MockTable |
table
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> |
createFilter(org.apache.accumulo.core.iterators.SortedKeyValueIterator<Key,Value> inner)
Deprecated.
|
Authorizations |
getAuthorizations()
Deprecated.
Returns the authorizations that have been set on the scanner
|
Iterator<Map.Entry<Key,Value>> |
iterator()
Deprecated.
Returns an iterator over an accumulo table.
|
void |
setClassLoaderContext(String context)
Deprecated.
Sets the name of the classloader context on this scanner.
|
addScanIterator, clearClassLoaderContext, clearColumns, clearSamplerConfiguration, clearScanIterators, close, fetchColumn, fetchColumn, fetchColumnFamily, getBatchTimeout, getClassLoaderContext, getFetchedColumns, getSamplerConfiguration, getTimeout, removeScanIterator, setBatchTimeout, setOptions, setSamplerConfiguration, 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
Keys returned by the iterator are not guaranteed to be in sorted order.
public Authorizations getAuthorizations()
ScannerBase
getAuthorizations
in interface ScannerBase
getAuthorizations
in class org.apache.accumulo.core.client.impl.ScannerOptions
public void setClassLoaderContext(String context)
ScannerBase
setClassLoaderContext
in interface ScannerBase
setClassLoaderContext
in class org.apache.accumulo.core.client.impl.ScannerOptions
context
- name of the classloader contextCopyright © 2011–2017 The Apache Software Foundation. All rights reserved.