Uses of Enum
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.JvmFeature
Packages that use RamUsageEstimator.JvmFeature
-
Uses of RamUsageEstimator.JvmFeature in com.carrotsearch.randomizedtesting.rules
Subclasses with type arguments of type RamUsageEstimator.JvmFeature in com.carrotsearch.randomizedtesting.rulesModifier and TypeClassDescriptionstatic enumJVM diagnostic features.Fields in com.carrotsearch.randomizedtesting.rules with type parameters of type RamUsageEstimator.JvmFeatureModifier and TypeFieldDescriptionprivate static final EnumSet<RamUsageEstimator.JvmFeature> RamUsageEstimator.supportedFeaturesAll the supported "internal" JVM features detected at clinit.Methods in com.carrotsearch.randomizedtesting.rules that return RamUsageEstimator.JvmFeatureModifier and TypeMethodDescriptionstatic RamUsageEstimator.JvmFeatureReturns 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.JvmFeatureModifier and TypeMethodDescriptionstatic EnumSet<RamUsageEstimator.JvmFeature> RamUsageEstimator.getSupportedFeatures()Return the set of supported JVM features that improve the estimation.static EnumSet<RamUsageEstimator.JvmFeature> RamUsageEstimator.getUnsupportedFeatures()Return the set of unsupported JVM features that improve the estimation.