@InterfaceAudience.Private public interface RegionStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRegionMerged(HRegionInfo hri)
Process region merge event.
|
void |
onRegionSplit(HRegionInfo hri)
Process region split event.
|
void |
onRegionSplitReverted(HRegionInfo hri)
Process region split reverted event.
|
void onRegionSplit(HRegionInfo hri) throws IOException
hri - An instance of HRegionInfoIOExceptionvoid onRegionSplitReverted(HRegionInfo hri) throws IOException
hri - An instance of HRegionInfoIOException - Signals that an I/O exception has occurred.void onRegionMerged(HRegionInfo hri) throws IOException
hri - An instance of HRegionInfoIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.