public interface DeploymentManager
ExecutionVertex objects the given
Instance. It is called by a DefaultScheduler implementation whenever at least one
ExecutionVertex has become ready to be executed.void deploy(JobID jobID, Instance instance, List<ExecutionVertex> verticesToBeDeployed)
Instance.jobID - the ID of the job the vertices to be deployed belong toinstance - the instance on which the vertices shall be deployedverticesToBeDeployed - the list of vertices to be deployedCopyright © 2014 The Apache Software Foundation. All rights reserved.