@InterfaceAudience.Private public interface RegionServerList
Modifier and Type | Method and Description |
---|---|
void |
expired(ServerName sn)
Called when a region server is dead.
|
Set<ServerName> |
getAll()
Get all live region servers.
|
void |
started(ServerName sn)
Called when a region server join the cluster.
|
void started(ServerName sn)
void expired(ServerName sn)
Set<ServerName> getAll() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.