@InterfaceAudience.Private
public interface RegionStateListener
| 限定符和类型 | 方法和说明 |
|---|---|
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.