- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for incrementHeartbeatFailures (5.3 sec)
-
src/main/java/jcifs/internal/witness/WitnessRegistration.java
this.lastHeartbeat = System.currentTimeMillis(); this.heartbeatFailures = 0; } /** * Increments the heartbeat failure count. */ public void incrementHeartbeatFailures() { this.heartbeatFailures++; } /** * Gets the number of consecutive heartbeat failures. * * @return the number of consecutive heartbeat failures */
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 6.7K bytes - Viewed (0)