Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
static RamUsageEstimator.JvmFeature |
RamUsageEstimator.JvmFeature.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|