Uses of Class
es.bsc.dataclay.util.management.classmgr.features.QuantitativeFeature
-
Packages that use QuantitativeFeature Package Description es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes.es.bsc.dataclay.util.management.classmgr.features Specifications used in Resource Manager.es.bsc.dataclay.util.management.classmgr.java Specifications of Java dependant information.es.bsc.dataclay.util.management.classmgr.python This package contains Python dependant information classes. -
-
Uses of QuantitativeFeature in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return types with arguments of type QuantitativeFeature Modifier and Type Method Description Map<Feature.FeatureType,QuantitativeFeature>Implementation. getRequiredQuantitativeFeatures()Get the Implementation::requiredQuantitativeFeaturesMethod parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type QuantitativeFeature Modifier and Type Method Description voidImplementation. setRequiredQuantitativeFeatures(Map<Feature.FeatureType,QuantitativeFeature> newrequiredQuantitativeFeatures)Set the Implementation::requiredQuantitativeFeaturesConstructor parameters in es.bsc.dataclay.util.management.classmgr with type arguments of type QuantitativeFeature Constructor Description Implementation(int newposition, List<AccessedProperty> newaccessedProperties, List<AccessedImplementation> newaccessedImplementations, List<Type> newincludes, PrefetchingInformation newPrefetchingInfo, Map<Feature.FeatureType,QuantitativeFeature> newReqQuantitativeFeatures, Map<Feature.FeatureType,QualitativeFeature> newReqQualitativeFeatures, String newnamespace, String newclassName, String newopNameAndDescriptor)Implementation Specification constructor with provided specifications -
Uses of QuantitativeFeature in es.bsc.dataclay.util.management.classmgr.features
Subclasses of QuantitativeFeature in es.bsc.dataclay.util.management.classmgr.features Modifier and Type Class Description classCPUFeatureThis class represents all CPU Features (amount of cpus,...).classMemoryFeatureThis class represents all Memory Features (capacity,...).Methods in es.bsc.dataclay.util.management.classmgr.features with parameters of type QuantitativeFeature Modifier and Type Method Description intCPUFeature. compareTo(QuantitativeFeature o)intMemoryFeature. compareTo(QuantitativeFeature o) -
Uses of QuantitativeFeature in es.bsc.dataclay.util.management.classmgr.java
Constructor parameters in es.bsc.dataclay.util.management.classmgr.java with type arguments of type QuantitativeFeature Constructor Description JavaImplementation(int newposition, List<AccessedProperty> newaccessedProperties, List<AccessedImplementation> newaccessedImplementations, List<Type> newincludes, PrefetchingInformation newPrefetchingInfo, Map<Feature.FeatureType,QuantitativeFeature> newReqQuantitativeFeatures, Map<Feature.FeatureType,QualitativeFeature> newReqQualitativeFeatures, String newnamespace, String newclassName, String newopNameAndDescriptor)Java Implementation Specification constructor with provided specifications -
Uses of QuantitativeFeature in es.bsc.dataclay.util.management.classmgr.python
Constructor parameters in es.bsc.dataclay.util.management.classmgr.python with type arguments of type QuantitativeFeature Constructor Description PythonImplementation(int newposition, List<AccessedProperty> newaccessedProperties, List<AccessedImplementation> newaccessedImplementations, List<Type> newincludes, PrefetchingInformation newPrefetchingInfo, Map<Feature.FeatureType,QuantitativeFeature> newReqQuantitativeFeatures, Map<Feature.FeatureType,QualitativeFeature> newReqQualitativeFeatures, String newnamespace, String newclassName, String newopSignature, String newcode)PythonImplementation Specification constructor with provided specifications
-