public static interface HBasePB.RegionSpecifierOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
HBasePB.RegionSpecifier.RegionSpecifierType |
getType()
required .RegionSpecifier.RegionSpecifierType type = 1; |
com.google.protobuf.ByteString |
getValue()
required bytes value = 2; |
boolean |
hasType()
required .RegionSpecifier.RegionSpecifierType type = 1; |
boolean |
hasValue()
required bytes value = 2; |
boolean hasType()
required .RegionSpecifier.RegionSpecifierType type = 1;
HBasePB.RegionSpecifier.RegionSpecifierType getType()
required .RegionSpecifier.RegionSpecifierType type = 1;
boolean hasValue()
required bytes value = 2;
com.google.protobuf.ByteString getValue()
required bytes value = 2;
Copyright ? 2010-2019, The Async HBase Authors