@InterfaceAudience.Private
public interface RegionStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRegionMerged(HRegionInfo mergedRegion)
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 mergedRegion) throws IOException
IOExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.