public static interface HBaseProtos.RegionSpecifierOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.RegionSpecifier.RegionSpecifierType |
getType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1; |
com.google.protobuf.ByteString |
getValue()
required bytes value = 2; |
boolean |
hasType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1; |
boolean |
hasValue()
required bytes value = 2; |
boolean hasType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1;HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1;boolean hasValue()
required bytes value = 2;com.google.protobuf.ByteString getValue()
required bytes value = 2;