org.apache.accumulo.examples.simple.client
public class RandomBatchScanner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RandomBatchScanner.Opts |
Constructor and Description |
---|
RandomBatchScanner() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Scans over a specified number of entries to Accumulo using a
BatchScanner . |
public static void main(String[] args) throws AccumuloException, AccumuloSecurityException, TableNotFoundException
BatchScanner
. Completes scans twice to compare times for a fresh query with those for
a repeated query which has cached metadata and connections already established.Copyright © 2015 Apache Accumulo Project. All Rights Reserved.