@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 RegionInfoIOException
void onRegionSplitReverted(RegionInfo hri) throws IOException
hri
- An instance of RegionInfoIOException
- Signals that an I/O exception has occurred.void onRegionMerged(RegionInfo mergedRegion) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.