Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static ScannerContext.LimitScope |
ScannerContext.LimitScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScannerContext.LimitScope[] |
ScannerContext.LimitScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScannerContext.Builder |
ScannerContext.Builder.setSizeLimit(ScannerContext.LimitScope sizeScope,
long sizeLimit) |
ScannerContext.Builder |
ScannerContext.Builder.setTimeLimit(ScannerContext.LimitScope timeScope,
long timeLimit) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.