Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
/*

* method to schedule cluster start stop
* @param userInfo: Object of type UserInfo containing information about logged in user.
* @param scheduleTitle: Object of type title containing title about Schedule.
* @param qeCapacity: Object of type Query engine capacity containing information about capacity of queryQuery engineEngine.
* @param clusterMode: Object of type mode containing information about online or offline mode of the cluster.
* @param startDate: Object of type mode containing information about startDate of the schedule.
* @param startTime: Object of type mode containing information about startTime of the schedule.
* @param endTime: Object of type mode containing information about endTime of the schedule. 
* @param workgroupId: Object of type mode containing information about workgroupId
*/
public static String createScheduleXML(UserInfo userInfo, String scheduleTitle, String qeCapacity, String clusterMode,String startDate, String startTime, String endTime, String workgroupId):

...