org.apache.hadoop.hbase.master
Interface ClusterStatusPublisher.Publisher

All Superinterfaces:
Closeable
All Known Implementing Classes:
ClusterStatusPublisher.MulticastPublisher
Enclosing class:
ClusterStatusPublisher

public static interface ClusterStatusPublisher.Publisher
extends Closeable


Method Summary
 void close()
           
 void connect(org.apache.hadoop.conf.Configuration conf)
           
 void publish(ClusterStatus cs)
           
 

Method Detail

connect

void connect(org.apache.hadoop.conf.Configuration conf)
             throws IOException
Throws:
IOException

publish

void publish(ClusterStatus cs)

close

void close()
Specified by:
close in interface Closeable


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.