static ClientProtos.Scan.ReadType |
ClientProtos.Scan.ReadType.forNumber(int value) |
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(org.apache.hbase.thirdparty.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.
|