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

Interface Protos.TaskOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
        required string name = 1;
      • getName

        java.lang.String getName()
        required string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
      • hasTaskId

        boolean hasTaskId()
        required .mesos.TaskID task_id = 2;
      • getTaskId

        Protos.TaskID getTaskId()
        required .mesos.TaskID task_id = 2;
      • hasFrameworkId

        boolean hasFrameworkId()
        required .mesos.FrameworkID framework_id = 3;
      • getFrameworkId

        Protos.FrameworkID getFrameworkId()
        required .mesos.FrameworkID framework_id = 3;
      • hasExecutorId

        boolean hasExecutorId()
        optional .mesos.ExecutorID executor_id = 4;
      • getExecutorId

        Protos.ExecutorID getExecutorId()
        optional .mesos.ExecutorID executor_id = 4;
      • hasSlaveId

        boolean hasSlaveId()
        required .mesos.SlaveID slave_id = 5;
      • getSlaveId

        Protos.SlaveID getSlaveId()
        required .mesos.SlaveID slave_id = 5;
      • hasState

        boolean hasState()
         Latest state of the task.
         
        required .mesos.TaskState state = 6;
      • getState

        Protos.TaskState getState()
         Latest state of the task.
         
        required .mesos.TaskState state = 6;
      • getResourcesList

        java.util.List<Protos.Resource> getResourcesList()
        repeated .mesos.Resource resources = 7;
      • getResources

        Protos.Resource getResources(int index)
        repeated .mesos.Resource resources = 7;
      • getResourcesCount

        int getResourcesCount()
        repeated .mesos.Resource resources = 7;
      • getResourcesOrBuilderList

        java.util.List<? extends Protos.ResourceOrBuilder> getResourcesOrBuilderList()
        repeated .mesos.Resource resources = 7;
      • getResourcesOrBuilder

        Protos.ResourceOrBuilder getResourcesOrBuilder(int index)
        repeated .mesos.Resource resources = 7;
      • getStatusesList

        java.util.List<Protos.TaskStatus> getStatusesList()
        repeated .mesos.TaskStatus statuses = 8;
      • getStatuses

        Protos.TaskStatus getStatuses(int index)
        repeated .mesos.TaskStatus statuses = 8;
      • getStatusesCount

        int getStatusesCount()
        repeated .mesos.TaskStatus statuses = 8;
      • getStatusesOrBuilderList

        java.util.List<? extends Protos.TaskStatusOrBuilder> getStatusesOrBuilderList()
        repeated .mesos.TaskStatus statuses = 8;
      • hasStatusUpdateState

        boolean hasStatusUpdateState()
         These fields correspond to the state and uuid of the latest
         status update forwarded to the master.
         NOTE: Either both the fields must be set or both must be unset.
         
        optional .mesos.TaskState status_update_state = 9;
      • getStatusUpdateState

        Protos.TaskState getStatusUpdateState()
         These fields correspond to the state and uuid of the latest
         status update forwarded to the master.
         NOTE: Either both the fields must be set or both must be unset.
         
        optional .mesos.TaskState status_update_state = 9;
      • hasStatusUpdateUuid

        boolean hasStatusUpdateUuid()
        optional bytes status_update_uuid = 10;
      • getStatusUpdateUuid

        com.google.protobuf.ByteString getStatusUpdateUuid()
        optional bytes status_update_uuid = 10;
      • hasLabels

        boolean hasLabels()
        optional .mesos.Labels labels = 11;
      • getLabels

        Protos.Labels getLabels()
        optional .mesos.Labels labels = 11;
      • hasDiscovery

        boolean hasDiscovery()
         Service discovery information for the task. It is not interpreted
         or acted upon by Mesos. It is up to a service discovery system
         to use this information as needed and to handle tasks without
         service discovery information.
         
        optional .mesos.DiscoveryInfo discovery = 12;
      • getDiscovery

        Protos.DiscoveryInfo getDiscovery()
         Service discovery information for the task. It is not interpreted
         or acted upon by Mesos. It is up to a service discovery system
         to use this information as needed and to handle tasks without
         service discovery information.
         
        optional .mesos.DiscoveryInfo discovery = 12;
      • getDiscoveryOrBuilder

        Protos.DiscoveryInfoOrBuilder getDiscoveryOrBuilder()
         Service discovery information for the task. It is not interpreted
         or acted upon by Mesos. It is up to a service discovery system
         to use this information as needed and to handle tasks without
         service discovery information.
         
        optional .mesos.DiscoveryInfo discovery = 12;
      • hasContainer

        boolean hasContainer()
         Container information for the task.
         
        optional .mesos.ContainerInfo container = 13;
      • getContainer

        Protos.ContainerInfo getContainer()
         Container information for the task.
         
        optional .mesos.ContainerInfo container = 13;
      • getContainerOrBuilder

        Protos.ContainerInfoOrBuilder getContainerOrBuilder()
         Container information for the task.
         
        optional .mesos.ContainerInfo container = 13;
      • hasHealthCheck

        boolean hasHealthCheck()
        optional .mesos.HealthCheck health_check = 15;
      • getHealthCheck

        Protos.HealthCheck getHealthCheck()
        optional .mesos.HealthCheck health_check = 15;
      • hasKillPolicy

        boolean hasKillPolicy()
         The kill policy used for this task when it is killed. It's possible for
         this policy to be overridden by the scheduler when killing the task.
         
        optional .mesos.KillPolicy kill_policy = 16;
      • getKillPolicy

        Protos.KillPolicy getKillPolicy()
         The kill policy used for this task when it is killed. It's possible for
         this policy to be overridden by the scheduler when killing the task.
         
        optional .mesos.KillPolicy kill_policy = 16;
      • getKillPolicyOrBuilder

        Protos.KillPolicyOrBuilder getKillPolicyOrBuilder()
         The kill policy used for this task when it is killed. It's possible for
         this policy to be overridden by the scheduler when killing the task.
         
        optional .mesos.KillPolicy kill_policy = 16;
      • hasUser

        boolean hasUser()
         Specific user under which task is running.
         
        optional string user = 14;
      • getUser

        java.lang.String getUser()
         Specific user under which task is running.
         
        optional string user = 14;
      • getUserBytes

        com.google.protobuf.ByteString getUserBytes()
         Specific user under which task is running.
         
        optional string user = 14;
      • getLimitsCount

        int getLimitsCount()
         Resource limits associated with the task.
         
        map<string, .mesos.Value.Scalar> limits = 17;
      • containsLimits

        boolean containsLimits(java.lang.String key)
         Resource limits associated with the task.
         
        map<string, .mesos.Value.Scalar> limits = 17;
      • getLimitsMap

        java.util.Map<java.lang.String,Protos.Value.Scalar> getLimitsMap()
         Resource limits associated with the task.
         
        map<string, .mesos.Value.Scalar> limits = 17;
      • getLimitsOrDefault

        Protos.Value.Scalar getLimitsOrDefault(java.lang.String key,
         Protos.Value.Scalar defaultValue)
         Resource limits associated with the task.
         
        map<string, .mesos.Value.Scalar> limits = 17;
      • getLimitsOrThrow

        Protos.Value.Scalar getLimitsOrThrow(java.lang.String key)
         Resource limits associated with the task.
         
        map<string, .mesos.Value.Scalar> limits = 17;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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