Searched refs:MOST_RECENT_MAX_RECORDS (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java61 static public final int MOST_RECENT_MAX_RECORDS = -1; field in class:LogQuery
83 this.maxRecord = LogQuery.MOST_RECENT_MAX_RECORDS;
H A DLogReader.java510 LogQuery.MOST_RECENT_MAX_RECORDS) && (logTypeIsFile))
512 /* MOST_RECENT_MAX_RECORDS processed in DB reader */
594 LogQuery.MOST_RECENT_MAX_RECORDS) && (logTypeIsFile))
596 /* MOST_RECENT_MAX_RECORDS processed in DB reader */
838 this.maxReordToReturn = LogQuery.MOST_RECENT_MAX_RECORDS;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java61 static public final int MOST_RECENT_MAX_RECORDS = -1; field in class:LogQuery
83 this.maxRecord = LogQuery.MOST_RECENT_MAX_RECORDS;
H A DLogReader.java510 LogQuery.MOST_RECENT_MAX_RECORDS) && (logTypeIsFile))
512 /* MOST_RECENT_MAX_RECORDS processed in DB reader */
594 LogQuery.MOST_RECENT_MAX_RECORDS) && (logTypeIsFile))
596 /* MOST_RECENT_MAX_RECORDS processed in DB reader */
838 this.maxReordToReturn = LogQuery.MOST_RECENT_MAX_RECORDS;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadFileHandler.java63 private int maxNoOfRecs = LogQuery.MOST_RECENT_MAX_RECORDS;
119 // caller has to handle what is MOST_RECENT_MAX_RECORDS
122 LogQuery.MOST_RECENT_MAX_RECORDS) ||
238 // maxNoOfRecs starts out as MOST_RECENT_MAX_RECORDS (-1).
240 // when MOST_RECENT_MAX_RECORDS (-1) specified in the LogQuery,
249 // caller has to handle what is MOST_RECENT_MAX_RECORDS
252 LogQuery.MOST_RECENT_MAX_RECORDS) ||
H A DLogReadDBHandler.java308 LogQuery.MOST_RECENT_MAX_RECORDS)
323 // if LogQuery.MOST_RECENT_MAX_RECORDS selected,
329 LogQuery.MOST_RECENT_MAX_RECORDS)
667 // think we're not going to allow MOST_RECENT_MAX_RECORDS
895 // MOST_RECENT_MAX_RECORDS with multi-table query...
1384 // if LogQuery.MOST_RECENT_MAX_RECORDS or
1395 if ((numRecs == LogQuery.MOST_RECENT_MAX_RECORDS) ||
1602 // if LogQuery.MOST_RECENT_MAX_RECORDS or
1616 if ((numRecs == LogQuery.MOST_RECENT_MAX_RECORDS) ||
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLogReadFileHandler.java63 private int maxNoOfRecs = LogQuery.MOST_RECENT_MAX_RECORDS;
119 // caller has to handle what is MOST_RECENT_MAX_RECORDS
122 LogQuery.MOST_RECENT_MAX_RECORDS) ||
238 // maxNoOfRecs starts out as MOST_RECENT_MAX_RECORDS (-1).
240 // when MOST_RECENT_MAX_RECORDS (-1) specified in the LogQuery,
249 // caller has to handle what is MOST_RECENT_MAX_RECORDS
252 LogQuery.MOST_RECENT_MAX_RECORDS) ||
H A DLogReadDBHandler.java308 LogQuery.MOST_RECENT_MAX_RECORDS)
323 // if LogQuery.MOST_RECENT_MAX_RECORDS selected,
329 LogQuery.MOST_RECENT_MAX_RECORDS)
667 // think we're not going to allow MOST_RECENT_MAX_RECORDS
895 // MOST_RECENT_MAX_RECORDS with multi-table query...
1384 // if LogQuery.MOST_RECENT_MAX_RECORDS or
1395 if ((numRecs == LogQuery.MOST_RECENT_MAX_RECORDS) ||
1602 // if LogQuery.MOST_RECENT_MAX_RECORDS or
1616 if ((numRecs == LogQuery.MOST_RECENT_MAX_RECORDS) ||

Completed in 34 milliseconds