Uses of Enum
org.ehcache.sizeof.impl.JvmInformation
Packages that use JvmInformation
-
Uses of JvmInformation in org.ehcache.sizeof.impl
Subclasses with type arguments of type JvmInformation in org.ehcache.sizeof.implModifier and TypeClassDescriptionenumDetects and represents JVM-specific properties that relate to the memory data model for java objects that are useful for size of calculations.Fields in org.ehcache.sizeof.impl declared as JvmInformationModifier and TypeFieldDescriptionstatic final JvmInformationJvmInformation.CURRENT_JVM_INFORMATIONThe JvmInformation instance representing the current JVMprivate JvmInformationJvmInformation.parentMethods in org.ehcache.sizeof.impl that return JvmInformationModifier and TypeMethodDescriptionprivate static JvmInformationJvmInformation.detectHotSpot()private static JvmInformationJvmInformation.detectIBM()private static JvmInformationJvmInformation.detectOpenJDK()private static JvmInformationJvmInformation.getJvmInformation()Determine the JvmInformation for the current JVM.static JvmInformationReturns the enum constant of this type with the specified name.static JvmInformation[]JvmInformation.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ehcache.sizeof.impl with parameters of type JvmInformation