Uses of Class
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.JvmFeature
-
Packages that use RamUsageEstimator.JvmFeature Package Description com.carrotsearch.randomizedtesting.rules -
-
Uses of RamUsageEstimator.JvmFeature in com.carrotsearch.randomizedtesting.rules
Fields in com.carrotsearch.randomizedtesting.rules with type parameters of type RamUsageEstimator.JvmFeature Modifier and Type Field Description private static java.util.EnumSet<RamUsageEstimator.JvmFeature>
RamUsageEstimator. supportedFeatures
All the supported "internal" JVM features detected at clinit.Methods in com.carrotsearch.randomizedtesting.rules that return RamUsageEstimator.JvmFeature Modifier and Type Method Description static RamUsageEstimator.JvmFeature
RamUsageEstimator.JvmFeature. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RamUsageEstimator.JvmFeature[]
RamUsageEstimator.JvmFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.carrotsearch.randomizedtesting.rules that return types with arguments of type RamUsageEstimator.JvmFeature Modifier and Type Method Description static java.util.EnumSet<RamUsageEstimator.JvmFeature>
RamUsageEstimator. getSupportedFeatures()
Return the set of supported JVM features that improve the estimation.static java.util.EnumSet<RamUsageEstimator.JvmFeature>
RamUsageEstimator. getUnsupportedFeatures()
Return the set of unsupported JVM features that improve the estimation.
-