Uses of Class
org.apache.sysds.resource.CloudInstance
Packages that use CloudInstance
Package
Description
-
Uses of CloudInstance in org.apache.sysds.resource
Methods in org.apache.sysds.resource that return types with arguments of type CloudInstanceModifier and TypeMethodDescriptionstatic HashMap<String,CloudInstance> CloudUtils.loadInstanceInfoTable(String instanceTablePath, double emrFeeRatio, double ebsStoragePrice) Performs read of csv file filled with VM instance characteristics.Methods in org.apache.sysds.resource with parameters of type CloudInstanceModifier and TypeMethodDescriptionstatic voidCloudUtils.generateEC2ConfigJson(CloudInstance instance, String filePath) Generates json file storing the instance type and relevant characteristics for single node executions. -
Uses of CloudInstance in org.apache.sysds.resource.cost
Methods in org.apache.sysds.resource.cost with parameters of type CloudInstanceModifier and TypeMethodDescriptionstatic doubleCostEstimator.estimateExecutionTime(Program program, CloudInstance driverNode, CloudInstance executorNode) Entry point for estimating the execution time of a program.Constructors in org.apache.sysds.resource.cost with parameters of type CloudInstanceModifierConstructorDescriptionCostEstimator(Program program, CloudInstance driverNode, CloudInstance executorNode) IOMetrics(CloudInstance instance) -
Uses of CloudInstance in org.apache.sysds.resource.enumeration
Fields in org.apache.sysds.resource.enumeration declared as CloudInstanceModifier and TypeFieldDescriptionEnumerationUtils.ConfigurationPoint.driverInstanceEnumerationUtils.ConfigurationPoint.executorInstanceMethods in org.apache.sysds.resource.enumeration that return types with arguments of type CloudInstanceModifier and TypeMethodDescriptionEnumerator.getInstances()Meant to be used for testing purposesMethod parameters in org.apache.sysds.resource.enumeration with type arguments of type CloudInstanceModifier and TypeMethodDescriptionvoidEnumerationUtils.InstanceSearchSpace.initSpace(HashMap<String, CloudInstance> instances) Enumerator.Builder.withAvailableInstances(HashMap<String, CloudInstance> instances) Constructors in org.apache.sysds.resource.enumeration with parameters of type CloudInstanceModifierConstructorDescriptionConfigurationPoint(CloudInstance driverInstance) ConfigurationPoint(CloudInstance driverInstance, CloudInstance executorInstance, int numberExecutors)