Uses of Class
org.apache.ignite.spi.communication.tcp.TcpCommunicationMetricsListener
-
Packages that use TcpCommunicationMetricsListener Package Description org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of TcpCommunicationMetricsListener in org.apache.ignite.spi.communication.tcp.internal
Fields in org.apache.ignite.spi.communication.tcp.internal declared as TcpCommunicationMetricsListener Modifier and Type Field Description protected TcpCommunicationMetricsListenerTcpCommunicationConfigInitializer. metricsLsnrStatistics.Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type TcpCommunicationMetricsListener Modifier and Type Method Description voidCommunicationDiscoveryEventListener. metricsListener(@Nullable TcpCommunicationMetricsListener metricsLsnr)voidConnectionClientPool. metricsListener(@Nullable TcpCommunicationMetricsListener metricsLsnr)voidInboundConnectionHandler. metricsListener(@Nullable TcpCommunicationMetricsListener metricsLsnr)
-