public static interface ClusterStatusPublisher.Publisher extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(org.apache.hadoop.conf.Configuration conf) |
void |
publish(ClusterStatus cs) |
void connect(org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
void publish(ClusterStatus cs)
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.