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)
返回带有指定名称的该类型的枚举常量。
|
static ClientProtos.Scan.ReadType[] |
ClientProtos.Scan.ReadType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|