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