public static interface Protos.OperationOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.FrameworkID |
getFrameworkId()
optional .mesos.FrameworkID framework_id = 1; |
Protos.FrameworkIDOrBuilder |
getFrameworkIdOrBuilder()
optional .mesos.FrameworkID framework_id = 1; |
Protos.Offer.Operation |
getInfo()
required .mesos.Offer.Operation info = 3; |
Protos.Offer.OperationOrBuilder |
getInfoOrBuilder()
required .mesos.Offer.Operation info = 3; |
Protos.OperationStatus |
getLatestStatus()
required .mesos.OperationStatus latest_status = 4; |
Protos.OperationStatusOrBuilder |
getLatestStatusOrBuilder()
required .mesos.OperationStatus latest_status = 4; |
Protos.SlaveID |
getSlaveId()
optional .mesos.SlaveID slave_id = 2; |
Protos.SlaveIDOrBuilder |
getSlaveIdOrBuilder()
optional .mesos.SlaveID slave_id = 2; |
Protos.OperationStatus |
getStatuses(int index)
All the statuses known to this operation.
|
int |
getStatusesCount()
All the statuses known to this operation.
|
java.util.List<Protos.OperationStatus> |
getStatusesList()
All the statuses known to this operation.
|
Protos.OperationStatusOrBuilder |
getStatusesOrBuilder(int index)
All the statuses known to this operation.
|
java.util.List<? extends Protos.OperationStatusOrBuilder> |
getStatusesOrBuilderList()
All the statuses known to this operation.
|
Protos.UUID |
getUuid()
This is the internal UUID for the operation, which is kept independently
from the framework-specified operation ID, which is optional.
|
Protos.UUIDOrBuilder |
getUuidOrBuilder()
This is the internal UUID for the operation, which is kept independently
from the framework-specified operation ID, which is optional.
|
boolean |
hasFrameworkId()
optional .mesos.FrameworkID framework_id = 1; |
boolean |
hasInfo()
required .mesos.Offer.Operation info = 3; |
boolean |
hasLatestStatus()
required .mesos.OperationStatus latest_status = 4; |
boolean |
hasSlaveId()
optional .mesos.SlaveID slave_id = 2; |
boolean |
hasUuid()
This is the internal UUID for the operation, which is kept independently
from the framework-specified operation ID, which is optional.
|
boolean hasFrameworkId()
optional .mesos.FrameworkID framework_id = 1;
Protos.FrameworkID getFrameworkId()
optional .mesos.FrameworkID framework_id = 1;
Protos.FrameworkIDOrBuilder getFrameworkIdOrBuilder()
optional .mesos.FrameworkID framework_id = 1;
boolean hasSlaveId()
optional .mesos.SlaveID slave_id = 2;
Protos.SlaveID getSlaveId()
optional .mesos.SlaveID slave_id = 2;
Protos.SlaveIDOrBuilder getSlaveIdOrBuilder()
optional .mesos.SlaveID slave_id = 2;
boolean hasInfo()
required .mesos.Offer.Operation info = 3;
Protos.Offer.Operation getInfo()
required .mesos.Offer.Operation info = 3;
Protos.Offer.OperationOrBuilder getInfoOrBuilder()
required .mesos.Offer.Operation info = 3;
boolean hasLatestStatus()
required .mesos.OperationStatus latest_status = 4;
Protos.OperationStatus getLatestStatus()
required .mesos.OperationStatus latest_status = 4;
Protos.OperationStatusOrBuilder getLatestStatusOrBuilder()
required .mesos.OperationStatus latest_status = 4;
java.util.List<Protos.OperationStatus> getStatusesList()
All the statuses known to this operation. Some of the statuses in this list might not have been acknowledged yet. The statuses are ordered.
repeated .mesos.OperationStatus statuses = 5;
Protos.OperationStatus getStatuses(int index)
All the statuses known to this operation. Some of the statuses in this list might not have been acknowledged yet. The statuses are ordered.
repeated .mesos.OperationStatus statuses = 5;
int getStatusesCount()
All the statuses known to this operation. Some of the statuses in this list might not have been acknowledged yet. The statuses are ordered.
repeated .mesos.OperationStatus statuses = 5;
java.util.List<? extends Protos.OperationStatusOrBuilder> getStatusesOrBuilderList()
All the statuses known to this operation. Some of the statuses in this list might not have been acknowledged yet. The statuses are ordered.
repeated .mesos.OperationStatus statuses = 5;
Protos.OperationStatusOrBuilder getStatusesOrBuilder(int index)
All the statuses known to this operation. Some of the statuses in this list might not have been acknowledged yet. The statuses are ordered.
repeated .mesos.OperationStatus statuses = 5;
boolean hasUuid()
This is the internal UUID for the operation, which is kept independently from the framework-specified operation ID, which is optional.
required .mesos.UUID uuid = 6;
Protos.UUID getUuid()
This is the internal UUID for the operation, which is kept independently from the framework-specified operation ID, which is optional.
required .mesos.UUID uuid = 6;
Protos.UUIDOrBuilder getUuidOrBuilder()
This is the internal UUID for the operation, which is kept independently from the framework-specified operation ID, which is optional.
required .mesos.UUID uuid = 6;