Uses of Class
org.apache.tez.client.PreWarmContext

Packages that use PreWarmContext
org.apache.tez.client   
org.apache.tez.dag.api   
 

Uses of PreWarmContext in org.apache.tez.client
 

Methods in org.apache.tez.client that return PreWarmContext
 PreWarmContext PreWarmContext.setEnvironment(Map<String,String> environment)
          Set the Environment for the pre-warm containers.
 PreWarmContext PreWarmContext.setJavaOpts(String javaOpts)
          Set the Java opts for the pre-warm containers.
 PreWarmContext PreWarmContext.setLocalResources(Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources)
          Set the LocalResources for the pre-warm containers.
 

Methods in org.apache.tez.client with parameters of type PreWarmContext
 void TezSession.preWarm(PreWarmContext context)
          Inform the Session to pre-warm containers for upcoming DAGs.
 

Uses of PreWarmContext in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return PreWarmContext
static PreWarmContext DagTypeConverters.convertPreWarmContextFromProto(DAGProtos.PreWarmContextProto proto)
           
 

Methods in org.apache.tez.dag.api with parameters of type PreWarmContext
static DAGProtos.PreWarmContextProto DagTypeConverters.convertPreWarmContextToProto(PreWarmContext preWarmContext)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.