public static final class Scheduler.SchedulerLocation extends com.google.protobuf.GeneratedMessage implements Scheduler.SchedulerLocationOrBuilder
heron.proto.scheduler.SchedulerLocation
Modifier and Type | Class and Description |
---|---|
static class |
Scheduler.SchedulerLocation.Builder
Protobuf type
heron.proto.scheduler.SchedulerLocation |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
HTTP_ENDPOINT_FIELD_NUMBER |
static int |
JOB_PAGE_LINK_FIELD_NUMBER |
static com.google.protobuf.Parser<Scheduler.SchedulerLocation> |
PARSER |
static int |
TOPOLOGY_NAME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static Scheduler.SchedulerLocation |
getDefaultInstance() |
Scheduler.SchedulerLocation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Scheduler.SchedulerLocation> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getTopologyName()
required string topology_name = 1; |
com.google.protobuf.ByteString |
getTopologyNameBytes()
required string topology_name = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasHttpEndpoint()
required string http_endpoint = 2; |
boolean |
hasTopologyName()
required string topology_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Scheduler.SchedulerLocation.Builder |
newBuilder() |
static Scheduler.SchedulerLocation.Builder |
newBuilder(Scheduler.SchedulerLocation prototype) |
Scheduler.SchedulerLocation.Builder |
newBuilderForType() |
protected Scheduler.SchedulerLocation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Scheduler.SchedulerLocation |
parseDelimitedFrom(java.io.InputStream input) |
static Scheduler.SchedulerLocation |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Scheduler.SchedulerLocation |
parseFrom(byte[] data) |
static Scheduler.SchedulerLocation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Scheduler.SchedulerLocation |
parseFrom(com.google.protobuf.ByteString data) |
static Scheduler.SchedulerLocation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Scheduler.SchedulerLocation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Scheduler.SchedulerLocation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Scheduler.SchedulerLocation |
parseFrom(java.io.InputStream input) |
static Scheduler.SchedulerLocation |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Scheduler.SchedulerLocation.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Scheduler.SchedulerLocation> PARSER
public static final int TOPOLOGY_NAME_FIELD_NUMBER
public static final int HTTP_ENDPOINT_FIELD_NUMBER
public static final int JOB_PAGE_LINK_FIELD_NUMBER
public static Scheduler.SchedulerLocation getDefaultInstance()
public Scheduler.SchedulerLocation getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<Scheduler.SchedulerLocation> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasTopologyName()
required string topology_name = 1;
hasTopologyName
in interface Scheduler.SchedulerLocationOrBuilder
public java.lang.String getTopologyName()
required string topology_name = 1;
getTopologyName
in interface Scheduler.SchedulerLocationOrBuilder
public com.google.protobuf.ByteString getTopologyNameBytes()
required string topology_name = 1;
getTopologyNameBytes
in interface Scheduler.SchedulerLocationOrBuilder
public boolean hasHttpEndpoint()
required string http_endpoint = 2;
host:port or DNS address of scheduler which can be reached for runtime management.
hasHttpEndpoint
in interface Scheduler.SchedulerLocationOrBuilder
public java.lang.String getHttpEndpoint()
required string http_endpoint = 2;
host:port or DNS address of scheduler which can be reached for runtime management.
getHttpEndpoint
in interface Scheduler.SchedulerLocationOrBuilder
public com.google.protobuf.ByteString getHttpEndpointBytes()
required string http_endpoint = 2;
host:port or DNS address of scheduler which can be reached for runtime management.
getHttpEndpointBytes
in interface Scheduler.SchedulerLocationOrBuilder
public 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
getJobPageLinkList
in interface Scheduler.SchedulerLocationOrBuilder
public 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
getJobPageLinkCount
in interface Scheduler.SchedulerLocationOrBuilder
public 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
getJobPageLink
in interface Scheduler.SchedulerLocationOrBuilder
public 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
getJobPageLinkBytes
in interface Scheduler.SchedulerLocationOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static Scheduler.SchedulerLocation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Scheduler.SchedulerLocation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Scheduler.SchedulerLocation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Scheduler.SchedulerLocation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Scheduler.SchedulerLocation parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Scheduler.SchedulerLocation parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Scheduler.SchedulerLocation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Scheduler.SchedulerLocation parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Scheduler.SchedulerLocation parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Scheduler.SchedulerLocation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Scheduler.SchedulerLocation.Builder newBuilder()
public Scheduler.SchedulerLocation.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Scheduler.SchedulerLocation.Builder newBuilder(Scheduler.SchedulerLocation prototype)
public Scheduler.SchedulerLocation.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Scheduler.SchedulerLocation.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage