public static interface Protos.CgroupInfo.NetClsOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
boolean |
hasClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
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;
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;