public class BatchScannerWithScanners
extends org.apache.accumulo.core.client.impl.ScannerOptions
implements org.apache.accumulo.core.client.BatchScanner
| Constructor and Description |
|---|
BatchScannerWithScanners(org.apache.accumulo.core.client.Connector connector,
String tableName,
org.apache.accumulo.core.security.Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<Map.Entry<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>> |
iterator() |
void |
setRanges(Collection<org.apache.accumulo.core.data.Range> ranges) |
addScanIterator, clearColumns, clearScanIterators, fetchColumn, fetchColumn, fetchColumnFamily, getFetchedColumns, removeScanIterator, setColumnFamilyRegex, setColumnQualifierRegex, setOptions, setRowRegex, setScanIteratorOption, setScanIterators, setupRegex, setValueRegex, updateScanIteratorOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddScanIterator, clearColumns, clearScanIterators, fetchColumn, fetchColumnFamily, removeScanIterator, setColumnFamilyRegex, setColumnQualifierRegex, setRowRegex, setScanIteratorOption, setScanIterators, setupRegex, setValueRegex, updateScanIteratorOptionpublic BatchScannerWithScanners(org.apache.accumulo.core.client.Connector connector,
String tableName,
org.apache.accumulo.core.security.Authorizations authorizations)
public void setRanges(Collection<org.apache.accumulo.core.data.Range> ranges)
setRanges in interface org.apache.accumulo.core.client.BatchScannerpublic void close()
close in interface org.apache.accumulo.core.client.BatchScannerCopyright © 2014 Calrissian. All rights reserved.