Package eu.stratosphere.nephele.deployment

Examples of eu.stratosphere.nephele.deployment.TaskDeploymentDescriptor


      }

      igd.add(new GateDeploymentDescriptor(eg.getGateID(), eg.getChannelType(), cdd));
    }

    final TaskDeploymentDescriptor tdd = new TaskDeploymentDescriptor(this.executionGraph.getJobID(),
      this.vertexID, this.groupVertex.getName(), this.indexInVertexGroup,
      this.groupVertex.getCurrentNumberOfGroupMembers(), this.executionGraph.getJobConfiguration(),
      this.groupVertex.getConfiguration(), this.groupVertex.getInvokableClass(), ogd,
      igd);
View Full Code Here

TOP

Related Classes of eu.stratosphere.nephele.deployment.TaskDeploymentDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.