Searched refs:timeInterval (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java44 private long timeInterval; field in class:TimeLimitRotationPolicy
49 timeInterval = config.getRotationInterval();
66 timeInterval = config.getRotationInterval();
83 return currInterval > timeInterval;
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java48 private long timeInterval = 0; field in class:TimeLimitRotationPolicy
55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
99 return currInterval > timeInterval;
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java48 private long timeInterval = 0; field in class:TimeLimitRotationPolicy
55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
99 return currInterval > timeInterval;
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java48 private long timeInterval = 0; field in class:TimeLimitRotationPolicy
55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
99 return currInterval > timeInterval;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java48 private long timeInterval = 0; field in class:TimeLimitRotationPolicy
55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
99 return currInterval > timeInterval;
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DTimeLimitRotationPolicy.java48 private long timeInterval = 0; field in class:TimeLimitRotationPolicy
55 timeInterval = config.getRotationInterval();
81 timeInterval = config.getRotationInterval();
99 return currInterval > timeInterval;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DReplicationEnvironment.java287 * @param timeInterval
290 void setCNIndexDBRotationInterval(long timeInterval) argument
292 cnIndexDBRotationInterval = timeInterval;

Completed in 32 milliseconds