Searched defs:getKeyBounds (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLog.java795 private Pair<K, K> getKeyBounds(final LogFile<K, V> logFile) throws ChangelogException method in class:Log
891 final Pair<K, K> bounds = getKeyBounds(logFile);
916 final Pair<K, K> bounds = getKeyBounds(currentLogFile);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DLog.java795 private Pair<K, K> getKeyBounds(final LogFile<K, V> logFile) throws ChangelogException method in class:Log
891 final Pair<K, K> bounds = getKeyBounds(logFile);
916 final Pair<K, K> bounds = getKeyBounds(currentLogFile);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLog.java1033 private Pair<K, K> getKeyBounds(final LogFile<K, V> logFile) throws ChangelogException method in class:Log
1134 final Pair<K, K> bounds = getKeyBounds(logFile);
1162 final Pair<K, K> bounds = getKeyBounds(currentLogFile);

Completed in 88 milliseconds