Uses of Interface
org.apache.accumulo.core.client.Scanner

Packages that use Scanner
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.trace   
org.apache.accumulo.core.util.shell.commands   
 

Uses of Scanner in org.apache.accumulo.core.client
 

Classes in org.apache.accumulo.core.client that implement Scanner
 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.
 

Fields in org.apache.accumulo.core.client declared as Scanner
protected  Scanner ClientSideIteratorScanner.ScannerTranslator.scanner
           
 

Methods in org.apache.accumulo.core.client that return Scanner
abstract  Scanner Connector.createScanner(String tableName, Authorizations authorizations)
          Factory method to create a Scanner connected to Accumulo.
 

Methods in org.apache.accumulo.core.client with parameters of type Scanner
 void ClientSideIteratorScanner.setSource(Scanner scanner)
          Sets the source Scanner.
 

Constructors in org.apache.accumulo.core.client with parameters of type Scanner
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, org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory bufferFactory)
           
 

Uses of Scanner in org.apache.accumulo.core.client.admin
 

Methods in org.apache.accumulo.core.client.admin with parameters of type Scanner
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)
           
 

Uses of Scanner in org.apache.accumulo.core.client.impl
 

Classes in org.apache.accumulo.core.client.impl that implement Scanner
 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.
 

Methods in org.apache.accumulo.core.client.impl that return Scanner
 Scanner ConnectorImpl.createScanner(String tableName, Authorizations authorizations)
           
 

Uses of Scanner in org.apache.accumulo.core.client.mapred
 

Methods in org.apache.accumulo.core.client.mapred with parameters of type Scanner
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapred.JobConf job, Scanner scanner)
          Deprecated. 
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapred.JobConf job, Scanner scanner, String tableName, RangeInputSplit split)
           
protected abstract  void AbstractInputFormat.AbstractRecordReader.setupIterators(org.apache.hadoop.mapred.JobConf job, Scanner scanner, String tableName, RangeInputSplit split)
          Configures the iterators on a scanner for the given table name.
protected  void InputFormatBase.RecordReaderBase.setupIterators(List<IteratorSetting> iterators, Scanner scanner)
          Apply the configured iterators to the scanner.
 

Uses of Scanner in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Scanner
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner)
          Deprecated. 
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, RangeInputSplit split)
          Initialize a scanner over the given input split using this task attempt configuration.
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, String tableName, RangeInputSplit split)
          Apply the configured iterators from the configuration to the scanner for the specified table name
protected abstract  void AbstractInputFormat.AbstractRecordReader.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, String tableName, RangeInputSplit split)
          Configures the iterators on a scanner for the given table name.
 

Uses of Scanner in org.apache.accumulo.core.client.mock
 

Classes in org.apache.accumulo.core.client.mock that implement Scanner
 class MockScanner
           
 

Methods in org.apache.accumulo.core.client.mock that return Scanner
 Scanner MockConnector.createScanner(String tableName, Authorizations authorizations)
           
 

Uses of Scanner in org.apache.accumulo.core.trace
 

Methods in org.apache.accumulo.core.trace with parameters of type Scanner
static int TraceDump.printTrace(Scanner scanner, TraceDump.Printer out)
           
 

Uses of Scanner in org.apache.accumulo.core.util.shell.commands
 

Methods in org.apache.accumulo.core.util.shell.commands with parameters of type Scanner
protected  void ScanCommand.addScanIterators(Shell shellState, org.apache.commons.cli.CommandLine cl, Scanner scanner, String tableName)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.