Class ClusterStatusListener

java.lang.Object
org.apache.hadoop.hbase.client.ClusterStatusListener
All Implemented Interfaces:
Closeable, AutoCloseable

@Private class ClusterStatusListener extends Object implements Closeable
A class that receives the cluster status, and provide it as a set of service to the client. Today, manages only the dead server list. The class is abstract to allow multiple implementations, from ZooKeeper to multicast based.