Uses of Interface
org.apache.ignite.spi.communication.CommunicationListener
-
Packages that use CommunicationListener Package Description org.apache.ignite.internal.processors.cache.persistence.wal.reader 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.org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of CommunicationListener in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type CommunicationListener Modifier and Type Method Description voidStandaloneNoopCommunicationSpi. setListener(@Nullable CommunicationListener lsnr)Set communication listener. -
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 voidCommunicationSpi. 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 CommunicationListenerTcpCommunicationSpi. getListener()Methods in org.apache.ignite.spi.communication.tcp with parameters of type CommunicationListener Modifier and Type Method Description voidTcpCommunicationSpi. setListener(CommunicationListener<Message> lsnr)Deprecated. -
Uses of CommunicationListener in org.apache.ignite.spi.communication.tcp.internal
Subinterfaces of CommunicationListener in org.apache.ignite.spi.communication.tcp.internal Modifier and Type Interface Description interfaceCommunicationListenerEx<T extends Serializable>Extended communication SPI listener to provideChannelopened events.
-