Package | Description |
---|---|
org.apache.hadoop.yarn.event |
Modifier and Type | Interface and Description |
---|---|
interface |
EventHandler<T extends Event>
Interface for handling events of type T
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvent<TYPE extends Enum<TYPE>>
Parent class of all the events.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncDispatcher.dispatch(Event event) |
Constructor and Description |
---|
AsyncDispatcher(BlockingQueue<Event> eventQueue) |
Copyright © 2018 Apache Software Foundation. All rights reserved.