Package org.apache.hadoop.hbase.master
Class ClusterStatusPublisher.MulticastPublisher.ClusterMetricsEncoder
java.lang.Object
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
org.apache.hbase.thirdparty.io.netty.handler.codec.MessageToMessageEncoder<ClusterMetrics>
org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher.ClusterMetricsEncoder
- All Implemented Interfaces:
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
,org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandler
- Enclosing class:
- ClusterStatusPublisher.MulticastPublisher
private static final class ClusterStatusPublisher.MulticastPublisher.ClusterMetricsEncoder
extends org.apache.hbase.thirdparty.io.netty.handler.codec.MessageToMessageEncoder<ClusterMetrics>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler.Sharable
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
encode
(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext channelHandlerContext, ClusterMetrics clusterStatus, List<Object> objects) Methods inherited from class org.apache.hbase.thirdparty.io.netty.handler.codec.MessageToMessageEncoder
acceptOutboundMessage, write
Methods inherited from class org.apache.hbase.thirdparty.io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, read
Methods inherited from class org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hbase.thirdparty.io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Field Details
-
isa
-
-
Constructor Details
-
ClusterMetricsEncoder
-
-
Method Details
-
encode
protected void encode(org.apache.hbase.thirdparty.io.netty.channel.ChannelHandlerContext channelHandlerContext, ClusterMetrics clusterStatus, List<Object> objects) - Specified by:
encode
in classorg.apache.hbase.thirdparty.io.netty.handler.codec.MessageToMessageEncoder<ClusterMetrics>
-