@InterfaceAudience.Private public interface ReplicationTracker
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getListOfRegionServers()
Returns a list of other live region servers in the cluster. 
 | 
void | 
registerListener(ReplicationListener listener)
Register a replication listener to receive replication events. 
 | 
void | 
removeListener(ReplicationListener listener)  | 
void registerListener(ReplicationListener listener)
listener - void removeListener(ReplicationListener listener)
List<String> getListOfRegionServers()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.