@InterfaceStability.Unstable
@InterfaceAudience.Public
public abstract class MemoryUpdateCallback
extends Object
This interface will be used by Tez to inform components about available
memory. This will typically be implemented by authors of Inputs,
Outputs and potentially Processors in order to request
for appropriate memory limits for the respective components.