You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Diana Arroyo (JIRA)" <ji...@apache.org> on 2015/11/11 14:59:10 UTC

[jira] [Commented] (MESOS-3777) Replace Master/Slave Terminology Phase I - Modify public interfaces

    [ https://issues.apache.org/jira/browse/MESOS-3777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15000397#comment-15000397 ] 

Diana Arroyo commented on MESOS-3777:
-------------------------------------

List of for public interfaces function names to update:
include/mesos/master/allocator.hpp (Allocator)
  virtual void addSlave()
  virtual void removeSlave()
  virtual void updateSlave()
  virtual void activateSlave()
  virtual void deactivateSlave()


include/mesos/hook.hpp (Hook)
  virtual Result<Labels> masterLaunchTaskLabelDecorator()
  virtual Result<Labels> slaveRunTaskLabelDecorator()
  virtual Try<Nothing> masterSlaveLostHook()
  virtual Result<Environment> slaveExecutorEnvironmentDecorator()
  virtual Try<Nothing> slavePreLaunchDockerHook()
  virtual Try<Nothing> slaveRemoveExecutorHook()
  virtual Result<TaskStatus> slaveTaskStatusDecorator()
  virtual Result<Resources> slaveResourcesDecorator()
  virtual Result<Attributes> slaveAttributesDecorator()


> Replace Master/Slave Terminology Phase I - Modify public interfaces 
> --------------------------------------------------------------------
>
>                 Key: MESOS-3777
>                 URL: https://issues.apache.org/jira/browse/MESOS-3777
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Diana Arroyo
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)