public interface HeartbeatAware
QuorumFunctions which implement this interface will be notified of member heartbeats.| Modifier and Type | Method and Description | 
|---|---|
void | 
onHeartbeat(Member member,
           long timestamp)
Notifies of a received heartbeat. 
 | 
void onHeartbeat(Member member, long timestamp)
QuorumFunction.apply(Collection) so
 the QuorumFunction can update its internal state before deciding on quorum presence.member - member from which heartbeat was receivedtimestamp - timestmap on which heartbeat was receivedCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.