Uses of Interface
org.apache.tez.runtime.api.MemoryUpdateCallback

Packages that use MemoryUpdateCallback
org.apache.tez.runtime.api   
 

Uses of MemoryUpdateCallback in org.apache.tez.runtime.api
 

Methods in org.apache.tez.runtime.api with parameters of type MemoryUpdateCallback
 void TezTaskContext.requestInitialMemory(long size, MemoryUpdateCallback callbackHandler)
          Request a specific amount of memory during initialization (initialize(..*Context)) The requester is notified of allocation via the provided callback handler.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.