| Package | Description |
|---|---|
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static ClientProtos.Scan.ReadType |
ProtobufUtil.toReadType(Scan.ReadType readType) |
| Modifier and Type | Method and Description |
|---|---|
static Scan.ReadType |
ProtobufUtil.toReadType(ClientProtos.Scan.ReadType readType) |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Scan.ReadType |
ClientProtos.ScanOrBuilder.getReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT]; |
ClientProtos.Scan.ReadType |
ClientProtos.Scan.getReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT]; |
ClientProtos.Scan.ReadType |
ClientProtos.Scan.Builder.getReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT]; |
static ClientProtos.Scan.ReadType |
ClientProtos.Scan.ReadType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClientProtos.Scan.ReadType |
ClientProtos.Scan.ReadType.valueOf(int value) |
static ClientProtos.Scan.ReadType |
ClientProtos.Scan.ReadType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientProtos.Scan.ReadType[] |
ClientProtos.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 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ClientProtos.Scan.ReadType> |
ClientProtos.Scan.ReadType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Scan.Builder |
ClientProtos.Scan.Builder.setReadType(ClientProtos.Scan.ReadType value)
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT]; |
Copyright © 2007–2019 Cloudera. All rights reserved.