- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for incrementHeartbeatFailures (0.13 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: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 6.7K bytes - Viewed (0)