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

Packages that use ScannerBase
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.util   
org.apache.accumulo.core.util.shell   
 

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

Subinterfaces of ScannerBase in org.apache.accumulo.core.client
 interface BatchDeleter
           
 interface BatchScanner
          Implementations of BatchScanner support efficient lookups of many ranges in accumulo.
 interface Scanner
          Walk a table over a given range.
 

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

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

Classes in org.apache.accumulo.core.client.impl that implement ScannerBase
 class ScannerImpl
           
 class ScannerOptions
           
 class TabletServerBatchDeleter
           
 class TabletServerBatchReader
           
 

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

Classes in org.apache.accumulo.core.client.mock that implement ScannerBase
 class MockBatchScanner
           
 class MockScanner
           
 class MockScannerBase
           
 

Uses of ScannerBase in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util with parameters of type ScannerBase
static void ColumnFQ.fetch(ScannerBase sb, ColumnFQ cfq)
           
 

Uses of ScannerBase in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell with parameters of type ScannerBase
protected  void Shell.ScanCommand.fetchColumns(org.apache.commons.cli.CommandLine cl, ScannerBase scanner)
           
 



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