@InterfaceAudience.Private
public interface RegionStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRegionMerged(org.apache.hadoop.hbase.client.RegionInfo mergedRegion)
Process region merge event.
|
void |
onRegionSplit(org.apache.hadoop.hbase.client.RegionInfo hri)
Process region split event.
|
void |
onRegionSplitReverted(org.apache.hadoop.hbase.client.RegionInfo hri)
Process region split reverted event.
|
void onRegionSplit(org.apache.hadoop.hbase.client.RegionInfo hri)
throws IOException
hri - An instance of RegionInfoIOExceptionvoid onRegionSplitReverted(org.apache.hadoop.hbase.client.RegionInfo hri)
throws IOException
hri - An instance of RegionInfoIOException - Signals that an I/O exception has occurred.void onRegionMerged(org.apache.hadoop.hbase.client.RegionInfo mergedRegion)
throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.