org.apache.tez.runtime.api
Interface MemoryUpdateCallback


@InterfaceStability.Unstable
public interface MemoryUpdateCallback

This interface will be used by Tez to inform components about available memory. This will typically be implemented by Inputs, Outputs and potentially Processors


Method Summary
 void memoryAssigned(long assignedSize)
           
 

Method Detail

memoryAssigned

void memoryAssigned(long assignedSize)


Copyright © 2014 Apache Software Foundation. All rights reserved.