Searched defs:eldest (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheIndex.java112 * pair to the map. The eldest entry will be selected by the
116 * @param eldest The least recently inserted entry in the map,
119 * @return boolean {@code true} if the eldest entry should be
123 @Override protected boolean removeEldestEntry(Map.Entry eldest) { argument
124 return fsEntryCacheInstance.removeEldestEntry(eldest);
H A DFileSystemEntryCache.java1392 // Add the entry to the map to trigger remove of the eldest entry.
1561 * The eldest entry is selected by the LinkedHashMap implementation based
1564 * @param eldest The least recently inserted entry in the map, or if
1571 * single entry, the eldest entry is also the newest.
1573 * @return boolean {@code true} if the eldest entry should be removed
1576 protected boolean removeEldestEntry(Map.Entry<String, Long> eldest) { argument
1578 // the eldest entry otherwise do nothing.
1583 // Remove the the eldest entry from supporting maps.
1584 String entryStringDN = eldest.getKey();
1585 long entryID = eldest
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheIndex.java111 * pair to the map. The eldest entry will be selected by the
115 * @param eldest The least recently inserted entry in the map,
118 * @return boolean {@code true} if the eldest entry should be
122 @Override protected boolean removeEldestEntry(Map.Entry eldest) { argument
123 return fsEntryCacheInstance.removeEldestEntry(eldest);
H A DFileSystemEntryCache.java1391 // Add the entry to the map to trigger remove of the eldest entry.
1560 * The eldest entry is selected by the LinkedHashMap implementation based
1563 * @param eldest The least recently inserted entry in the map, or if
1570 * single entry, the eldest entry is also the newest.
1572 * @return boolean {@code true} if the eldest entry should be removed
1575 protected boolean removeEldestEntry(Map.Entry<String, Long> eldest) { argument
1577 // the eldest entry otherwise do nothing.
1582 // Remove the the eldest entry from supporting maps.
1583 String entryStringDN = eldest.getKey();
1584 long entryID = eldest
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheIndex.java112 * pair to the map. The eldest entry will be selected by the
116 * @param eldest The least recently inserted entry in the map,
119 * @return boolean {@code true} if the eldest entry should be
123 @Override protected boolean removeEldestEntry(Map.Entry eldest) { argument
124 return fsEntryCacheInstance.removeEldestEntry(eldest);
H A DFileSystemEntryCache.java1392 // Add the entry to the map to trigger remove of the eldest entry.
1561 * The eldest entry is selected by the LinkedHashMap implementation based
1564 * @param eldest The least recently inserted entry in the map, or if
1571 * single entry, the eldest entry is also the newest.
1573 * @return boolean {@code true} if the eldest entry should be removed
1576 protected boolean removeEldestEntry(Map.Entry<String, Long> eldest) { argument
1578 // the eldest entry otherwise do nothing.
1583 // Remove the the eldest entry from supporting maps.
1584 String entryStringDN = eldest.getKey();
1585 long entryID = eldest
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheIndex.java112 * pair to the map. The eldest entry will be selected by the
116 * @param eldest The least recently inserted entry in the map,
119 * @return boolean {@code true} if the eldest entry should be
123 @Override protected boolean removeEldestEntry(Map.Entry eldest) { argument
124 return fsEntryCacheInstance.removeEldestEntry(eldest);
H A DFileSystemEntryCache.java1392 // Add the entry to the map to trigger remove of the eldest entry.
1561 * The eldest entry is selected by the LinkedHashMap implementation based
1564 * @param eldest The least recently inserted entry in the map, or if
1571 * single entry, the eldest entry is also the newest.
1573 * @return boolean {@code true} if the eldest entry should be removed
1576 protected boolean removeEldestEntry(Map.Entry<String, Long> eldest) { argument
1578 // the eldest entry otherwise do nothing.
1583 // Remove the the eldest entry from supporting maps.
1584 String entryStringDN = eldest.getKey();
1585 long entryID = eldest
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DFileSystemEntryCacheIndex.java111 * pair to the map. The eldest entry will be selected by the
115 * @param eldest The least recently inserted entry in the map,
118 * @return boolean {@code true} if the eldest entry should be
122 @Override protected boolean removeEldestEntry(Map.Entry eldest) { argument
123 return fsEntryCacheInstance.removeEldestEntry(eldest);
H A DFileSystemEntryCache.java1391 // Add the entry to the map to trigger remove of the eldest entry.
1560 * The eldest entry is selected by the LinkedHashMap implementation based
1563 * @param eldest The least recently inserted entry in the map, or if
1570 * single entry, the eldest entry is also the newest.
1572 * @return boolean {@code true} if the eldest entry should be removed
1575 protected boolean removeEldestEntry(Map.Entry<String, Long> eldest) { argument
1577 // the eldest entry otherwise do nothing.
1582 // Remove the the eldest entry from supporting maps.
1583 String entryStringDN = eldest.getKey();
1584 long entryID = eldest
[all...]

Completed in 62 milliseconds