This project has retired. For details please refer to its Attic page.
Protos.OperationStatusOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.OperationStatusOrBuilder

    • Method Detail

      • hasOperationId

        boolean hasOperationId()
         While frameworks will only receive status updates for operations on which
         they have set an ID, this field is optional because this message is also
         used internally by Mesos components when the operation's ID has not been
         set.
         
        optional .mesos.OperationID operation_id = 1;
      • getOperationId

        Protos.OperationID getOperationId()
         While frameworks will only receive status updates for operations on which
         they have set an ID, this field is optional because this message is also
         used internally by Mesos components when the operation's ID has not been
         set.
         
        optional .mesos.OperationID operation_id = 1;
      • getOperationIdOrBuilder

        Protos.OperationIDOrBuilder getOperationIdOrBuilder()
         While frameworks will only receive status updates for operations on which
         they have set an ID, this field is optional because this message is also
         used internally by Mesos components when the operation's ID has not been
         set.
         
        optional .mesos.OperationID operation_id = 1;
      • hasState

        boolean hasState()
        required .mesos.OperationState state = 2;
      • hasMessage

        boolean hasMessage()
        optional string message = 3;
      • getMessage

        java.lang.String getMessage()
        optional string message = 3;
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        optional string message = 3;
      • getConvertedResourcesList

        java.util.List<Protos.Resource> getConvertedResourcesList()
         Converted resources after applying the operation. This only
         applies if the `state` is `OPERATION_FINISHED`.
         
        repeated .mesos.Resource converted_resources = 4;
      • getConvertedResources

        Protos.Resource getConvertedResources(int index)
         Converted resources after applying the operation. This only
         applies if the `state` is `OPERATION_FINISHED`.
         
        repeated .mesos.Resource converted_resources = 4;
      • getConvertedResourcesCount

        int getConvertedResourcesCount()
         Converted resources after applying the operation. This only
         applies if the `state` is `OPERATION_FINISHED`.
         
        repeated .mesos.Resource converted_resources = 4;
      • getConvertedResourcesOrBuilderList

        java.util.List<? extends Protos.ResourceOrBuilder> getConvertedResourcesOrBuilderList()
         Converted resources after applying the operation. This only
         applies if the `state` is `OPERATION_FINISHED`.
         
        repeated .mesos.Resource converted_resources = 4;
      • getConvertedResourcesOrBuilder

        Protos.ResourceOrBuilder getConvertedResourcesOrBuilder(int index)
         Converted resources after applying the operation. This only
         applies if the `state` is `OPERATION_FINISHED`.
         
        repeated .mesos.Resource converted_resources = 4;
      • hasUuid

        boolean hasUuid()
         Statuses that are delivered reliably to the scheduler will
         include a `uuid`. The status is considered delivered once
         it is acknowledged by the scheduler.
         
        optional .mesos.UUID uuid = 5;
      • getUuid

        Protos.UUID getUuid()
         Statuses that are delivered reliably to the scheduler will
         include a `uuid`. The status is considered delivered once
         it is acknowledged by the scheduler.
         
        optional .mesos.UUID uuid = 5;
      • getUuidOrBuilder

        Protos.UUIDOrBuilder getUuidOrBuilder()
         Statuses that are delivered reliably to the scheduler will
         include a `uuid`. The status is considered delivered once
         it is acknowledged by the scheduler.
         
        optional .mesos.UUID uuid = 5;
      • hasSlaveId

        boolean hasSlaveId()
         If the operation affects resources from a local resource provider,
         both `slave_id` and `resource_provider_id` will be set.
         If the operation affects resources that belong to an external
         resource provider, only `resource_provider_id` will be set.
         In certain cases, e.g., invalid operations, neither `uuid`,
         `slave_id` nor `resource_provider_id` will be set, and the
         scheduler does not need to acknowledge this status update.
         
        optional .mesos.SlaveID slave_id = 6;
      • getSlaveId

        Protos.SlaveID getSlaveId()
         If the operation affects resources from a local resource provider,
         both `slave_id` and `resource_provider_id` will be set.
         If the operation affects resources that belong to an external
         resource provider, only `resource_provider_id` will be set.
         In certain cases, e.g., invalid operations, neither `uuid`,
         `slave_id` nor `resource_provider_id` will be set, and the
         scheduler does not need to acknowledge this status update.
         
        optional .mesos.SlaveID slave_id = 6;
      • getSlaveIdOrBuilder

        Protos.SlaveIDOrBuilder getSlaveIdOrBuilder()
         If the operation affects resources from a local resource provider,
         both `slave_id` and `resource_provider_id` will be set.
         If the operation affects resources that belong to an external
         resource provider, only `resource_provider_id` will be set.
         In certain cases, e.g., invalid operations, neither `uuid`,
         `slave_id` nor `resource_provider_id` will be set, and the
         scheduler does not need to acknowledge this status update.
         
        optional .mesos.SlaveID slave_id = 6;
      • hasResourceProviderId

        boolean hasResourceProviderId()
        optional .mesos.ResourceProviderID resource_provider_id = 7;
      • getResourceProviderId

        Protos.ResourceProviderID getResourceProviderId()
        optional .mesos.ResourceProviderID resource_provider_id = 7;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /