HomeSort by relevance Sort by last modified time
    Searched refs:memCapacity (Results 1 - 2 of 2) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 108 private volatile int memCapacity;
162 memCapacity = 2048;
173 config.setMemoryMaxRecords(memCapacity);
302 if (memCapacity > 0) logToMemory(record);
313 return memCapacity;
319 memCapacity = maxRecords;
320 if (memoryLog.size() < memCapacity)
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java 108 private volatile int memCapacity;
162 memCapacity = 2048;
173 config.setMemoryMaxRecords(memCapacity);
302 if (memCapacity > 0) logToMemory(record);
313 return memCapacity;
319 memCapacity = maxRecords;
320 if (memoryLog.size() < memCapacity)

Completed in 467 milliseconds