public static final class Protos.CgroupInfo extends com.google.protobuf.GeneratedMessageV3 implements Protos.CgroupInfoOrBuilder
Linux control group (cgroup) information.Protobuf type
mesos.CgroupInfo
Modifier and Type | Class and Description |
---|---|
static class |
Protos.CgroupInfo.Blkio
Configuration of a blkio cgroup subsystem.
|
static interface |
Protos.CgroupInfo.BlkioOrBuilder |
static class |
Protos.CgroupInfo.Builder
Linux control group (cgroup) information.
|
static class |
Protos.CgroupInfo.NetCls
Configuration of a net_cls cgroup subsystem.
|
static interface |
Protos.CgroupInfo.NetClsOrBuilder |
Modifier and Type | Field and Description |
---|---|
static int |
NET_CLS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.CgroupInfo |
getDefaultInstance() |
Protos.CgroupInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.CgroupInfo.NetCls |
getNetCls()
optional .mesos.CgroupInfo.NetCls net_cls = 1; |
Protos.CgroupInfo.NetClsOrBuilder |
getNetClsOrBuilder()
optional .mesos.CgroupInfo.NetCls net_cls = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNetCls()
optional .mesos.CgroupInfo.NetCls net_cls = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.CgroupInfo.Builder |
newBuilder() |
static Protos.CgroupInfo.Builder |
newBuilder(Protos.CgroupInfo prototype) |
Protos.CgroupInfo.Builder |
newBuilderForType() |
protected Protos.CgroupInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.CgroupInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.CgroupInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo |
parseFrom(java.nio.ByteBuffer data) |
static Protos.CgroupInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.CgroupInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.CgroupInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.CgroupInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NET_CLS_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 hasNetCls()
optional .mesos.CgroupInfo.NetCls net_cls = 1;
hasNetCls
in interface Protos.CgroupInfoOrBuilder
public Protos.CgroupInfo.NetCls getNetCls()
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetCls
in interface Protos.CgroupInfoOrBuilder
public Protos.CgroupInfo.NetClsOrBuilder getNetClsOrBuilder()
optional .mesos.CgroupInfo.NetCls net_cls = 1;
getNetClsOrBuilder
in interface Protos.CgroupInfoOrBuilder
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 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CgroupInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CgroupInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.CgroupInfo.Builder newBuilderForType()
public static Protos.CgroupInfo.Builder newBuilder()
public static Protos.CgroupInfo.Builder newBuilder(Protos.CgroupInfo prototype)
public Protos.CgroupInfo.Builder toBuilder()
protected Protos.CgroupInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CgroupInfo getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CgroupInfo getDefaultInstanceForType()