| Package | Description |
|---|---|
| com.redhat.thermostat.client.stats.memory | |
| com.redhat.thermostat.common.utils |
| Modifier and Type | Method and Description |
|---|---|
DisplayableValues.Scale |
Payload.getCapacityUnit() |
DisplayableValues.Scale |
Payload.getUsedUnit() |
| Modifier and Type | Method and Description |
|---|---|
void |
Payload.setCapacityUnit(DisplayableValues.Scale capacityUnit) |
void |
Payload.setUsedUnit(DisplayableValues.Scale usedUnit) |
| Modifier and Type | Method and Description |
|---|---|
static DisplayableValues.Scale |
DisplayableValues.Scale.getScale(long bytes) |
static DisplayableValues.Scale |
DisplayableValues.Scale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayableValues.Scale[] |
DisplayableValues.Scale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
DisplayableValues.Scale.convertTo(DisplayableValues.Scale scale,
long bytes) |
static double |
DisplayableValues.Scale.convertTo(DisplayableValues.Scale scale,
long bytes,
long roundTo) |
Copyright © 2012. All Rights Reserved.