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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DRamUsageEstimator.java31 * {@code RamUsageEstimator} are not thread-safe!
47 public final class RamUsageEstimator { class
274 * Returns true, if the current JVM is fully supported by {@code RamUsageEstimator}.
846 /** Creates a new instance of {@code RamUsageEstimator} with intern checking
854 public RamUsageEstimator() { method in class:RamUsageEstimator
858 /** Creates a new instance of {@code RamUsageEstimator}.
868 public RamUsageEstimator(boolean checkInterned) { method in class:RamUsageEstimator
872 /** Creates a new istance of {@code RamUsageEstimator}.

Completed in 1098 milliseconds