Uses of Class
org.apache.sysds.resource.CloudInstance
-
Packages that use CloudInstance Package Description org.apache.sysds.resource org.apache.sysds.resource.enumeration -
-
Uses of CloudInstance in org.apache.sysds.resource
Methods in org.apache.sysds.resource that return types with arguments of type CloudInstance Modifier and Type Method Description HashMap<String,CloudInstance>
CloudUtils. loadInstanceInfoTable(String instanceTablePath)
Performs read of csv file filled with VM instance characteristics. -
Uses of CloudInstance in org.apache.sysds.resource.enumeration
Fields in org.apache.sysds.resource.enumeration declared as CloudInstance Modifier and Type Field Description CloudInstance
EnumerationUtils.ConfigurationPoint. driverInstance
CloudInstance
EnumerationUtils.ConfigurationPoint. executorInstance
Methods in org.apache.sysds.resource.enumeration that return types with arguments of type CloudInstance Modifier and Type Method Description HashMap<String,CloudInstance>
Enumerator. getInstances()
Meant to be used for testing purposesMethod parameters in org.apache.sysds.resource.enumeration with type arguments of type CloudInstance Modifier and Type Method Description void
EnumerationUtils.InstanceSearchSpace. initSpace(HashMap<String,CloudInstance> instances)
void
Enumerator. setInstanceTable(HashMap<String,CloudInstance> inputInstances)
Setting the available VM instances manually.Constructors in org.apache.sysds.resource.enumeration with parameters of type CloudInstance Constructor Description ConfigurationPoint(CloudInstance driverInstance)
ConfigurationPoint(CloudInstance driverInstance, CloudInstance executorInstance, int numberExecutors)
-