@InterfaceAudience.Private public interface RegionStateListener
| 限定符和类型 | 方法和说明 |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.