Package co.cask.cdap.internal.app.runtime.service.http

Examples of co.cask.cdap.internal.app.runtime.service.http.BasicHttpServiceContext


      if (supplier != null) {
        return supplier.get();
      }

      String metricsContext = String.format("%s.%d", baseMetricsContext, context.getInstanceId());
      BasicHttpServiceContext httpServiceContext = new BasicHttpServiceContext(spec,
                                                                               context.getApplicationArguments(),
                                                                               program, runId,
                                                                               datasets, metricsContext,
                                                                               metricsCollectionService,
                                                                               datasetFramework,
View Full Code Here

TOP

Related Classes of co.cask.cdap.internal.app.runtime.service.http.BasicHttpServiceContext

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.