public interface MemoryStatsFluent<T extends MemoryStatsFluent<T>> extends Fluent<T>
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToStats(Map<String,Long> map) |
T |
addToStats(String key,
Long value) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getFailcnt() |
Long |
getLimit() |
Long |
getMaxUsage() |
Map<String,Long> |
getStats() |
Long |
getUsage() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromStats(Map<String,Long> map) |
T |
removeFromStats(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withFailcnt(Long failcnt) |
T |
withLimit(Long limit) |
T |
withMaxUsage(Long maxUsage) |
T |
withStats(Map<String,Long> stats) |
T |
withUsage(Long usage) |
Copyright © 2015–2016 Red Hat. All rights reserved.