public class DoneableMemoryStats extends MemoryStatsFluentImpl<DoneableMemoryStats> implements Doneable<MemoryStats>
| Constructor and Description |
|---|
DoneableMemoryStats(io.fabric8.docker.api.builder.Function<MemoryStats,MemoryStats> function) |
DoneableMemoryStats(MemoryStats item) |
DoneableMemoryStats(MemoryStats item,
io.fabric8.docker.api.builder.Function<MemoryStats,MemoryStats> function) |
| Modifier and Type | Method and Description |
|---|---|
MemoryStats |
done() |
addToStats, addToStats, equals, getFailcnt, getLimit, getMaxUsage, getStats, getUsage, hasFailcnt, hasLimit, hasMaxUsage, hasStats, hasUsage, removeFromStats, removeFromStats, withFailcnt, withLimit, withMaxUsage, withStats, withUsagepublic DoneableMemoryStats(io.fabric8.docker.api.builder.Function<MemoryStats,MemoryStats> function)
public DoneableMemoryStats(MemoryStats item, io.fabric8.docker.api.builder.Function<MemoryStats,MemoryStats> function)
public DoneableMemoryStats(MemoryStats item)
public MemoryStats done()
done in interface Doneable<MemoryStats>Copyright © 2015–2017 Red Hat. All rights reserved.