public static final class Protos.ContainerStatus.Builder extends <any> 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 | Method and Description |
---|---|
Protos.ContainerStatus.Builder |
addAllNetworkInfos(java.lang.Iterable<? extends Protos.NetworkInfo> values)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
addNetworkInfos(int index,
Protos.NetworkInfo.Builder builderForValue)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
addNetworkInfos(int index,
Protos.NetworkInfo value)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
addNetworkInfos(Protos.NetworkInfo.Builder builderForValue)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
addNetworkInfos(Protos.NetworkInfo value)
This field can be reliably used to identify the container IP address.
|
Protos.NetworkInfo.Builder |
addNetworkInfosBuilder()
This field can be reliably used to identify the container IP address.
|
Protos.NetworkInfo.Builder |
addNetworkInfosBuilder(int index)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ContainerStatus |
build() |
Protos.ContainerStatus |
buildPartial() |
Protos.ContainerStatus.Builder |
clear() |
Protos.ContainerStatus.Builder |
clearCgroupInfo()
Information about Linux control group (cgroup).
|
Protos.ContainerStatus.Builder |
clearContainerId()
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerStatus.Builder |
clearExecutorPid()
Information about Executor PID.
|
Protos.ContainerStatus.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ContainerStatus.Builder |
clearNetworkInfos()
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ContainerStatus.Builder |
clone() |
Protos.CgroupInfo |
getCgroupInfo()
Information about Linux control group (cgroup).
|
Protos.CgroupInfo.Builder |
getCgroupInfoBuilder()
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.ContainerID.Builder |
getContainerIdBuilder()
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerIDOrBuilder |
getContainerIdOrBuilder()
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerStatus |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getExecutorPid()
Information about Executor PID.
|
Protos.NetworkInfo |
getNetworkInfos(int index)
This field can be reliably used to identify the container IP address.
|
Protos.NetworkInfo.Builder |
getNetworkInfosBuilder(int index)
This field can be reliably used to identify the container IP address.
|
java.util.List<Protos.NetworkInfo.Builder> |
getNetworkInfosBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.ContainerStatus.Builder |
mergeCgroupInfo(Protos.CgroupInfo value)
Information about Linux control group (cgroup).
|
Protos.ContainerStatus.Builder |
mergeContainerId(Protos.ContainerID value)
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerStatus.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ContainerStatus.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.ContainerStatus.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ContainerStatus.Builder |
removeNetworkInfos(int index)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
setCgroupInfo(Protos.CgroupInfo.Builder builderForValue)
Information about Linux control group (cgroup).
|
Protos.ContainerStatus.Builder |
setCgroupInfo(Protos.CgroupInfo value)
Information about Linux control group (cgroup).
|
Protos.ContainerStatus.Builder |
setContainerId(Protos.ContainerID.Builder builderForValue)
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerStatus.Builder |
setContainerId(Protos.ContainerID value)
optional .mesos.ContainerID container_id = 4; |
Protos.ContainerStatus.Builder |
setExecutorPid(int value)
Information about Executor PID.
|
Protos.ContainerStatus.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ContainerStatus.Builder |
setNetworkInfos(int index,
Protos.NetworkInfo.Builder builderForValue)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
setNetworkInfos(int index,
Protos.NetworkInfo value)
This field can be reliably used to identify the container IP address.
|
Protos.ContainerStatus.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.ContainerStatus.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.ContainerStatus.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.ContainerStatus getDefaultInstanceForType()
public Protos.ContainerStatus build()
public Protos.ContainerStatus buildPartial()
public Protos.ContainerStatus.Builder clone()
public Protos.ContainerStatus.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ContainerStatus.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.ContainerStatus.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.ContainerStatus.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.ContainerStatus.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ContainerStatus.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.ContainerStatus.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
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.ContainerStatus.Builder setContainerId(Protos.ContainerID value)
optional .mesos.ContainerID container_id = 4;
public Protos.ContainerStatus.Builder setContainerId(Protos.ContainerID.Builder builderForValue)
optional .mesos.ContainerID container_id = 4;
public Protos.ContainerStatus.Builder mergeContainerId(Protos.ContainerID value)
optional .mesos.ContainerID container_id = 4;
public Protos.ContainerStatus.Builder clearContainerId()
optional .mesos.ContainerID container_id = 4;
public Protos.ContainerID.Builder getContainerIdBuilder()
optional .mesos.ContainerID container_id = 4;
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 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.ContainerStatus.Builder setNetworkInfos(int index, Protos.NetworkInfo value)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder setNetworkInfos(int index, Protos.NetworkInfo.Builder builderForValue)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder addNetworkInfos(Protos.NetworkInfo value)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder addNetworkInfos(int index, Protos.NetworkInfo value)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder addNetworkInfos(Protos.NetworkInfo.Builder builderForValue)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder addNetworkInfos(int index, Protos.NetworkInfo.Builder builderForValue)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder addAllNetworkInfos(java.lang.Iterable<? extends Protos.NetworkInfo> values)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder clearNetworkInfos()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.ContainerStatus.Builder removeNetworkInfos(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.NetworkInfo.Builder getNetworkInfosBuilder(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
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 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 Protos.NetworkInfo.Builder addNetworkInfosBuilder()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public Protos.NetworkInfo.Builder addNetworkInfosBuilder(int index)
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
public java.util.List<Protos.NetworkInfo.Builder> getNetworkInfosBuilderList()
This field can be reliably used to identify the container IP address.
repeated .mesos.NetworkInfo network_infos = 1;
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.ContainerStatus.Builder setCgroupInfo(Protos.CgroupInfo value)
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
public Protos.ContainerStatus.Builder setCgroupInfo(Protos.CgroupInfo.Builder builderForValue)
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
public Protos.ContainerStatus.Builder mergeCgroupInfo(Protos.CgroupInfo value)
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
public Protos.ContainerStatus.Builder clearCgroupInfo()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
public Protos.CgroupInfo.Builder getCgroupInfoBuilder()
Information about Linux control group (cgroup).
optional .mesos.CgroupInfo cgroup_info = 2;
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 Protos.ContainerStatus.Builder setExecutorPid(int value)
Information about Executor PID.
optional uint32 executor_pid = 3;
public Protos.ContainerStatus.Builder clearExecutorPid()
Information about Executor PID.
optional uint32 executor_pid = 3;
public final Protos.ContainerStatus.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.ContainerStatus.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)