public static interface HBaseProtos.RegionSpecifierOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HBaseProtos.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;
HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
required .RegionSpecifier.RegionSpecifierType type = 1;
boolean hasValue()
required bytes value = 2;
com.google.protobuf.ByteString getValue()
required bytes value = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.