|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScannerBase in org.apache.accumulo.core.client |
---|
Subinterfaces of ScannerBase in org.apache.accumulo.core.client | |
---|---|
interface |
BatchDeleter
Implementations of BatchDeleter support efficient deletion of ranges in accumulo. |
interface |
BatchScanner
Implementations of BatchScanner support efficient lookups of many ranges in accumulo. |
interface |
Scanner
Scans a table over a given range. |
Classes in org.apache.accumulo.core.client that implement ScannerBase | |
---|---|
class |
ClientSideIteratorScanner
A scanner that instantiates iterators on the client side instead of on the tablet server. |
class |
IsolatedScanner
A scanner that presents a row isolated view of an accumulo table. |
Uses of ScannerBase in org.apache.accumulo.core.client.impl |
---|
Classes in org.apache.accumulo.core.client.impl that implement ScannerBase | |
---|---|
class |
OfflineScanner
|
class |
ScannerImpl
provides scanner functionality "Clients can iterate over multiple column families, and there are several mechanisms for limiting the rows, columns, and timestamps traversed by a scan. |
class |
ScannerOptions
|
class |
TabletServerBatchDeleter
|
class |
TabletServerBatchReader
|
Uses of ScannerBase in org.apache.accumulo.core.client.mock |
---|
Classes in org.apache.accumulo.core.client.mock that implement ScannerBase | |
---|---|
class |
MockBatchDeleter
BatchDeleter for a MockAccumulo instance. |
class |
MockBatchScanner
|
class |
MockScanner
|
class |
MockScannerBase
|
Uses of ScannerBase in org.apache.accumulo.core.util |
---|
Methods in org.apache.accumulo.core.util with parameters of type ScannerBase | |
---|---|
void |
ColumnFQ.fetch(ScannerBase sb)
|
Uses of ScannerBase in org.apache.accumulo.core.util.shell.commands |
---|
Methods in org.apache.accumulo.core.util.shell.commands with parameters of type ScannerBase | |
---|---|
protected void |
ScanCommand.fetchColumns(org.apache.commons.cli.CommandLine cl,
ScannerBase scanner,
ScanInterpreter formatter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |