public static interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Device.Number |
getDevice()
Stats are grouped by block devices.
|
Protos.Device.NumberOrBuilder |
getDeviceOrBuilder()
Stats are grouped by block devices.
|
Protos.CgroupInfo.Blkio.Value |
getIoServiceBytes(int index)
blkio.throttle.io_service_bytes
|
int |
getIoServiceBytesCount()
blkio.throttle.io_service_bytes
|
java.util.List<Protos.CgroupInfo.Blkio.Value> |
getIoServiceBytesList()
blkio.throttle.io_service_bytes
|
Protos.CgroupInfo.Blkio.ValueOrBuilder |
getIoServiceBytesOrBuilder(int index)
blkio.throttle.io_service_bytes
|
java.util.List<? extends Protos.CgroupInfo.Blkio.ValueOrBuilder> |
getIoServiceBytesOrBuilderList()
blkio.throttle.io_service_bytes
|
Protos.CgroupInfo.Blkio.Value |
getIoServiced(int index)
blkio.throttle.io_serviced
|
int |
getIoServicedCount()
blkio.throttle.io_serviced
|
java.util.List<Protos.CgroupInfo.Blkio.Value> |
getIoServicedList()
blkio.throttle.io_serviced
|
Protos.CgroupInfo.Blkio.ValueOrBuilder |
getIoServicedOrBuilder(int index)
blkio.throttle.io_serviced
|
java.util.List<? extends Protos.CgroupInfo.Blkio.ValueOrBuilder> |
getIoServicedOrBuilderList()
blkio.throttle.io_serviced
|
boolean |
hasDevice()
Stats are grouped by block devices.
|
boolean hasDevice()
Stats are grouped by block devices. If `device` is not set, it represents `Total`.
optional .mesos.Device.Number device = 1;
Protos.Device.Number getDevice()
Stats are grouped by block devices. If `device` is not set, it represents `Total`.
optional .mesos.Device.Number device = 1;
Protos.Device.NumberOrBuilder getDeviceOrBuilder()
Stats are grouped by block devices. If `device` is not set, it represents `Total`.
optional .mesos.Device.Number device = 1;
java.util.List<Protos.CgroupInfo.Blkio.Value> getIoServicedList()
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
Protos.CgroupInfo.Blkio.Value getIoServiced(int index)
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
int getIoServicedCount()
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
java.util.List<? extends Protos.CgroupInfo.Blkio.ValueOrBuilder> getIoServicedOrBuilderList()
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
Protos.CgroupInfo.Blkio.ValueOrBuilder getIoServicedOrBuilder(int index)
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
java.util.List<Protos.CgroupInfo.Blkio.Value> getIoServiceBytesList()
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
Protos.CgroupInfo.Blkio.Value getIoServiceBytes(int index)
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
int getIoServiceBytesCount()
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
java.util.List<? extends Protos.CgroupInfo.Blkio.ValueOrBuilder> getIoServiceBytesOrBuilderList()
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
Protos.CgroupInfo.Blkio.ValueOrBuilder getIoServiceBytesOrBuilder(int index)
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;