@InterfaceAudience.Public
public interface MergedInputContext
MergedLogicalInput
 This interface is not supposed to be implemented by users| Modifier and Type | Method and Description | 
|---|---|
UserPayload | 
getUserPayload()
Get the user payload for this input 
 | 
String[] | 
getWorkDirs()
Get the work directories for the Input 
 | 
void | 
inputIsReady()
Inform the framework that the specific Input is ready for consumption. 
 | 
void | 
notifyProgress()
Inform the framework that progress has been made 
 | 
UserPayload getUserPayload()
UserPayloadvoid inputIsReady()
void notifyProgress()
String[] getWorkDirs()
Copyright © 2018 Apache Software Foundation. All rights reserved.