|
||||||||||
| 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
|
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 | |
|---|---|
static void |
ColumnFQ.fetch(ScannerBase sb,
ColumnFQ cfq)
|
| 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)
|
| Uses of ScannerBase in org.apache.accumulo.server.master.state |
|---|
| Methods in org.apache.accumulo.server.master.state with parameters of type ScannerBase | |
|---|---|
static void |
MetaDataTableScanner.configureScanner(ScannerBase scanner,
CurrentState state)
|
| Uses of ScannerBase in org.apache.accumulo.server.monitor.servlets.trace |
|---|
| Classes in org.apache.accumulo.server.monitor.servlets.trace that implement ScannerBase | |
|---|---|
class |
NullScanner
|
| Uses of ScannerBase in org.apache.accumulo.server.util |
|---|
| Classes in org.apache.accumulo.server.util that implement ScannerBase | |
|---|---|
class |
OfflineMetadataScanner
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||