org.apache.hadoop.hbase.master
Class ClusterStatusPublisher.MulticastPublisher

java.lang.Object
  extended by 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


Constructor Summary
ClusterStatusPublisher.MulticastPublisher()
           
 
Method Summary
 void close()
           
 void connect(org.apache.hadoop.conf.Configuration conf)
           
 void publish(ClusterStatus cs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterStatusPublisher.MulticastPublisher

public ClusterStatusPublisher.MulticastPublisher()
Method Detail

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.