Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.yarn.event.EventHandler<SchedulerEvent> |
ResourceManager.createSchedulerEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
OpportunisticContainerAllocatorAMService.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 |
AutoCreatedQueueDeletionEvent |
class |
ContainerExpiredSchedulerEvent
The
SchedulerEvent which notifies that a ContainerId
has expired, sent by ContainerAllocationExpirer |
class |
ContainerPreemptEvent
Simple event class used to communicate kill reserved containers, mark
containers for preemption and kill already preemption-marked containers.
|
class |
NodeAddedSchedulerEvent |
class |
NodeAttributesUpdateSchedulerEvent
Event handler class for Node Attributes which sends events to Scheduler.
|
class |
NodeLabelsUpdateSchedulerEvent |
class |
NodeRemovedSchedulerEvent |
class |
NodeResourceUpdateSchedulerEvent |
class |
NodeUpdateSchedulerEvent |
class |
QueueManagementChangeEvent
Event to update scheduler of any queue management changes
|
class |
ReleaseContainerEvent
Event used to release a container.
|
Modifier and Type | Method and Description |
---|---|
void |
FairScheduler.handle(SchedulerEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
FifoScheduler.handle(SchedulerEvent event) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.