Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
NoLimitScannerContext
This is a special
ScannerContext subclass that is designed to be used globally when
limits should not be enforced during invocations of InternalScanner.next(java.util.List)
or InternalScanner.next(java.util.List) . |
Modifier and Type | Method and Description |
---|---|
ScannerContext |
ScannerContext.Builder.build() |
static ScannerContext |
NoLimitScannerContext.getInstance() |
Modifier and Type | Method and Description |
---|---|
boolean |
StoreScanner.next(List<Cell> outResult,
ScannerContext scannerContext)
Get the next row of values from this Store.
|
boolean |
KeyValueHeap.next(List<Cell> result,
ScannerContext scannerContext) |
boolean |
InternalScanner.next(List<Cell> result,
ScannerContext scannerContext)
Grab the next row's worth of values.
|
boolean |
RegionScanner.nextRaw(List<Cell> result,
ScannerContext scannerContext)
Grab the next row's worth of values.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.