| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientSideIteratorScannerA scanner that instantiates iterators on the client side instead of on the tablet server. | 
| class  | IsolatedScannerA scanner that presents a row isolated view of an accumulo table. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Scanner | ClientSideIteratorScanner.ScannerTranslator. scanner | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Scanner | Connector. createScanner(String tableName,
             Authorizations authorizations)Factory method to create a Scanner connected to Accumulo. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientSideIteratorScanner. setSource(Scanner scanner)Sets the source Scanner. | 
| Constructor and Description | 
|---|
| ClientSideIteratorScanner.ScannerTranslator(Scanner scanner)Constructs an accumulo iterator from a scanner. | 
| ClientSideIteratorScanner(Scanner scanner)Constructs a scanner that can execute client-side iterators. | 
| IsolatedScanner(Scanner scanner) | 
| IsolatedScanner(Scanner scanner,
               IsolatedScanner.RowBufferFactory bufferFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.io.Text | FindMax. findMax(Scanner scanner,
       org.apache.hadoop.io.Text start,
       boolean is,
       org.apache.hadoop.io.Text end,
       boolean ie) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | InputFormatBase.RecordReaderBase. setupIterators(org.apache.hadoop.mapred.JobConf job,
              Scanner scanner)Apply the configured iterators from the configuration to the scanner. | 
| protected void | InputFormatBase.RecordReaderBase. setupIterators(List<IteratorSetting> iterators,
              Scanner scanner)Apply the configured iterators to the scanner. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | InputFormatBase.RecordReaderBase. setupIterators(List<IteratorSetting> iterators,
              Scanner scanner)Apply the configured iterators to the scanner. | 
| protected void | InputFormatBase.RecordReaderBase. setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context,
              Scanner scanner)Apply the configured iterators from the configuration to the scanner. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MockScanner | 
| Modifier and Type | Method and Description | 
|---|---|
| Scanner | MockConnector. createScanner(String tableName,
             Authorizations authorizations) | 
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.