@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)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.