Class ClusterStatusListener.MulticastListener

java.lang.Object
org.apache.hadoop.hbase.client.ClusterStatusListener.MulticastListener
All Implemented Interfaces:
Closeable, AutoCloseable, ClusterStatusListener.Listener
Enclosing class:
ClusterStatusListener

@LimitedPrivate("Configuration") class ClusterStatusListener.MulticastListener extends Object implements ClusterStatusListener.Listener
An implementation using a multicast message between the master & the client.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    private class 
    Class, conforming to the Netty framework, that manages the message received.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private org.apache.hbase.thirdparty.io.netty.channel.socket.DatagramChannel
     
    private final org.apache.hbase.thirdparty.io.netty.channel.EventLoopGroup
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to close the resources, if any.
    void
    connect(org.apache.hadoop.conf.Configuration conf)
    Called to connect.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait