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

Packages that use Scanner
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.trace   
org.apache.accumulo.core.util.shell   
 

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

Classes in org.apache.accumulo.core.client that implement Scanner
 class IsolatedScanner
          A scanner that presents a row isolated view of an accumulo table.
 

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

Constructors in org.apache.accumulo.core.client with parameters of type Scanner
IsolatedScanner(Scanner scanner)
           
IsolatedScanner(Scanner scanner, IsolatedScanner.RowBufferFactory bufferFactory)
           
 

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

Classes in org.apache.accumulo.core.client.impl that implement Scanner
 class ScannerImpl
           
 

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

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(java.lang.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, java.lang.String iteratorName, int num)
           
 

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
 

Methods in org.apache.accumulo.core.util.shell with parameters of type Scanner
protected  void Shell.ScanCommand.setScanIterators(Shell shellState, Scanner scanner)
           
 



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