public static final class Protos.CgroupInfo.Blkio.Value extends com.google.protobuf.GeneratedMessageV3 implements Protos.CgroupInfo.Blkio.ValueOrBuilder
Describes a stat value without the device descriptor part.Protobuf type
mesos.CgroupInfo.Blkio.Value| Modifier and Type | Class and Description |
|---|---|
static class |
Protos.CgroupInfo.Blkio.Value.Builder
Describes a stat value without the device descriptor part.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OP_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.CgroupInfo.Blkio.Value |
getDefaultInstance() |
Protos.CgroupInfo.Blkio.Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.CgroupInfo.Blkio.Operation |
getOp()
Required.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getValue()
Required.
|
int |
hashCode() |
boolean |
hasOp()
Required.
|
boolean |
hasValue()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.CgroupInfo.Blkio.Value.Builder |
newBuilder() |
static Protos.CgroupInfo.Blkio.Value.Builder |
newBuilder(Protos.CgroupInfo.Blkio.Value prototype) |
Protos.CgroupInfo.Blkio.Value.Builder |
newBuilderForType() |
protected Protos.CgroupInfo.Blkio.Value.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.CgroupInfo.Blkio.Value |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.CgroupInfo.Blkio.Value |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(java.nio.ByteBuffer data) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.Blkio.Value |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.CgroupInfo.Blkio.Value.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int OP_FIELD_NUMBER
public static final int VALUE_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 hasOp()
Required.
optional .mesos.CgroupInfo.Blkio.Operation op = 1;hasOp in interface Protos.CgroupInfo.Blkio.ValueOrBuilderpublic Protos.CgroupInfo.Blkio.Operation getOp()
Required.
optional .mesos.CgroupInfo.Blkio.Operation op = 1;getOp in interface Protos.CgroupInfo.Blkio.ValueOrBuilderpublic boolean hasValue()
Required.
optional uint64 value = 2;hasValue in interface Protos.CgroupInfo.Blkio.ValueOrBuilderpublic long getValue()
Required.
optional uint64 value = 2;getValue in interface Protos.CgroupInfo.Blkio.ValueOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.CgroupInfo.Blkio.Value parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.Blkio.Value parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.Blkio.Value parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.Blkio.Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Protos.CgroupInfo.Blkio.Value.Builder newBuilderForType()
public static Protos.CgroupInfo.Blkio.Value.Builder newBuilder()
public static Protos.CgroupInfo.Blkio.Value.Builder newBuilder(Protos.CgroupInfo.Blkio.Value prototype)
public Protos.CgroupInfo.Blkio.Value.Builder toBuilder()
protected Protos.CgroupInfo.Blkio.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CgroupInfo.Blkio.Value getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CgroupInfo.Blkio.Value getDefaultInstanceForType()