Searched refs:stopInstanceTimestamp (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DDSRSShutdownSync.java47 private static AtomicLong stopInstanceTimestamp = new AtomicLong(); field in class:DSRSShutdownSync
57 stopInstanceTimestamp.compareAndSet(0, System.currentTimeMillis());
83 || System.currentTimeMillis() - stopInstanceTimestamp.get() > 5000;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DDSRSShutdownSync.java47 private static AtomicLong stopInstanceTimestamp = new AtomicLong(); field in class:DSRSShutdownSync
57 stopInstanceTimestamp.compareAndSet(0, System.currentTimeMillis());
83 || System.currentTimeMillis() - stopInstanceTimestamp.get() > 5000;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DDSRSShutdownSync.java45 private static AtomicLong stopInstanceTimestamp = new AtomicLong(); field in class:DSRSShutdownSync
55 stopInstanceTimestamp.compareAndSet(0, System.currentTimeMillis());
81 || System.currentTimeMillis() - stopInstanceTimestamp.get() > 5000;

Completed in 345 milliseconds