- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for lastHeartbeat (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/smb3-features/06-witness-protocol-design.md
return sequenceNumber.incrementAndGet(); } public void updateHeartbeat() { this.lastHeartbeat = System.currentTimeMillis(); } public boolean isExpired(long timeoutMs) { return System.currentTimeMillis() - lastHeartbeat > timeoutMs; } // Getters and setters... public String getRegistrationId() { return registrationId; }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0)