Uses of Class
org.apache.blur.utils.RamUsageEstimator.JvmFeature

Packages that use RamUsageEstimator.JvmFeature
org.apache.blur.utils   
 

Uses of RamUsageEstimator.JvmFeature in org.apache.blur.utils
 

Methods in org.apache.blur.utils that return RamUsageEstimator.JvmFeature
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.
 

Methods in org.apache.blur.utils that return types with arguments of type RamUsageEstimator.JvmFeature
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.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.