Uses of Class
org.codehaus.cargo.container.websphere.util.ByteUnit
-
Packages that use ByteUnit Package Description org.codehaus.cargo.container.websphere.util -
-
Uses of ByteUnit in org.codehaus.cargo.container.websphere.util
Methods in org.codehaus.cargo.container.websphere.util that return ByteUnit Modifier and Type Method Description ByteUnit
ByteUnit. getHigherUnit()
ByteUnit
ByteUnit. getLowerUnit()
static ByteUnit
ByteUnit. toByteUnit(String suffix)
static ByteUnit
ByteUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByteUnit[]
ByteUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.cargo.container.websphere.util with parameters of type ByteUnit Modifier and Type Method Description long
JvmArguments. getInitialHeap(ByteUnit expectedUnit)
long
JvmArguments. getMaxHeap(ByteUnit expectedUnit)
-