Uses of Class
es.bsc.dataclay.util.management.classmgr.PrefetchingInformation
-
Packages that use PrefetchingInformation Package Description es.bsc.dataclay.logic.classmgr Module intended to management of Metaclasses, Operations, Properties and Implementations.es.bsc.dataclay.util.management.classmgr This package contains classes used in management of Classes.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 PrefetchingInformation in es.bsc.dataclay.logic.classmgr
Methods in es.bsc.dataclay.logic.classmgr with parameters of type PrefetchingInformation Modifier and Type Method Description UUID
ClassManagerDB. storePrefecthingInfo(PrefetchingInformation prefetchingInfo)
Store prefetchingInfo into database -
Uses of PrefetchingInformation in es.bsc.dataclay.util.management.classmgr
Methods in es.bsc.dataclay.util.management.classmgr that return PrefetchingInformation Modifier and Type Method Description PrefetchingInformation
Implementation. getPrefetchingInfo()
Get the Implementation::prefetchingInfoMethods in es.bsc.dataclay.util.management.classmgr with parameters of type PrefetchingInformation Modifier and Type Method Description void
Implementation. setPrefetchingInfo(PrefetchingInformation newprefetchingInfo)
Set the Implementation::prefetchingInfoConstructors in es.bsc.dataclay.util.management.classmgr with parameters of type PrefetchingInformation 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 PrefetchingInformation in es.bsc.dataclay.util.management.classmgr.java
Constructors in es.bsc.dataclay.util.management.classmgr.java with parameters of type PrefetchingInformation 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 PrefetchingInformation in es.bsc.dataclay.util.management.classmgr.python
Constructors in es.bsc.dataclay.util.management.classmgr.python with parameters of type PrefetchingInformation 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
-