Uses of Enum Class
org.openspaces.core.util.MemoryUnit
Packages that use MemoryUnit
Package
Description
A package including utility classes for OpenSpaces core.
-
Uses of MemoryUnit in org.openspaces.core.util
Methods in org.openspaces.core.util that return MemoryUnitModifier and TypeMethodDescriptionstatic MemoryUnitReturns the enum constant of this class with the specified name.static MemoryUnit[]MemoryUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openspaces.core.util with parameters of type MemoryUnitModifier and TypeMethodDescriptionlongMemoryUnit.convert(long memory, MemoryUnit unit) Convert the given memory capacity in the given unit to this unit.