com.hazelcast.client.impl
Class ClientHeartbeatMonitor
java.lang.Object
com.hazelcast.client.impl.ClientHeartbeatMonitor
- All Implemented Interfaces:
- Runnable
public class ClientHeartbeatMonitor
- extends Object
- implements Runnable
Monitors client heartbeats.. As soon as a client has not used its connection for a certain amount of time,
the client is disconnected.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientHeartbeatMonitor
public ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
ClientEngine clientEngine,
ExecutionService executionService,
GroupProperties groupProperties)
start
public void start()
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.