Searched defs:lastGCCounts (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java56 private HashMap<String,Long> lastGCCounts = new HashMap<String,Long>(); field in class:MemoryUsageMonitorProvider
106 if (lastGCCounts.containsKey(gcName))
108 lastGCCount = lastGCCounts.get(gcName);
120 lastGCCounts.put(gcName, gcCount);
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java55 private HashMap<String,Long> lastGCCounts = new HashMap<String,Long>(); field in class:MemoryUsageMonitorProvider
105 if (lastGCCounts.containsKey(gcName))
107 lastGCCount = lastGCCounts.get(gcName);
119 lastGCCounts.put(gcName, gcCount);
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java56 private HashMap<String,Long> lastGCCounts = new HashMap<String,Long>(); field in class:MemoryUsageMonitorProvider
106 if (lastGCCounts.containsKey(gcName))
108 lastGCCount = lastGCCounts.get(gcName);
120 lastGCCounts.put(gcName, gcCount);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java56 private HashMap<String,Long> lastGCCounts = new HashMap<String,Long>(); field in class:MemoryUsageMonitorProvider
106 if (lastGCCounts.containsKey(gcName))
108 lastGCCount = lastGCCounts.get(gcName);
120 lastGCCounts.put(gcName, gcCount);
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java55 private HashMap<String,Long> lastGCCounts = new HashMap<String,Long>(); field in class:MemoryUsageMonitorProvider
105 if (lastGCCounts.containsKey(gcName))
107 lastGCCount = lastGCCounts.get(gcName);
119 lastGCCounts.put(gcName, gcCount);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DMemoryUsageMonitorProvider.java56 private HashMap<String,Long> lastGCCounts = new HashMap<>(); field in class:MemoryUsageMonitorProvider
94 if (lastGCCounts.containsKey(gcName))
96 lastGCCount = lastGCCounts.get(gcName);
108 lastGCCounts.put(gcName, gcCount);

Completed in 51 milliseconds