public static interface Protos.SlaveInfoOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Attribute |
getAttributes(int index)
repeated .mesos.Attribute attributes = 5; |
int |
getAttributesCount()
repeated .mesos.Attribute attributes = 5; |
java.util.List<Protos.Attribute> |
getAttributesList()
repeated .mesos.Attribute attributes = 5; |
Protos.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .mesos.Attribute attributes = 5; |
java.util.List<? extends Protos.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .mesos.Attribute attributes = 5; |
boolean |
getCheckpoint()
Slave checkpointing is always enabled in recent Mesos versions;
the value of this field is ignored.
|
Protos.DomainInfo |
getDomain()
The domain that this slave belongs to.
|
Protos.DomainInfoOrBuilder |
getDomainOrBuilder()
The domain that this slave belongs to.
|
java.lang.String |
getHostname()
required string hostname = 1; |
com.google.protobuf.ByteString |
getHostnameBytes()
required string hostname = 1; |
Protos.SlaveID |
getId()
optional .mesos.SlaveID id = 6; |
Protos.SlaveIDOrBuilder |
getIdOrBuilder()
optional .mesos.SlaveID id = 6; |
int |
getPort()
optional int32 port = 8 [default = 5051]; |
Protos.Resource |
getResources(int index)
The configured resources at the agent.
|
int |
getResourcesCount()
The configured resources at the agent.
|
java.util.List<Protos.Resource> |
getResourcesList()
The configured resources at the agent.
|
Protos.ResourceOrBuilder |
getResourcesOrBuilder(int index)
The configured resources at the agent.
|
java.util.List<? extends Protos.ResourceOrBuilder> |
getResourcesOrBuilderList()
The configured resources at the agent.
|
boolean |
hasCheckpoint()
Slave checkpointing is always enabled in recent Mesos versions;
the value of this field is ignored.
|
boolean |
hasDomain()
The domain that this slave belongs to.
|
boolean |
hasHostname()
required string hostname = 1; |
boolean |
hasId()
optional .mesos.SlaveID id = 6; |
boolean |
hasPort()
optional int32 port = 8 [default = 5051]; |
boolean hasHostname()
required string hostname = 1;
java.lang.String getHostname()
required string hostname = 1;
com.google.protobuf.ByteString getHostnameBytes()
required string hostname = 1;
boolean hasPort()
optional int32 port = 8 [default = 5051];
int getPort()
optional int32 port = 8 [default = 5051];
java.util.List<Protos.Resource> getResourcesList()
The configured resources at the agent. This does not include any dynamic reservations or persistent volumes that may currently exist at the agent.
repeated .mesos.Resource resources = 3;
Protos.Resource getResources(int index)
The configured resources at the agent. This does not include any dynamic reservations or persistent volumes that may currently exist at the agent.
repeated .mesos.Resource resources = 3;
int getResourcesCount()
The configured resources at the agent. This does not include any dynamic reservations or persistent volumes that may currently exist at the agent.
repeated .mesos.Resource resources = 3;
java.util.List<? extends Protos.ResourceOrBuilder> getResourcesOrBuilderList()
The configured resources at the agent. This does not include any dynamic reservations or persistent volumes that may currently exist at the agent.
repeated .mesos.Resource resources = 3;
Protos.ResourceOrBuilder getResourcesOrBuilder(int index)
The configured resources at the agent. This does not include any dynamic reservations or persistent volumes that may currently exist at the agent.
repeated .mesos.Resource resources = 3;
java.util.List<Protos.Attribute> getAttributesList()
repeated .mesos.Attribute attributes = 5;
Protos.Attribute getAttributes(int index)
repeated .mesos.Attribute attributes = 5;
int getAttributesCount()
repeated .mesos.Attribute attributes = 5;
java.util.List<? extends Protos.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .mesos.Attribute attributes = 5;
Protos.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .mesos.Attribute attributes = 5;
boolean hasId()
optional .mesos.SlaveID id = 6;
Protos.SlaveID getId()
optional .mesos.SlaveID id = 6;
Protos.SlaveIDOrBuilder getIdOrBuilder()
optional .mesos.SlaveID id = 6;
boolean hasDomain()
The domain that this slave belongs to. If the slave's region differs from the master's region, it will not appear in resource offers to frameworks that have not enabled the REGION_AWARE capability.
optional .mesos.DomainInfo domain = 10;
Protos.DomainInfo getDomain()
The domain that this slave belongs to. If the slave's region differs from the master's region, it will not appear in resource offers to frameworks that have not enabled the REGION_AWARE capability.
optional .mesos.DomainInfo domain = 10;
Protos.DomainInfoOrBuilder getDomainOrBuilder()
The domain that this slave belongs to. If the slave's region differs from the master's region, it will not appear in resource offers to frameworks that have not enabled the REGION_AWARE capability.
optional .mesos.DomainInfo domain = 10;
boolean hasCheckpoint()
Slave checkpointing is always enabled in recent Mesos versions; the value of this field is ignored. TODO(joerg84): Remove checkpoint field after deprecation cycle starting with 0.27 (MESOS-2317).
optional bool checkpoint = 7 [default = false];
boolean getCheckpoint()
Slave checkpointing is always enabled in recent Mesos versions; the value of this field is ignored. TODO(joerg84): Remove checkpoint field after deprecation cycle starting with 0.27 (MESOS-2317).
optional bool checkpoint = 7 [default = false];