public static final class Protos.CgroupInfo.Blkio.Throttling.Statistics extends com.google.protobuf.GeneratedMessageV3 implements Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
mesos.CgroupInfo.Blkio.Throttling.Statistics
Modifier and Type | Class and Description |
---|---|
static class |
Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder
Protobuf type
mesos.CgroupInfo.Blkio.Throttling.Statistics |
Modifier and Type | Field and Description |
---|---|
static int |
DEVICE_FIELD_NUMBER |
static int |
IO_SERVICE_BYTES_FIELD_NUMBER |
static int |
IO_SERVICED_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
getDefaultInstance() |
Protos.CgroupInfo.Blkio.Throttling.Statistics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDevice()
Stats are grouped by block devices.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder |
newBuilder() |
static Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder |
newBuilder(Protos.CgroupInfo.Blkio.Throttling.Statistics prototype) |
Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder |
newBuilderForType() |
protected Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(java.nio.ByteBuffer data) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Throttling.Statistics |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int DEVICE_FIELD_NUMBER
public static final int IO_SERVICED_FIELD_NUMBER
public static final int IO_SERVICE_BYTES_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasDevice()
Stats are grouped by block devices. If `device` is not set, it represents `Total`.
optional .mesos.Device.Number device = 1;
hasDevice
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public Protos.Device.Number getDevice()
Stats are grouped by block devices. If `device` is not set, it represents `Total`.
optional .mesos.Device.Number device = 1;
getDevice
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public Protos.Device.NumberOrBuilder getDeviceOrBuilder()
Stats are grouped by block devices. If `device` is not set, it represents `Total`.
optional .mesos.Device.Number device = 1;
getDeviceOrBuilder
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public java.util.List<Protos.CgroupInfo.Blkio.Value> getIoServicedList()
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
getIoServicedList
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public java.util.List<? extends Protos.CgroupInfo.Blkio.ValueOrBuilder> getIoServicedOrBuilderList()
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
getIoServicedOrBuilderList
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public int getIoServicedCount()
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
getIoServicedCount
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public Protos.CgroupInfo.Blkio.Value getIoServiced(int index)
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
getIoServiced
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public Protos.CgroupInfo.Blkio.ValueOrBuilder getIoServicedOrBuilder(int index)
blkio.throttle.io_serviced
repeated .mesos.CgroupInfo.Blkio.Value io_serviced = 2;
getIoServicedOrBuilder
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public java.util.List<Protos.CgroupInfo.Blkio.Value> getIoServiceBytesList()
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
getIoServiceBytesList
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public java.util.List<? extends Protos.CgroupInfo.Blkio.ValueOrBuilder> getIoServiceBytesOrBuilderList()
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
getIoServiceBytesOrBuilderList
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public int getIoServiceBytesCount()
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
getIoServiceBytesCount
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public Protos.CgroupInfo.Blkio.Value getIoServiceBytes(int index)
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
getIoServiceBytes
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public Protos.CgroupInfo.Blkio.ValueOrBuilder getIoServiceBytesOrBuilder(int index)
blkio.throttle.io_service_bytes
repeated .mesos.CgroupInfo.Blkio.Value io_service_bytes = 3;
getIoServiceBytesOrBuilder
in interface Protos.CgroupInfo.Blkio.Throttling.StatisticsOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo.Blkio.Throttling.Statistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder newBuilderForType()
public static Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder newBuilder()
public static Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder newBuilder(Protos.CgroupInfo.Blkio.Throttling.Statistics prototype)
public Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder toBuilder()
protected Protos.CgroupInfo.Blkio.Throttling.Statistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CgroupInfo.Blkio.Throttling.Statistics getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CgroupInfo.Blkio.Throttling.Statistics getDefaultInstanceForType()