| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static HBaseProtos.RegionLocation |
ProtobufUtil.toRegionLocation(HRegionLocation loc) |
| Modifier and Type | Method and Description |
|---|---|
static HRegionLocation |
ProtobufUtil.toRegionLocation(HBaseProtos.RegionLocation proto) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<HBaseProtos.RegionLocation> |
HBaseProtos.RegionLocation.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.Builder.build() |
HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.Builder.buildPartial() |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.getDefaultInstance() |
HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.getDefaultInstanceForType() |
HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.Builder.getDefaultInstanceForType() |
HBaseProtos.RegionLocation |
MasterProcedureProtos.ReopenTableRegionsStateDataOrBuilder.getRegion(int index)
repeated .hbase.pb.RegionLocation region = 2; |
HBaseProtos.RegionLocation |
MasterProcedureProtos.ReopenTableRegionsStateData.getRegion(int index)
repeated .hbase.pb.RegionLocation region = 2; |
HBaseProtos.RegionLocation |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.getRegion(int index)
repeated .hbase.pb.RegionLocation region = 2; |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseDelimitedFrom(InputStream input) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(byte[] data) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(ByteBuffer data) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(InputStream input) |
static HBaseProtos.RegionLocation |
HBaseProtos.RegionLocation.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<HBaseProtos.RegionLocation> |
HBaseProtos.RegionLocation.getParserForType() |
List<HBaseProtos.RegionLocation> |
MasterProcedureProtos.ReopenTableRegionsStateDataOrBuilder.getRegionList()
repeated .hbase.pb.RegionLocation region = 2; |
List<HBaseProtos.RegionLocation> |
MasterProcedureProtos.ReopenTableRegionsStateData.getRegionList()
repeated .hbase.pb.RegionLocation region = 2; |
List<HBaseProtos.RegionLocation> |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.getRegionList()
repeated .hbase.pb.RegionLocation region = 2; |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<HBaseProtos.RegionLocation> |
HBaseProtos.RegionLocation.parser() |
| Modifier and Type | Method and Description |
|---|---|
MasterProcedureProtos.ReopenTableRegionsStateData.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.addRegion(HBaseProtos.RegionLocation value)
repeated .hbase.pb.RegionLocation region = 2; |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.addRegion(int index,
HBaseProtos.RegionLocation value)
repeated .hbase.pb.RegionLocation region = 2; |
HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.Builder.mergeFrom(HBaseProtos.RegionLocation other) |
static HBaseProtos.RegionLocation.Builder |
HBaseProtos.RegionLocation.newBuilder(HBaseProtos.RegionLocation prototype) |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.setRegion(int index,
HBaseProtos.RegionLocation value)
repeated .hbase.pb.RegionLocation region = 2; |
| Modifier and Type | Method and Description |
|---|---|
MasterProcedureProtos.ReopenTableRegionsStateData.Builder |
MasterProcedureProtos.ReopenTableRegionsStateData.Builder.addAllRegion(Iterable<? extends HBaseProtos.RegionLocation> values)
repeated .hbase.pb.RegionLocation region = 2; |
Copyright © 2007–2019 Cloudera. All rights reserved.