public static interface Scheduler.SchedulerLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHttpEndpoint()
required string http_endpoint = 2; |
com.google.protobuf.ByteString |
getHttpEndpointBytes()
required string http_endpoint = 2; |
java.lang.String |
getJobPageLink(int index)
repeated string job_page_link = 3; |
com.google.protobuf.ByteString |
getJobPageLinkBytes(int index)
repeated string job_page_link = 3; |
int |
getJobPageLinkCount()
repeated string job_page_link = 3; |
java.util.List<java.lang.String> |
getJobPageLinkList()
repeated string job_page_link = 3; |
java.lang.String |
getTopologyName()
required string topology_name = 1; |
com.google.protobuf.ByteString |
getTopologyNameBytes()
required string topology_name = 1; |
boolean |
hasHttpEndpoint()
required string http_endpoint = 2; |
boolean |
hasTopologyName()
required string topology_name = 1; |
boolean hasTopologyName()
required string topology_name = 1;
java.lang.String getTopologyName()
required string topology_name = 1;
com.google.protobuf.ByteString getTopologyNameBytes()
required string topology_name = 1;
boolean hasHttpEndpoint()
required string http_endpoint = 2;
host:port or DNS address of scheduler which can be reached for runtime management.
java.lang.String getHttpEndpoint()
required string http_endpoint = 2;
host:port or DNS address of scheduler which can be reached for runtime management.
com.google.protobuf.ByteString getHttpEndpointBytes()
required string http_endpoint = 2;
host:port or DNS address of scheduler which can be reached for runtime management.
java.util.List<java.lang.String> getJobPageLinkList()
repeated string job_page_link = 3;
Optional links to topology's customized ui page Example: link to the Mesos Slave UI page displaying all scheduled containers
int getJobPageLinkCount()
repeated string job_page_link = 3;
Optional links to topology's customized ui page Example: link to the Mesos Slave UI page displaying all scheduled containers
java.lang.String getJobPageLink(int index)
repeated string job_page_link = 3;
Optional links to topology's customized ui page Example: link to the Mesos Slave UI page displaying all scheduled containers
com.google.protobuf.ByteString getJobPageLinkBytes(int index)
repeated string job_page_link = 3;
Optional links to topology's customized ui page Example: link to the Mesos Slave UI page displaying all scheduled containers