Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private ScannerCallable.MoreResults |
ScannerCallable.moreResultsForScan |
private ScannerCallable.MoreResults |
ScannerCallable.moreResultsInRegion |
Modifier and Type | Method and Description |
---|---|
ScannerCallable.MoreResults |
ScannerCallableWithReplicas.moreResultsForScan() |
(package private) ScannerCallable.MoreResults |
ScannerCallable.moreResultsForScan()
Should the client attempt to fetch more results for the whole scan.
|
ScannerCallable.MoreResults |
ScannerCallableWithReplicas.moreResultsInRegion() |
(package private) ScannerCallable.MoreResults |
ScannerCallable.moreResultsInRegion()
Should the client attempt to fetch more results from this region
|
static ScannerCallable.MoreResults |
ScannerCallable.MoreResults.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerCallable.MoreResults[] |
ScannerCallable.MoreResults.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ScannerCallable.setMoreResultsForScan(ScannerCallable.MoreResults moreResults) |
(package private) void |
ScannerCallable.setMoreResultsInRegion(ScannerCallable.MoreResults moreResults) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.