Modifier and Type | Interface and Description |
---|---|
interface |
BatchDeleter
Implementations of BatchDeleter support efficient deletion of ranges in accumulo.
|
interface |
BatchScanner
In exchange for possibly returning scanned entries out of order, BatchScanner implementations may scan an Accumulo table more efficiently by
Looking up multiple ranges in parallel.
|
interface |
Scanner
Scans a table over a given range.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
org.apache.accumulo.core.client.impl.ScannerOptions |
Modifier and Type | Field and Description |
---|---|
protected ScannerBase |
AbstractInputFormat.AbstractRecordReader.scannerBase |
Modifier and Type | Field and Description |
---|---|
protected ScannerBase |
AbstractInputFormat.AbstractRecordReader.scannerBase |
Modifier and Type | Class and Description |
---|---|
class |
MockBatchDeleter
BatchDeleter for a MockAccumulo instance. |
class |
MockBatchScanner |
class |
MockScanner |
class |
MockScannerBase |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.