- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getLastUpdateTime (0.27 sec)
-
src/main/java/jcifs/internal/smb2/lease/DirectoryCacheEntry.java
*/ public long getCreateTime() { return createTime; } /** * Gets the timestamp of the last cache update * @return the last update time */ public long getLastUpdateTime() { return lastUpdateTime; } /** * Gets the timestamp of the last cache access * @return the last access time */ public long getLastAccessTime() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/jcifs/util/SmbCircuitBreaker.java
long totalResponseTime = 0; long minResponseTime = Long.MAX_VALUE; long maxResponseTime = 0; for (WindowBucket bucket : buckets) { if (bucket.getLastUpdateTime() >= windowStartTime) { totalRequests += bucket.getRequestCount(); totalFailures += bucket.getFailureCount(); totalResponseTime += bucket.getTotalResponseTime();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 33.4K bytes - Viewed (0)