public static final class Protos.CgroupInfo.NetCls extends com.google.protobuf.GeneratedMessageV3 implements Protos.CgroupInfo.NetClsOrBuilder
Configuration of a net_cls cgroup subsystem.Protobuf type
mesos.CgroupInfo.NetCls| Modifier and Type | Class and Description |
|---|---|
static class |
Protos.CgroupInfo.NetCls.Builder
Configuration of a net_cls cgroup subsystem.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASSID_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
static Protos.CgroupInfo.NetCls |
getDefaultInstance() |
Protos.CgroupInfo.NetCls |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.CgroupInfo.NetCls.Builder |
newBuilder() |
static Protos.CgroupInfo.NetCls.Builder |
newBuilder(Protos.CgroupInfo.NetCls prototype) |
Protos.CgroupInfo.NetCls.Builder |
newBuilderForType() |
protected Protos.CgroupInfo.NetCls.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.CgroupInfo.NetCls |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.CgroupInfo.NetCls |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.NetCls |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.NetCls |
parseFrom(java.nio.ByteBuffer data) |
static Protos.CgroupInfo.NetCls |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.NetCls |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.CgroupInfo.NetCls |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.NetCls |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.CgroupInfo.NetCls |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CgroupInfo.NetCls |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.CgroupInfo.NetCls.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int CLASSID_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 hasClassid()
The 32-bit classid consists of two parts, a 16 bit major handle and a 16-bit minor handle. The major and minor handle are represented using the format 0xAAAABBBB, where 0xAAAA is the 16-bit major handle and 0xBBBB is the 16-bit minor handle.
optional uint32 classid = 1;hasClassid in interface Protos.CgroupInfo.NetClsOrBuilderpublic int getClassid()
The 32-bit classid consists of two parts, a 16 bit major handle and a 16-bit minor handle. The major and minor handle are represented using the format 0xAAAABBBB, where 0xAAAA is the 16-bit major handle and 0xBBBB is the 16-bit minor handle.
optional uint32 classid = 1;getClassid in interface Protos.CgroupInfo.NetClsOrBuilderpublic 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.NetCls parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.NetCls parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.NetCls parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.CgroupInfo.NetCls parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Protos.CgroupInfo.NetCls.Builder newBuilderForType()
public static Protos.CgroupInfo.NetCls.Builder newBuilder()
public static Protos.CgroupInfo.NetCls.Builder newBuilder(Protos.CgroupInfo.NetCls prototype)
public Protos.CgroupInfo.NetCls.Builder toBuilder()
protected Protos.CgroupInfo.NetCls.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CgroupInfo.NetCls getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CgroupInfo.NetCls getDefaultInstanceForType()