Uses of Class
org.gcube.informationsystem.glitebridge.resource.commontype.BenchmarkType

Packages that use BenchmarkType
org.gcube.informationsystem.glitebridge.kimpl.commontype   
org.gcube.informationsystem.glitebridge.resource.cluster   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of BenchmarkType in org.gcube.informationsystem.glitebridge.kimpl.commontype
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype that return BenchmarkType
static BenchmarkType KBenchmarkType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype with parameters of type BenchmarkType
static void KBenchmarkType.store(BenchmarkType benchmarkType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of BenchmarkType in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return BenchmarkType
 BenchmarkType SubClusterType.getBenchmark()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type BenchmarkType
 void SubClusterType.setBenchmark(BenchmarkType benchmark)
           
 

Uses of BenchmarkType in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return BenchmarkType
 BenchmarkType HostType.getBenchmark()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type BenchmarkType
 void HostType.setBenchmark(BenchmarkType benchmark)