public class InputReadyTracker extends Object
| Constructor and Description |
|---|
InputReadyTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
setGroupedInputs(Collection<org.apache.tez.runtime.api.MergedLogicalInput> inputGroups) |
void |
setInputIsReady(org.apache.tez.runtime.api.Input input) |
void |
waitForAllInputsReady(Collection<org.apache.tez.runtime.api.Input> inputs) |
org.apache.tez.runtime.api.Input |
waitForAnyInputReady(Collection<org.apache.tez.runtime.api.Input> inputs) |
public void setInputIsReady(org.apache.tez.runtime.api.Input input)
public org.apache.tez.runtime.api.Input waitForAnyInputReady(Collection<org.apache.tez.runtime.api.Input> inputs) throws InterruptedException
InterruptedExceptionpublic void waitForAllInputsReady(Collection<org.apache.tez.runtime.api.Input> inputs) throws InterruptedException
InterruptedExceptionpublic void setGroupedInputs(Collection<org.apache.tez.runtime.api.MergedLogicalInput> inputGroups)
Copyright © 2016 Apache Software Foundation. All rights reserved.