Uses of Class
org.apache.ignite.internal.IgniteClientDisconnectedCheckedException
-
Packages that use IgniteClientDisconnectedCheckedException Package Description org.apache.ignite.internal.managers.communication TODO.org.apache.ignite.internal.managers.discovery TODO.org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of IgniteClientDisconnectedCheckedException in org.apache.ignite.internal.managers.communication
Methods in org.apache.ignite.internal.managers.communication that throw IgniteClientDisconnectedCheckedException Modifier and Type Method Description booleanGridIoManager. checkNodeLeft(UUID nodeId, IgniteCheckedException sndErr, boolean ping) -
Uses of IgniteClientDisconnectedCheckedException in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that throw IgniteClientDisconnectedCheckedException Modifier and Type Method Description booleanGridDiscoveryManager. pingNode(UUID nodeId) -
Uses of IgniteClientDisconnectedCheckedException in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that throw IgniteClientDisconnectedCheckedException Modifier and Type Method Description booleanGridCacheIoManager. checkNodeLeft(UUID nodeId, IgniteCheckedException sndErr, boolean ping) -
Uses of IgniteClientDisconnectedCheckedException in org.apache.ignite.spi.communication.tcp.internal
Methods in org.apache.ignite.spi.communication.tcp.internal with parameters of type IgniteClientDisconnectedCheckedException Modifier and Type Method Description voidConnectionClientPool. completeFutures(IgniteClientDisconnectedCheckedException err)
-