public static interface Protos.ContainerStatusOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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.
|
boolean |
hasCgroupInfo()
Information about Linux control group (cgroup).
|
boolean |
hasContainerId()
optional .mesos.ContainerID container_id = 4; |
boolean |
hasExecutorPid()
Information about Executor PID.
|
boolean hasContainerId()
optional .mesos.ContainerID container_id = 4;
Protos.ContainerID getContainerId()
optional .mesos.ContainerID container_id = 4;
Protos.ContainerIDOrBuilder getContainerIdOrBuilder()
optional .mesos.ContainerID container_id = 4;
java.util.List<Protos.NetworkInfo> getNetworkInfosList()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
Protos.NetworkInfo getNetworkInfos(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
int getNetworkInfosCount()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
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;
Protos.NetworkInfoOrBuilder getNetworkInfosOrBuilder(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
boolean hasCgroupInfo()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
Protos.CgroupInfo getCgroupInfo()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
Protos.CgroupInfoOrBuilder getCgroupInfoOrBuilder()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
boolean hasExecutorPid()
Information about Executor PID.
optional uint32 executor_pid = 3;
int getExecutorPid()
Information about Executor PID.
optional uint32 executor_pid = 3;