Class | Description |
---|---|
AcceptOffers |
Local message sent by the launch coordinator to the scheduler to accept offers.
|
Connected |
Message sent by the callback handler to the scheduler actor
when the scheduler becomes "connected" to the master.
|
Disconnected |
Message sent by the callback handler to the scheduler actor
when the scheduler becomes "disconnected" from the master (e.g., the master fails and another is taking over).
|
Error |
Message sent when there is an unrecoverable error in the scheduler or
driver.
|
ExecutorLost |
Message sent when an executor has exited/terminated.
|
FrameworkMessage |
Message sent when an executor sends a message.
|
OfferRescinded |
Message sent by the callback handler to the scheduler actor
when an offer is no longer valid (e.g., the slave was lost or another framework used resources in the offer).
|
Registered |
Message sent by the callback handler to the scheduler actor
when the scheduler successfully registers with a Mesos master.
|
ReRegistered |
Message sent by the callback handler to the scheduler actor
when the scheduler re-registers with a newly elected Mesos master.
|
ResourceOffers |
Message sent by the callback handler to the scheduler actor
when resources have been offered to this framework.
|
SlaveLost |
Message sent by the callback handler to the scheduler actor
when a slave has been determined unreachable (e.g., machine failure, network partition).
|
StatusUpdate |
Message sent by the callback handler to the scheduler actor
when the status of a task has changed (e.g., a slave is lost and so the task is lost,
a task finishes and an executor sends a status update saying so, etc).
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.