| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
| Modifier and Type | Field and Description |
|---|---|
private Scan.ReadType |
Scan.readType
Control whether to use pread at server side.
|
| Modifier and Type | Method and Description |
|---|---|
Scan.ReadType |
Scan.getReadType() |
static Scan.ReadType |
Scan.ReadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scan.ReadType[] |
Scan.ReadType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Scan |
Scan.setReadType(Scan.ReadType readType)
Set the read type for this scan.
|
| Modifier and Type | Field and Description |
|---|---|
private Scan.ReadType |
StoreScanner.readType |
| Modifier and Type | Method and Description |
|---|---|
private static Scan.ReadType |
ThriftUtilities.readTypeFromThrift(org.apache.hadoop.hbase.thrift2.generated.TReadType tReadType) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.