- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for consecutively (0.07 sec)
-
src/main/java/jcifs/internal/witness/WitnessRegistration.java
*/ public void incrementHeartbeatFailures() { this.heartbeatFailures++; } /** * Gets the number of consecutive heartbeat failures. * * @return the number of consecutive heartbeat failures */ public int getHeartbeatFailures() { return heartbeatFailures; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 6.7K bytes - Viewed (0) -
api/maven-api-di/src/main/java/org/apache/maven/api/di/Priority.java
* <p> * There are no predefined minimum or maximum values, but it's recommended * to use values that allow for future adjustments (e.g., using values * like 100, 200, 300 rather than consecutive numbers). * * @return the priority value for ordering */ int value();
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:28:59 UTC 2025 - 2.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/PeekingIterator.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.4K bytes - Viewed (0)