Class BlockIoStats
java.lang.Object
com.spotify.docker.client.messages.BlockIoStats
- Direct Known Subclasses:
AutoValue_BlockIoStats
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static BlockIoStats
create
(List<Object> ioServiceBytesRecursive, List<Object> ioServicedRecursive, List<Object> ioQueueRecursive, List<Object> ioServiceTimeRecursive, List<Object> ioWaitTimeRecursive, List<Object> ioMergedRecursive, List<Object> ioTimeRecursive, List<Object> sectorsRecursive) abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object> abstract com.google.common.collect.ImmutableList
<Object>
-
Constructor Details
-
BlockIoStats
public BlockIoStats()
-
-
Method Details
-
ioServiceBytesRecursive
-
ioServicedRecursive
-
ioQueueRecursive
-
ioServiceTimeRecursive
-
ioWaitTimeRecursive
-
ioMergedRecursive
-
ioTimeRecursive
-
sectorsRecursive
-
create
-