| Package | Description |
|---|---|
| org.apache.tez.common |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends Enum>,AsyncDispatcherConcurrent> |
AsyncDispatcher.concurrentEventDispatchers |
protected Map<Class<? extends Enum>,AsyncDispatcherConcurrent> |
AsyncDispatcherConcurrent.eventDispatchers |
| Modifier and Type | Method and Description |
|---|---|
AsyncDispatcherConcurrent |
AsyncDispatcher.registerAndCreateDispatcher(Class<? extends Enum> eventType,
org.apache.hadoop.yarn.event.EventHandler handler,
String dispatcherName,
int numThreads) |
AsyncDispatcherConcurrent |
AsyncDispatcherConcurrent.registerAndCreateDispatcher(Class<? extends Enum> eventType,
org.apache.hadoop.yarn.event.EventHandler handler,
String dispatcherName,
int numThreads)
Add an EventHandler for events handled in their own dispatchers with given name and threads
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncDispatcher.registerWithExistingDispatcher(Class<? extends Enum> eventType,
org.apache.hadoop.yarn.event.EventHandler handler,
AsyncDispatcherConcurrent dispatcher) |
void |
AsyncDispatcherConcurrent.registerWithExistingDispatcher(Class<? extends Enum> eventType,
org.apache.hadoop.yarn.event.EventHandler handler,
AsyncDispatcherConcurrent dispatcher) |
Copyright © 2019 Apache Software Foundation. All rights reserved.