static interface ClusterStatusListener.Listener extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called to close the resources, if any.
|
void |
connect(org.apache.hadoop.conf.Configuration conf)
Called to connect.
|
void close()
close in interface AutoCloseableclose in interface Closeablevoid connect(org.apache.hadoop.conf.Configuration conf) throws IOException
conf - Configuration to use.IOException - if failing to connectCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.