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

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

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

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

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

Classes in org.apache.accumulo.core.client.impl that implement ScannerBase
 class OfflineScanner
           
 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 MockBatchDeleter
          BatchDeleter for a MockAccumulo instance.
 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.commands
 

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



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