Uses of Interface
org.apache.tez.dag.app.rm.container.ContainerSignatureMatcher

Packages that use ContainerSignatureMatcher
org.apache.tez.dag.app   
org.apache.tez.dag.app.rm   
org.apache.tez.dag.app.rm.container   
 

Uses of ContainerSignatureMatcher in org.apache.tez.dag.app
 

Methods in org.apache.tez.dag.app that return ContainerSignatureMatcher
protected  ContainerSignatureMatcher DAGAppMaster.createContainerSignatureMatcher()
           
 

Uses of ContainerSignatureMatcher in org.apache.tez.dag.app.rm
 

Constructors in org.apache.tez.dag.app.rm with parameters of type ContainerSignatureMatcher
TaskScheduler(TaskScheduler.TaskSchedulerAppCallback appClient, ContainerSignatureMatcher containerSignatureMatcher, String appHostName, int appHostPort, String appTrackingUrl, AppContext appContext)
           
TaskSchedulerEventHandler(AppContext appContext, DAGClientServer clientService, org.apache.hadoop.yarn.event.EventHandler eventHandler, ContainerSignatureMatcher containerSignatureMatcher)
           
 

Uses of ContainerSignatureMatcher in org.apache.tez.dag.app.rm.container
 

Classes in org.apache.tez.dag.app.rm.container that implement ContainerSignatureMatcher
 class ContainerContextMatcher
           
 

Constructors in org.apache.tez.dag.app.rm.container with parameters of type ContainerSignatureMatcher
AMContainerImpl(org.apache.hadoop.yarn.api.records.Container container, ContainerHeartbeatHandler chh, TaskAttemptListener tal, ContainerSignatureMatcher signatureMatcher, boolean shouldProfile, String profileJavaOpts, AppContext appContext)
           
AMContainerMap(ContainerHeartbeatHandler chh, TaskAttemptListener tal, ContainerSignatureMatcher containerSignatureMatcher, AppContext context)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.