Package | Description |
---|---|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
RegionOpeningState |
ServerManager.sendRegionOpen(ServerName server,
HRegionInfo region,
int versionOfOfflineNode,
List<ServerName> favoredNodes)
Sends an OPEN RPC to the specified server to open the specified region.
|
Modifier and Type | Method and Description |
---|---|
List<RegionOpeningState> |
ServerManager.sendRegionOpen(ServerName server,
List<Triple<HRegionInfo,Integer,List<ServerName>>> regionOpenInfos)
Sends an OPEN RPC to the specified server to open the specified region.
|
Modifier and Type | Method and Description |
---|---|
static RegionOpeningState |
ResponseConverter.getRegionOpeningState(AdminProtos.OpenRegionResponse proto)
Get the region opening state from a OpenRegionResponse
|
Modifier and Type | Method and Description |
---|---|
static List<RegionOpeningState> |
ResponseConverter.getRegionOpeningStateList(AdminProtos.OpenRegionResponse proto)
Get a list of region opening state from a OpenRegionResponse
|
Modifier and Type | Method and Description |
---|---|
static RegionOpeningState |
RegionOpeningState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionOpeningState[] |
RegionOpeningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.