public class PingFailureDetector<E> extends Object
Constructor and Description |
---|
PingFailureDetector(int maxPingAttempts) |
Modifier and Type | Method and Description |
---|---|
int |
heartbeat(E endpoint) |
boolean |
isAlive(E endpoint) |
void |
logAttempt(E endpoint) |
void |
remove(E endpoint) |
void |
reset() |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.