co.cask.cdap.test
Interface ScheduleManager


public interface ScheduleManager

This interface is for managing the schedule of a workflow


Method Summary
 void resume()
          Resumes the workflow schedule
 String status()
          returns the status of the workflow schedule
 void suspend()
          suspends the workflow schedule
 

Method Detail

suspend

void suspend()
suspends the workflow schedule


resume

void resume()
Resumes the workflow schedule


status

String status()
returns the status of the workflow schedule



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