| Package | Description | 
|---|---|
| org.apache.kudu.client | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncKuduScanner.ReadMode | 
KuduScanner.getReadMode()
Returns the ReadMode for this scanner. 
 | 
AsyncKuduScanner.ReadMode | 
AsyncKuduScanner.getReadMode()
Returns the ReadMode for this scanner. 
 | 
static AsyncKuduScanner.ReadMode | 
AsyncKuduScanner.ReadMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AsyncKuduScanner.ReadMode[] | 
AsyncKuduScanner.ReadMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
S | 
AbstractKuduScannerBuilder.readMode(AsyncKuduScanner.ReadMode readMode)
Sets the read mode, the default is to read the latest values. 
 | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.