public class ClientICMPManager extends Object implements ConnectionListener
Constructor and Description |
---|
ClientICMPManager(ClientIcmpPingConfig clientIcmpPingConfig,
com.hazelcast.client.spi.impl.ClientExecutionServiceImpl clientExecutionService,
LoggingService loggingService,
ClientConnectionManagerImpl clientConnectionManager,
HeartbeatManager heartbeatManager) |
Modifier and Type | Method and Description |
---|---|
void |
connectionAdded(Connection connection) |
void |
connectionRemoved(Connection connection) |
void |
shutdown() |
void |
start() |
public ClientICMPManager(ClientIcmpPingConfig clientIcmpPingConfig, com.hazelcast.client.spi.impl.ClientExecutionServiceImpl clientExecutionService, LoggingService loggingService, ClientConnectionManagerImpl clientConnectionManager, HeartbeatManager heartbeatManager)
public void start()
public void connectionAdded(Connection connection)
connectionAdded
in interface ConnectionListener
public void connectionRemoved(Connection connection)
connectionRemoved
in interface ConnectionListener
public void shutdown()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.