co.cask.cdap.test
Interface ProcedureManager


public interface ProcedureManager

Instance of this class is for managing a running Procedure.


Method Summary
 ProcedureClient getClient()
           
 void stop()
          Stops the running procedure.
 

Method Detail

stop

void stop()
Stops the running procedure.


getClient

ProcedureClient getClient()
Returns:
A ProcedureClient for issuing queries to the running procedure.


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