public static final class Protos.ContainerStatus extends com.google.protobuf.GeneratedMessageV3 implements Protos.ContainerStatusOrBuilder
Container related information that is resolved during container setup. The information is sent back to the framework as part of the TaskStatus message.Protobuf type
mesos.ContainerStatus
Modifier and Type | Class and Description |
---|---|
static class |
Protos.ContainerStatus.Builder
Container related information that is resolved during container
setup.
|
Modifier and Type | Field and Description |
---|---|
static int |
CGROUP_INFO_FIELD_NUMBER |
static int |
CONTAINER_ID_FIELD_NUMBER |
static int |
EXECUTOR_PID_FIELD_NUMBER |
static int |
NETWORK_INFOS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Protos.CgroupInfo |
getCgroupInfo()
Information about Linux control group (cgroup).
|
Protos.CgroupInfoOrBuilder |
getCgroupInfoOrBuilder()
Information about Linux control group (cgroup).
|
Protos.ContainerID |
getContainerId()
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerIDOrBuilder |
getContainerIdOrBuilder()
optional .mesos.ContainerID container_id = 4; |
static Protos.ContainerStatus |
getDefaultInstance() |
Protos.ContainerStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getExecutorPid()
Information about Executor PID.
|
Protos.NetworkInfo |
getNetworkInfos(int index)
This field can be reliably used to identify the container IP address.
|
int |
getNetworkInfosCount()
This field can be reliably used to identify the container IP address.
|
java.util.List<Protos.NetworkInfo> |
getNetworkInfosList()
This field can be reliably used to identify the container IP address.
|
Protos.NetworkInfoOrBuilder |
getNetworkInfosOrBuilder(int index)
This field can be reliably used to identify the container IP address.
|
java.util.List<? extends Protos.NetworkInfoOrBuilder> |
getNetworkInfosOrBuilderList()
This field can be reliably used to identify the container IP address.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCgroupInfo()
Information about Linux control group (cgroup).
|
boolean |
hasContainerId()
optional .mesos.ContainerID container_id = 4; |
boolean |
hasExecutorPid()
Information about Executor PID.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.ContainerStatus.Builder |
newBuilder() |
static Protos.ContainerStatus.Builder |
newBuilder(Protos.ContainerStatus prototype) |
Protos.ContainerStatus.Builder |
newBuilderForType() |
protected Protos.ContainerStatus.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.ContainerStatus |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.ContainerStatus |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerStatus |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerStatus |
parseFrom(java.nio.ByteBuffer data) |
static Protos.ContainerStatus |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerStatus |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.ContainerStatus |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerStatus |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.ContainerStatus |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerStatus |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.ContainerStatus.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int CONTAINER_ID_FIELD_NUMBER
public static final int NETWORK_INFOS_FIELD_NUMBER
public static final int CGROUP_INFO_FIELD_NUMBER
public static final int EXECUTOR_PID_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 hasContainerId()
optional .mesos.ContainerID container_id = 4;
hasContainerId
in interface Protos.ContainerStatusOrBuilder
public Protos.ContainerID getContainerId()
optional .mesos.ContainerID container_id = 4;
getContainerId
in interface Protos.ContainerStatusOrBuilder
public Protos.ContainerIDOrBuilder getContainerIdOrBuilder()
optional .mesos.ContainerID container_id = 4;
getContainerIdOrBuilder
in interface Protos.ContainerStatusOrBuilder
public java.util.List<Protos.NetworkInfo> getNetworkInfosList()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosList
in interface Protos.ContainerStatusOrBuilder
public java.util.List<? extends Protos.NetworkInfoOrBuilder> getNetworkInfosOrBuilderList()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilderList
in interface Protos.ContainerStatusOrBuilder
public int getNetworkInfosCount()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosCount
in interface Protos.ContainerStatusOrBuilder
public Protos.NetworkInfo getNetworkInfos(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfos
in interface Protos.ContainerStatusOrBuilder
public Protos.NetworkInfoOrBuilder getNetworkInfosOrBuilder(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
getNetworkInfosOrBuilder
in interface Protos.ContainerStatusOrBuilder
public boolean hasCgroupInfo()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
hasCgroupInfo
in interface Protos.ContainerStatusOrBuilder
public Protos.CgroupInfo getCgroupInfo()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfo
in interface Protos.ContainerStatusOrBuilder
public Protos.CgroupInfoOrBuilder getCgroupInfoOrBuilder()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
getCgroupInfoOrBuilder
in interface Protos.ContainerStatusOrBuilder
public boolean hasExecutorPid()
Information about Executor PID.
optional uint32 executor_pid = 3;
hasExecutorPid
in interface Protos.ContainerStatusOrBuilder
public int getExecutorPid()
Information about Executor PID.
optional uint32 executor_pid = 3;
getExecutorPid
in interface Protos.ContainerStatusOrBuilder
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.ContainerStatus parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerStatus parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerStatus parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerStatus parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.ContainerStatus parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.ContainerStatus parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.ContainerStatus parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.ContainerStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.ContainerStatus.Builder newBuilderForType()
public static Protos.ContainerStatus.Builder newBuilder()
public static Protos.ContainerStatus.Builder newBuilder(Protos.ContainerStatus prototype)
public Protos.ContainerStatus.Builder toBuilder()
protected Protos.ContainerStatus.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.ContainerStatus getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.ContainerStatus getDefaultInstanceForType()