@InterfaceAudience.Private @InterfaceStability.Unstable public interface ShuffleScheduler<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
resolve(TaskCompletionEvent tce)
Interpret a
TaskCompletionEvent from the event stream. |
boolean |
waitUntilDone(int millis)
Wait until the shuffle finishes or until the timeout.
|
boolean waitUntilDone(int millis)
throws InterruptedException
millis - maximum wait timeInterruptedExceptionvoid resolve(TaskCompletionEvent tce) throws IOException, InterruptedException
TaskCompletionEvent from the event stream.tce - Intermediate output metadataIOExceptionInterruptedExceptionvoid close()
throws InterruptedException
InterruptedExceptionCopyright © 2013 Apache Software Foundation. All rights reserved.