Uses of Enum
org.apache.hadoop.hbase.client.ScannerCallable.MoreResults
-
Uses of ScannerCallable.MoreResults in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate ScannerCallable.MoreResults
ScannerCallable.moreResultsForScan
private ScannerCallable.MoreResults
ScannerCallable.moreResultsInRegion
Modifier and TypeMethodDescription(package private) ScannerCallable.MoreResults
ScannerCallable.moreResultsForScan()
Should the client attempt to fetch more results for the whole scan.ScannerCallableWithReplicas.moreResultsForScan()
(package private) ScannerCallable.MoreResults
ScannerCallable.moreResultsInRegion()
Should the client attempt to fetch more results from this regionScannerCallableWithReplicas.moreResultsInRegion()
static ScannerCallable.MoreResults
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 TypeMethodDescription(package private) void
ScannerCallable.setMoreResultsForScan
(ScannerCallable.MoreResults moreResults) (package private) void
ScannerCallable.setMoreResultsInRegion
(ScannerCallable.MoreResults moreResults)