|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Private public interface AssignmentListener
Get notification of assignment events. The invocations are inline so make sure your implementation is fast else you'll slow hbase.
| Method Summary | |
|---|---|
void |
regionClosed(HRegionInfo regionInfo)
The region was closed on the region server. |
void |
regionOpened(HRegionInfo regionInfo,
ServerName serverName)
The region was opened on the specified server. |
| Method Detail |
|---|
void regionOpened(HRegionInfo regionInfo,
ServerName serverName)
regionInfo - The opened region.serverName - The remote servers name.void regionClosed(HRegionInfo regionInfo)
regionInfo - The closed region.serverName - The remote servers name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||