@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 HRegionInfoIOException
void 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 HRegionInfoIOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.