public static final class HBaseProtos.RegionSpecifier.Builder extends <any> implements HBaseProtos.RegionSpecifierOrBuilder
hbase.pb.RegionSpecifier
Container protocol buffer to specify a region. You can specify region by region name, or the hash of the region name, which is known as encoded region name.
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.RegionSpecifier |
build() |
HBaseProtos.RegionSpecifier |
buildPartial() |
HBaseProtos.RegionSpecifier.Builder |
clear() |
HBaseProtos.RegionSpecifier.Builder |
clearType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1; |
HBaseProtos.RegionSpecifier.Builder |
clearValue()
required bytes value = 2; |
HBaseProtos.RegionSpecifier.Builder |
clone() |
HBaseProtos.RegionSpecifier |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HBaseProtos.RegionSpecifier.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.RegionSpecifier.Builder |
mergeFrom(com.google.protobuf.Message other) |
HBaseProtos.RegionSpecifier.Builder |
setType(HBaseProtos.RegionSpecifier.RegionSpecifierType value)
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1; |
HBaseProtos.RegionSpecifier.Builder |
setValue(com.google.protobuf.ByteString value)
required bytes value = 2; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public HBaseProtos.RegionSpecifier.Builder clear()
public HBaseProtos.RegionSpecifier.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public HBaseProtos.RegionSpecifier getDefaultInstanceForType()
public HBaseProtos.RegionSpecifier build()
public HBaseProtos.RegionSpecifier buildPartial()
public HBaseProtos.RegionSpecifier.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public HBaseProtos.RegionSpecifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1;hasType in interface HBaseProtos.RegionSpecifierOrBuilderpublic HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1;getType in interface HBaseProtos.RegionSpecifierOrBuilderpublic HBaseProtos.RegionSpecifier.Builder setType(HBaseProtos.RegionSpecifier.RegionSpecifierType value)
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1;public HBaseProtos.RegionSpecifier.Builder clearType()
required .hbase.pb.RegionSpecifier.RegionSpecifierType type = 1;public boolean hasValue()
required bytes value = 2;hasValue in interface HBaseProtos.RegionSpecifierOrBuilderpublic com.google.protobuf.ByteString getValue()
required bytes value = 2;getValue in interface HBaseProtos.RegionSpecifierOrBuilderpublic HBaseProtos.RegionSpecifier.Builder setValue(com.google.protobuf.ByteString value)
required bytes value = 2;public HBaseProtos.RegionSpecifier.Builder clearValue()
required bytes value = 2;