public interface TezInput
| Modifier and Type | Method and Description | 
|---|---|
| void | addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)Add to the list of inputs to skip download if already available in vertex cache | 
| void | attachInputs(java.util.Map<java.lang.String,org.apache.tez.runtime.api.LogicalInput> inputs,
            org.apache.hadoop.conf.Configuration conf)Attach the inputs to the operator. | 
| java.lang.String[] | getTezInputs() | 
| void | replaceInput(java.lang.String oldInputKey,
            java.lang.String newInputKey) | 
java.lang.String[] getTezInputs()
void replaceInput(java.lang.String oldInputKey,
                  java.lang.String newInputKey)
void addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)
inputsToSkip - void attachInputs(java.util.Map<java.lang.String,org.apache.tez.runtime.api.LogicalInput> inputs,
                  org.apache.hadoop.conf.Configuration conf)
           throws ExecException
inputs - available inputsconf - configurationExecExceptionCopyright © 2007-2025 The Apache Software Foundation