Document toolboxDocument toolbox

Java API for Cluster Scheduling

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

Kyvos Azure Marketplace   Kyvos GCP Marketplace 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 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):



Copyright Kyvos, Inc. All rights reserved.