public class DoneableCPUUsage extends CPUUsageFluentImpl<DoneableCPUUsage> implements Doneable<CPUUsage>
| Constructor and Description |
|---|
DoneableCPUUsage(CPUUsage item) |
DoneableCPUUsage(CPUUsage item,
io.fabric8.docker.api.builder.Function<CPUUsage,CPUUsage> function) |
DoneableCPUUsage(io.fabric8.docker.api.builder.Function<CPUUsage,CPUUsage> function) |
| Modifier and Type | Method and Description |
|---|---|
CPUUsage |
done() |
addAllToPercpuUsage, addToPercpuUsage, addToPercpuUsage, equals, getFirstPercpuUsage, getLastPercpuUsage, getMatchingPercpuUsage, getPercpuUsage, getPercpuUsage, getTotalUsage, getUsageInKernelmode, getUsageInUsermode, hasPercpuUsage, hasTotalUsage, hasUsageInKernelmode, hasUsageInUsermode, removeAllFromPercpuUsage, removeFromPercpuUsage, setToPercpuUsage, withPercpuUsage, withPercpuUsage, withTotalUsage, withUsageInKernelmode, withUsageInUsermodepublic DoneableCPUUsage(io.fabric8.docker.api.builder.Function<CPUUsage,CPUUsage> function)
public DoneableCPUUsage(CPUUsage item, io.fabric8.docker.api.builder.Function<CPUUsage,CPUUsage> function)
public DoneableCPUUsage(CPUUsage item)
Copyright © 2015–2017 Red Hat. All rights reserved.