Searched defs:limitValue (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DDurationPropertyDefinitionTest.java94 public void testLowerLimitWithString(String unit, String limitValue, long expected) { argument
97 builder.setLowerLimit(limitValue);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DLogTest.java505 public void testFindBoundaryKeyFromRecord(int limitValue, String expectedKey) throws Exception argument
509 assertThat(log.findBoundaryKeyFromRecord(MAPPER, limitValue)).isEqualTo(expectedKey);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLog.java918 * @param limitValue
924 <V2 extends Comparable<V2>> K findBoundaryKeyFromRecord(Record.Mapper<V, V2> mapper, V2 limitValue) argument
935 if (oldestValue.compareTo(limitValue) > 0)
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 46 milliseconds