/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | FileSystemEntryCacheIndex.java | 112 * 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 D | FileSystemEntryCache.java | 1392 // 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 D | FileSystemEntryCacheIndex.java | 111 * 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 D | FileSystemEntryCache.java | 1391 // 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 D | FileSystemEntryCacheIndex.java | 112 * 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 D | FileSystemEntryCache.java | 1392 // 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 D | FileSystemEntryCacheIndex.java | 112 * 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 D | FileSystemEntryCache.java | 1392 // 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 D | FileSystemEntryCacheIndex.java | 111 * 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 D | FileSystemEntryCache.java | 1391 // 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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/ |
H A D | OnDiskMergeImporter.java | 3680 protected boolean removeEldestEntry(Map.Entry<T, Object> eldest)
|