public interface CPUUsageFluent<A extends CPUUsageFluent<A>>
extends io.fabric8.docker.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToPercpuUsage(Collection<Long> items) |
A |
addToPercpuUsage(int index,
Long item) |
A |
addToPercpuUsage(Long... items) |
Long |
getFirstPercpuUsage() |
Long |
getLastPercpuUsage() |
Long |
getMatchingPercpuUsage(io.fabric8.docker.api.builder.Predicate<Long> predicate) |
List<Long> |
getPercpuUsage() |
Long |
getPercpuUsage(int index) |
Long |
getTotalUsage() |
Long |
getUsageInKernelmode() |
Long |
getUsageInUsermode() |
Boolean |
hasPercpuUsage() |
Boolean |
hasTotalUsage() |
Boolean |
hasUsageInKernelmode() |
Boolean |
hasUsageInUsermode() |
A |
removeAllFromPercpuUsage(Collection<Long> items) |
A |
removeFromPercpuUsage(Long... items) |
A |
setToPercpuUsage(int index,
Long item) |
A |
withPercpuUsage(List<Long> percpuUsage) |
A |
withPercpuUsage(Long... percpuUsage) |
A |
withTotalUsage(Long totalUsage) |
A |
withUsageInKernelmode(Long usageInKernelmode) |
A |
withUsageInUsermode(Long usageInUsermode) |
A addAllToPercpuUsage(Collection<Long> items)
A removeAllFromPercpuUsage(Collection<Long> items)
Long getPercpuUsage(int index)
Long getFirstPercpuUsage()
Long getLastPercpuUsage()
Long getMatchingPercpuUsage(io.fabric8.docker.api.builder.Predicate<Long> predicate)
Boolean hasPercpuUsage()
Long getTotalUsage()
Boolean hasTotalUsage()
Long getUsageInKernelmode()
Boolean hasUsageInKernelmode()
Long getUsageInUsermode()
Boolean hasUsageInUsermode()
Copyright © 2015–2017 Red Hat. All rights reserved.