| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.yarn.event.EventHandler<SchedulerEvent> |
ResourceManager.createSchedulerEventDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManager.SchedulerEventDispatcher.handle(SchedulerEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CapacityScheduler.handle(SchedulerEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppAddedSchedulerEvent |
class |
AppAttemptAddedSchedulerEvent |
class |
AppAttemptRemovedSchedulerEvent |
class |
AppRemovedSchedulerEvent |
class |
ContainerExpiredSchedulerEvent
The
SchedulerEvent which notifies that a ContainerId
has expired, sent by ContainerAllocationExpirer |
class |
NodeAddedSchedulerEvent |
class |
NodeRemovedSchedulerEvent |
class |
NodeUpdateSchedulerEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
FairScheduler.handle(SchedulerEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
FifoScheduler.handle(SchedulerEvent event) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.