Class TestNettyIPCCloseConnection

java.lang.Object
org.apache.hadoop.hbase.ipc.TestNettyIPCCloseConnection

public class TestNettyIPCCloseConnection extends Object
Confirm that we truly close the NettyRpcConnection when the netty channel is closed.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HBaseClassTestRule
     
    private org.apache.hadoop.hbase.ipc.NettyRpcClient
     
    private static org.apache.hadoop.conf.Configuration
     
    private org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroup
     
    private org.apache.hadoop.hbase.ipc.NettyRpcServer
     
    private org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CLASS_RULE

      public static final HBaseClassTestRule CLASS_RULE
    • CONF

      private static org.apache.hadoop.conf.Configuration CONF
    • group

      private org.apache.hbase.thirdparty.io.netty.channel.nio.NioEventLoopGroup group
    • server

      private org.apache.hadoop.hbase.ipc.NettyRpcServer server
    • client

      private org.apache.hadoop.hbase.ipc.NettyRpcClient client
    • stub

      private org.apache.hadoop.hbase.shaded.ipc.protobuf.generated.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface stub
  • Constructor Details

  • Method Details