Uses of Interface
org.apache.accumulo.core.client.Scanner
-
-
Uses of Scanner in org.apache.accumulo.core.client
Classes in org.apache.accumulo.core.client that implement Scanner Modifier and Type Class Description classClientSideIteratorScannerA scanner that instantiates iterators on the client side instead of on the tablet server.classIsolatedScannerA scanner that presents a row isolated view of an accumulo table.Methods in org.apache.accumulo.core.client that return Scanner Modifier and Type Method Description ScannerAccumuloClient. createScanner(String tableName)Factory method to create a Scanner with all of the user's authorizations.ScannerAccumuloClient. createScanner(String tableName, Authorizations authorizations)Factory method to create a Scanner connected to Accumulo.abstract ScannerConnector. createScanner(String tableName, Authorizations authorizations)Deprecated.Factory method to create a Scanner connected to Accumulo.Methods in org.apache.accumulo.core.client with parameters of type Scanner Modifier and Type Method Description voidClientSideIteratorScanner. setSource(Scanner scanner)Sets the source Scanner.Constructors in org.apache.accumulo.core.client with parameters of type Scanner Constructor Description 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 Modifier and Type Method Description static org.apache.hadoop.io.TextFindMax. 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.mapred
Methods in org.apache.accumulo.core.client.mapred with parameters of type Scanner Modifier and Type Method Description protected voidAbstractInputFormat.AbstractRecordReader. setupIterators(org.apache.hadoop.mapred.JobConf job, Scanner scanner, String tableName, RangeInputSplit split)Deprecated.protected voidInputFormatBase.RecordReaderBase. setupIterators(List<IteratorSetting> iterators, Scanner scanner)Deprecated.since 1.7.0; UseInputFormatBase.RecordReaderBase.jobIterators(org.apache.hadoop.mapred.JobConf, java.lang.String)instead.protected voidInputFormatBase.RecordReaderBase. setupIterators(org.apache.hadoop.mapred.JobConf job, Scanner scanner)Deprecated. -
Uses of Scanner in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Scanner Modifier and Type Method Description protected voidAbstractInputFormat.AbstractRecordReader. setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, String tableName, RangeInputSplit split)Deprecated.protected voidInputFormatBase.RecordReaderBase. setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner)Deprecated.protected voidInputFormatBase.RecordReaderBase. setupIterators(org.apache.hadoop.mapreduce.TaskAttemptContext context, Scanner scanner, RangeInputSplit split)Deprecated. -
Uses of Scanner in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile that return Scanner Modifier and Type Method Description ScannerRFile.ScannerOptions. build() -
Uses of Scanner in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement Scanner Modifier and Type Class Description classOfflineScannerclassScannerImplprovides 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.clientImpl that return Scanner Modifier and Type Method Description ScannerClientContext. createScanner(String tableName)ScannerClientContext. createScanner(String tableName, Authorizations authorizations)ScannerConnectorImpl. createScanner(String tableName, Authorizations authorizations)Deprecated. -
Uses of Scanner in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication that return Scanner Modifier and Type Method Description static ScannerReplicationTable. getScanner(AccumuloClient client)
-