Uses of Interface
co.cask.cdap.test.ProcedureClient

Packages that use ProcedureClient
co.cask.cdap.test This package contains the public classes for unit tests. 
co.cask.cdap.test.internal   
 

Uses of ProcedureClient in co.cask.cdap.test
 

Methods in co.cask.cdap.test that return ProcedureClient
 ProcedureClient ProcedureManager.getClient()
           
 

Uses of ProcedureClient in co.cask.cdap.test.internal
 

Classes in co.cask.cdap.test.internal that implement ProcedureClient
 class DefaultProcedureClient
          Simple procedure client that uses java URLConnection to fire requests.
 

Methods in co.cask.cdap.test.internal that return ProcedureClient
 ProcedureClient ProcedureClientFactory.create(String accountId, String applicationId, String procedureName)
          Deprecated.  
 



Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.