Uses of Class
com.hyper9.simdk.stubs.dao.PerfQuerySpec

Packages that use PerfQuerySpec
com.hyper9.simdk.stubs   
com.hyper9.simdk.stubs.dao   
com.hyper9.simdk.stubs.jaxws   
com.hyper9.simdk.ws   
 

Uses of PerfQuerySpec in com.hyper9.simdk.stubs
 

Methods in com.hyper9.simdk.stubs with parameters of type PerfQuerySpec
 PerfCompositeMetric VimServiceImpl.queryPerfComposite(ManagedObjectReference _this, PerfQuerySpec querySpec)
           
 PerfCompositeMetric VimService.queryPerfComposite(ManagedObjectReference _this, PerfQuerySpec querySpec)
           
 

Method parameters in com.hyper9.simdk.stubs with type arguments of type PerfQuerySpec
 List<PerfEntityMetricBase> VimServiceImpl.queryPerf(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 List<PerfEntityMetricBase> VimService.queryPerf(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 List<PerfEntityMetricCSV> VimServiceImpl.summarizeStats(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 List<PerfEntityMetricCSV> VimService.summarizeStats(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 

Uses of PerfQuerySpec in com.hyper9.simdk.stubs.dao
 

Methods in com.hyper9.simdk.stubs.dao that return types with arguments of type PerfQuerySpec
 List<PerfQuerySpec> ArrayOfPerfQuerySpec.getData()
           
 

Uses of PerfQuerySpec in com.hyper9.simdk.stubs.jaxws
 

Methods in com.hyper9.simdk.stubs.jaxws that return PerfQuerySpec
 PerfQuerySpec QueryPerfComposite.getQuerySpec()
           
 

Methods in com.hyper9.simdk.stubs.jaxws that return types with arguments of type PerfQuerySpec
 List<PerfQuerySpec> SummarizeStats.getQuerySpec()
           
 List<PerfQuerySpec> QueryPerf.getQuerySpec()
           
 

Methods in com.hyper9.simdk.stubs.jaxws with parameters of type PerfQuerySpec
 void QueryPerfComposite.setQuerySpec(PerfQuerySpec querySpec)
           
 

Method parameters in com.hyper9.simdk.stubs.jaxws with type arguments of type PerfQuerySpec
 void SummarizeStats.setQuerySpec(List<PerfQuerySpec> querySpec)
           
 void QueryPerf.setQuerySpec(List<PerfQuerySpec> querySpec)
           
 

Uses of PerfQuerySpec in com.hyper9.simdk.ws
 

Methods in com.hyper9.simdk.ws with parameters of type PerfQuerySpec
 PerfCompositeMetric VimServiceExImpl.queryPerfComposite(ManagedObjectReference _this, PerfQuerySpec querySpec)
           
 

Method parameters in com.hyper9.simdk.ws with type arguments of type PerfQuerySpec
 List<PerfEntityMetricBase> VimServiceExImpl.queryPerf(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 List<PerfEntityMetricCSV> VimServiceExImpl.summarizeStats(ManagedObjectReference _this, List<PerfQuerySpec> querySpec)
           
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.