Searched refs:newReadOnlyLogFile (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLogFile.java136 static <K extends Comparable<K>, V> LogFile<K, V> newReadOnlyLogFile(final File logFilePath, method in class:LogFile
H A DLog.java890 final LogFile<K, V> logFile = LogFile.newReadOnlyLogFile(logFilePath, recordParser);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DLogFile.java136 static <K extends Comparable<K>, V> LogFile<K, V> newReadOnlyLogFile(final File logFilePath, method in class:LogFile
H A DLog.java890 final LogFile<K, V> logFile = LogFile.newReadOnlyLogFile(logFilePath, recordParser);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLogFile.java144 static <K extends Comparable<K>, V> LogFile<K, V> newReadOnlyLogFile(final File logFilePath, method in class:LogFile
H A DLog.java1133 final LogFile<K, V> logFile = LogFile.newReadOnlyLogFile(logFilePath, recordParser);

Completed in 41 milliseconds