Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
RegionOpeningState |
HRegionInterface.openRegion(HRegionInfo region)
Opens the specified region.
|
RegionOpeningState |
HRegionInterface.openRegion(HRegionInfo region,
int versionOfOfflineNode)
Opens the specified region.
|
Modifier and Type | Method and Description |
---|---|
RegionOpeningState |
ServerManager.sendRegionOpen(ServerName server,
HRegionInfo region,
int versionOfOfflineNode)
Sends an OPEN RPC to the specified server to open the specified region.
|
Modifier and Type | Method and Description |
---|---|
RegionOpeningState |
HRegionServer.openRegion(HRegionInfo region) |
RegionOpeningState |
HRegionServer.openRegion(HRegionInfo region,
int versionOfOfflineNode) |
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 © 2014 The Apache Software Foundation. All Rights Reserved.