org.apache.hadoop.hbase.master
Class ClusterStatusPublisher.MulticastPublisher
java.lang.Object
org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher
- All Implemented Interfaces:
- Closeable, ClusterStatusPublisher.Publisher
- Enclosing class:
- ClusterStatusPublisher
@InterfaceAudience.LimitedPrivate(value="Configuration")
public static class ClusterStatusPublisher.MulticastPublisher
- extends Object
- implements ClusterStatusPublisher.Publisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterStatusPublisher.MulticastPublisher
public ClusterStatusPublisher.MulticastPublisher()
connect
public void connect(org.apache.hadoop.conf.Configuration conf)
throws IOException
- Specified by:
connect
in interface ClusterStatusPublisher.Publisher
- Throws:
IOException
publish
public void publish(ClusterStatus cs)
- Specified by:
publish
in interface ClusterStatusPublisher.Publisher
close
public void close()
- Specified by:
close
in interface Closeable
- Specified by:
close
in interface ClusterStatusPublisher.Publisher
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.