Package org.apache.hadoop.hbase.client
Interface ClusterStatusListener.Listener
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
ClusterStatusListener.MulticastListener
- Enclosing class:
- ClusterStatusListener
The interface to be implemented by a listener of a cluster status event.
-
Method Summary
-
Method Details
-
close
void close()Called to close the resources, if any. Cannot throw an exception.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
connect
Called to connect.- Parameters:
conf
- Configuration to use.- Throws:
IOException
- if failing to connect
-