public static final class Protos.Offer.Operation.LaunchGroup extends com.google.protobuf.GeneratedMessageV3 implements Protos.Offer.Operation.LaunchGroupOrBuilder
Unlike `Launch` above, all the tasks in a `task_group` are atomically delivered to an executor. `NetworkInfo` set on executor will be shared by all tasks in the task group. TODO(vinod): Any volumes set on executor could be used by a task by explicitly setting `Volume.source` in its resources.Protobuf type
mesos.Offer.Operation.LaunchGroup
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Offer.Operation.LaunchGroup.Builder
Unlike `Launch` above, all the tasks in a `task_group` are
atomically delivered to an executor.
|
Modifier and Type | Field and Description |
---|---|
static int |
EXECUTOR_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
TASK_GROUP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Offer.Operation.LaunchGroup |
getDefaultInstance() |
Protos.Offer.Operation.LaunchGroup |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.ExecutorInfo |
getExecutor()
required .mesos.ExecutorInfo executor = 1; |
Protos.ExecutorInfoOrBuilder |
getExecutorOrBuilder()
required .mesos.ExecutorInfo executor = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
Protos.TaskGroupInfo |
getTaskGroup()
required .mesos.TaskGroupInfo task_group = 2; |
Protos.TaskGroupInfoOrBuilder |
getTaskGroupOrBuilder()
required .mesos.TaskGroupInfo task_group = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExecutor()
required .mesos.ExecutorInfo executor = 1; |
int |
hashCode() |
boolean |
hasTaskGroup()
required .mesos.TaskGroupInfo task_group = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Offer.Operation.LaunchGroup.Builder |
newBuilder() |
static Protos.Offer.Operation.LaunchGroup.Builder |
newBuilder(Protos.Offer.Operation.LaunchGroup prototype) |
Protos.Offer.Operation.LaunchGroup.Builder |
newBuilderForType() |
protected Protos.Offer.Operation.LaunchGroup.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Offer.Operation.LaunchGroup |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Offer.Operation.LaunchGroup |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Offer.Operation.LaunchGroup |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Offer.Operation.LaunchGroup.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int EXECUTOR_FIELD_NUMBER
public static final int TASK_GROUP_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasExecutor()
required .mesos.ExecutorInfo executor = 1;
hasExecutor
in interface Protos.Offer.Operation.LaunchGroupOrBuilder
public Protos.ExecutorInfo getExecutor()
required .mesos.ExecutorInfo executor = 1;
getExecutor
in interface Protos.Offer.Operation.LaunchGroupOrBuilder
public Protos.ExecutorInfoOrBuilder getExecutorOrBuilder()
required .mesos.ExecutorInfo executor = 1;
getExecutorOrBuilder
in interface Protos.Offer.Operation.LaunchGroupOrBuilder
public boolean hasTaskGroup()
required .mesos.TaskGroupInfo task_group = 2;
hasTaskGroup
in interface Protos.Offer.Operation.LaunchGroupOrBuilder
public Protos.TaskGroupInfo getTaskGroup()
required .mesos.TaskGroupInfo task_group = 2;
getTaskGroup
in interface Protos.Offer.Operation.LaunchGroupOrBuilder
public Protos.TaskGroupInfoOrBuilder getTaskGroupOrBuilder()
required .mesos.TaskGroupInfo task_group = 2;
getTaskGroupOrBuilder
in interface Protos.Offer.Operation.LaunchGroupOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.Offer.Operation.LaunchGroup parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Offer.Operation.LaunchGroup parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Offer.Operation.LaunchGroup parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Offer.Operation.LaunchGroup parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Offer.Operation.LaunchGroup parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Offer.Operation.LaunchGroup parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Offer.Operation.LaunchGroup parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Offer.Operation.LaunchGroup parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Offer.Operation.LaunchGroup parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Offer.Operation.LaunchGroup parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Offer.Operation.LaunchGroup.Builder newBuilderForType()
public static Protos.Offer.Operation.LaunchGroup.Builder newBuilder()
public static Protos.Offer.Operation.LaunchGroup.Builder newBuilder(Protos.Offer.Operation.LaunchGroup prototype)
public Protos.Offer.Operation.LaunchGroup.Builder toBuilder()
protected Protos.Offer.Operation.LaunchGroup.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Offer.Operation.LaunchGroup getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Offer.Operation.LaunchGroup getDefaultInstanceForType()