java.lang.Runnablepublic class DirectShuffleEventFetcher<K,V>
extends java.lang.Thread
| Constructor | Description |
|---|---|
DirectShuffleEventFetcher(org.apache.hadoop.mapreduce.TaskAttemptID reduce,
org.apache.hadoop.mapred.TaskUmbilicalProtocol umbilical,
org.apache.hadoop.mapreduce.task.reduce.ShuffleScheduler<K,V> scheduler,
org.apache.hadoop.mapreduce.task.reduce.ExceptionReporter reporter,
int maxEventsToFetch) |
| Modifier and Type | Method | Description |
|---|---|---|
protected int |
getMapCompletionEvents() |
Queries the TaskTracker for a set of map-completion events
from a given event ID.
|
void |
run() |
|
void |
shutDown() |
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yieldpublic DirectShuffleEventFetcher(org.apache.hadoop.mapreduce.TaskAttemptID reduce,
org.apache.hadoop.mapred.TaskUmbilicalProtocol umbilical,
org.apache.hadoop.mapreduce.task.reduce.ShuffleScheduler<K,V> scheduler,
org.apache.hadoop.mapreduce.task.reduce.ExceptionReporter reporter,
int maxEventsToFetch)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void shutDown()
protected int getMapCompletionEvents()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.