Uses of Class
org.apache.sysds.resource.enumeration.EnumerationUtils.ConfigurationPoint
Packages that use EnumerationUtils.ConfigurationPoint
-
Uses of EnumerationUtils.ConfigurationPoint in org.apache.sysds.resource
Methods in org.apache.sysds.resource with parameters of type EnumerationUtils.ConfigurationPointModifier and TypeMethodDescriptionstatic doubleCloudUtils.calculateClusterPrice(EnumerationUtils.ConfigurationPoint config, double time, CloudUtils.CloudProvider provider) This method calculates the cluster price based on the estimated execution time and the cluster configuration.static voidCloudUtils.generateEMRConfigurationsJson(EnumerationUtils.ConfigurationPoint clusterConfig, String filePath) Generate json file with configurations attribute for launching AWS EMR cluster with Sparkstatic voidCloudUtils.generateEMRInstanceGroupsJson(EnumerationUtils.ConfigurationPoint clusterConfig, String filePath) Generates json file with instance groups argument for launching AWS EMR cluster -
Uses of EnumerationUtils.ConfigurationPoint in org.apache.sysds.resource.enumeration
Subclasses of EnumerationUtils.ConfigurationPoint in org.apache.sysds.resource.enumerationModifier and TypeClassDescriptionstatic classData structure to hold all data related to cost estimationMethods in org.apache.sysds.resource.enumeration with parameters of type EnumerationUtils.ConfigurationPointModifier and TypeMethodDescriptionvoidEnumerationUtils.SolutionPoint.update(EnumerationUtils.ConfigurationPoint point, double timeCost, double monetaryCost) voidEnumerator.updateOptimalSolution(double newTimeEstimate, double newMonetaryEstimate, EnumerationUtils.ConfigurationPoint newPoint) Invokes the estimation of the time and monetary cost based on the compiled program and the given cluster configurations.Constructors in org.apache.sysds.resource.enumeration with parameters of type EnumerationUtils.ConfigurationPointModifierConstructorDescriptionSolutionPoint(EnumerationUtils.ConfigurationPoint inputPoint, double timeCost, double monetaryCost)