Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)


Overview

Java API for Cluster Scheduling.

Example:

/*

* 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 query engine
* @param clusterMode: Object of type mode containing information about online or offline mode of cluster
* @param startDate: Object of type mode containing information about startDate of schedule
* @param startTime: Object of type mode containing information about startTime of schedule
* @param endTime: Object of type mode containing information about endTime of 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):


  • No labels