Java API for Managing Cube Build Instance
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
Switch between cube build instances.
Set Cube Build instances
Switch between cube build instances
Example
Get Cube Build instances
/** * method to launch Replace Partition build and incremental build with Replace partition: * @param entityID: ID of the cube. * @param userInfo: Object of type UserInfo containing information about logged in user. */ public String getBuildInstances(String entityID, UserInfo userInfo);
Switch between cube instances
/** * method to launch Replace Partition build and incremental build with Replace partition: * @param historyID:Â History id of cube build to which you want to switch. * @param action: SWITCH. * @param userInfo: Object of type UserInfo containing information about logged in user. */ public String getExecBuildInstance(String historyID, String action, UserInfo userInfo);
Copyright Kyvos, Inc. All rights reserved.