Class DrReceiverServer

java.lang.Object
org.gridgain.internal.dr.DrReceiverServer

public class DrReceiverServer extends Object
DR receiver NIO server.
  • Constructor Summary

    Constructors
    Constructor
    Description
    DrReceiverServer(org.gridgain.dr.configuration.DrReceiverServerView cfg, io.netty.channel.ChannelInboundHandler handler)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receiver service start routine.
    void
    Service stop routine.

    Methods inherited from class java.lang.Object

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

    • DrReceiverServer

      public DrReceiverServer(org.gridgain.dr.configuration.DrReceiverServerView cfg, io.netty.channel.ChannelInboundHandler handler)
      Constructor.
      Parameters:
      cfg - Receiver configuration.
  • Method Details

    • start

      public void start()
      Receiver service start routine.
    • stop

      public void stop()
      Service stop routine.