Class NettyConfig


  • public class NettyConfig
    extends Object
    • Constructor Detail

      • NettyConfig

        public NettyConfig​(InetAddress serverAddress,
                           int serverPort,
                           int memorySegmentSize,
                           int numberOfSlots,
                           org.apache.flink.configuration.Configuration config)
      • NettyConfig

        public NettyConfig​(InetAddress serverAddress,
                           org.apache.flink.util.PortRange serverPortRange,
                           int memorySegmentSize,
                           int numberOfSlots,
                           org.apache.flink.configuration.Configuration config)
    • Method Detail

      • getServerConnectBacklog

        public int getServerConnectBacklog()
      • getNumberOfArenas

        public int getNumberOfArenas()
      • getServerNumThreads

        public int getServerNumThreads()
      • getClientNumThreads

        public int getClientNumThreads()
      • getClientConnectTimeoutSeconds

        public int getClientConnectTimeoutSeconds()
      • getNetworkRetries

        public int getNetworkRetries()
      • getSendAndReceiveBufferSize

        public int getSendAndReceiveBufferSize()
      • getTcpKeepIdleInSeconds

        public Optional<Integer> getTcpKeepIdleInSeconds()
      • getTcpKeepInternalInSeconds

        public Optional<Integer> getTcpKeepInternalInSeconds()
      • getSSLEnabled

        public boolean getSSLEnabled()
      • getConfig

        public org.apache.flink.configuration.Configuration getConfig()