Uses of Interface
org.apache.ignite.spi.communication.CommunicationListener
-
Packages that use CommunicationListener Package Description org.apache.ignite.spi.communication Contains APIs for grid communication SPI.org.apache.ignite.spi.communication.tcp Contains default TCP/IP-based implementation for communication SPI. -
-
Uses of CommunicationListener in org.apache.ignite.spi.communication
Methods in org.apache.ignite.spi.communication with parameters of type CommunicationListener Modifier and Type Method Description void
CommunicationSpi. setListener(@Nullable CommunicationListener<T> lsnr)
Set communication listener. -
Uses of CommunicationListener in org.apache.ignite.spi.communication.tcp
Methods in org.apache.ignite.spi.communication.tcp that return CommunicationListener Modifier and Type Method Description CommunicationListener
TcpCommunicationSpi. getListener()
Methods in org.apache.ignite.spi.communication.tcp with parameters of type CommunicationListener Modifier and Type Method Description void
TcpCommunicationSpi. setListener(CommunicationListener<Message> lsnr)
Deprecated.
-