Uses of Enum
org.apache.lucene.util.RamUsageEstimator.JvmFeature
Packages that use RamUsageEstimator.JvmFeature
-
Uses of RamUsageEstimator.JvmFeature in org.apache.lucene.util
Methods in org.apache.lucene.util that return RamUsageEstimator.JvmFeatureModifier and TypeMethodDescriptionstatic RamUsageEstimator.JvmFeature
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 org.apache.lucene.util 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.