Uses of Class
org.apache.ignite.spi.communication.tcp.internal.TcpHandshakeExecutor
-
Packages that use TcpHandshakeExecutor Package Description org.apache.ignite.spi.communication.tcp.internal Contains connection health-checkers for TCP/IP-based implementation of communication SPI. -
-
Uses of TcpHandshakeExecutor in org.apache.ignite.spi.communication.tcp.internal
Constructors in org.apache.ignite.spi.communication.tcp.internal with parameters of type TcpHandshakeExecutor Constructor Description GridNioServerWrapper(IgniteLogger log, TcpCommunicationConfiguration cfg, AttributeNames attributeNames, Tracing tracing, Function<UUID,ClusterNode> nodeGetter, Supplier<ClusterNode> locNodeSupplier, ConnectGateway connectGate, ClusterStateProvider stateProvider, Supplier<IgniteExceptionRegistry> eRegistrySupplier, CommunicationWorker commWorker, IgniteConfiguration igniteCfg, GridNioServerListener<Message> srvLsnr, String igniteInstanceName, WorkersRegistry workersRegistry, @Nullable GridMetricManager metricMgr, ThrowableBiFunction<ClusterNode,Integer,GridCommunicationClient,IgniteCheckedException> createTcpClientFun, CommunicationListener<Message> lsnr, TcpHandshakeExecutor tcpHandshakeExecutor)Deprecated.
-