Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.StorageType
-
Packages that use StorageType Package Description edu.isi.pegasus.planner.catalog.site.classes -
-
Uses of StorageType in edu.isi.pegasus.planner.catalog.site.classes
Subclasses of StorageType in edu.isi.pegasus.planner.catalog.site.classes Modifier and Type Class Description classHeadNodeScratchThis data class describes the scratch area on a head node.classHeadNodeStorageThis data class describes the storage area on a node.classWorkerNodeScratchThis data class describes the scratch area on a head node.classWorkerNodeStorageThis data class describes the storage area on worker nodes.Constructors in edu.isi.pegasus.planner.catalog.site.classes with parameters of type StorageType Constructor Description HeadNodeScratch(StorageType type)The overloaded constructorHeadNodeStorage(StorageType type)The overloaded constructorWorkerNodeScratch(StorageType type)The overloaded constructorWorkerNodeStorage(StorageType type)The overloaded constructor
-