Package co.cask.cdap.internal.app

Examples of co.cask.cdap.internal.app.DefaultApplicationSpecification


  public ApplicationSpecification createApplicationSpec() {
    for (co.cask.cdap.api.service.Service service : servicesToCreate) {
      addService(new ServiceTwillApplication(service, name));
    }
    return new DefaultApplicationSpecification(name, description, streams,
                                               dataSetModules, dataSetInstances,
                                               flows, procedures, mapReduces, sparks, workflows, services);
  }
View Full Code Here

TOP

Related Classes of co.cask.cdap.internal.app.DefaultApplicationSpecification

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.