- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for schedulePeriodicTasks (0.07 seconds)
-
src/main/java/jcifs/internal/witness/WitnessClient.java
this.rpcClient = rpcClient; // Schedule periodic tasks schedulePeriodicTasks(); } /** * Schedules periodic tasks for heartbeat and registration monitoring. */ private void schedulePeriodicTasks() { // Heartbeat monitoring scheduler.scheduleAtFixedRate(this::checkHeartbeats, 30, 30, TimeUnit.SECONDS);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 20.8K bytes - Click Count (0) -
docs/smb3-features/06-witness-protocol-design.md
this.scheduler = Executors.newScheduledThreadPool(2); this.rpcClient = new WitnessRpcClient(witnessServer, context); // Schedule periodic tasks schedulePeriodicTasks(); } private void schedulePeriodicTasks() { // Heartbeat monitoring scheduler.scheduleAtFixedRate(this::checkHeartbeats, 30, 30, TimeUnit.SECONDS); // Registration monitoring
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 42K bytes - Click Count (0)