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.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.iterators   
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
 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, 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
           
 

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.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Scanner
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.conf.Configuration conf, Scanner scanner)
          Apply the configured iterators from the configuration to the scanner.
protected  void InputFormatBase.RecordReaderBase.setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext attempt, Scanner scanner)
          Deprecated. Use InputFormatBase.RecordReaderBase.setupIterators(Configuration,Scanner) instead
protected  void InputFormatBase.RecordReaderBase.setupMaxVersions(org.apache.hadoop.conf.Configuration conf, Scanner scanner)
          If maxVersions has been set, configure a VersioningIterator at priority 0 for this scanner.
protected  void InputFormatBase.RecordReaderBase.setupMaxVersions(org.apache.hadoop.mapreduce.TaskAttemptContext attempt, Scanner scanner)
          Deprecated. Use InputFormatBase.RecordReaderBase.setupMaxVersions(Configuration,Scanner) instead
protected  boolean InputFormatBase.RecordReaderBase.setupRegex(org.apache.hadoop.mapreduce.TaskAttemptContext attempt, Scanner scanner)
          Deprecated. since 1.4, configure RegExFilter instead.
 

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.iterators
 

Methods in org.apache.accumulo.core.iterators with parameters of type Scanner
static void FirstEntryInRowIterator.setNumScansBeforeSeek(Scanner scanner, String iteratorName, int num)
          Deprecated. since 1.4, use FirstEntryInRowIterator.setNumScansBeforeSeek(IteratorSetting, int)
 

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, Scanner scanner, String tableName)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.