Uses of Class
org.jclouds.compute.domain.Processor

Packages that use Processor
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
 

Uses of Processor in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return types with arguments of type Processor
 List<? extends Processor> Hardware.getProcessors()
          Amount of virtual or physical processors provided
 

Methods in org.jclouds.compute.domain with parameters of type Processor
 int Processor.compareTo(Processor that)
          
 

Method parameters in org.jclouds.compute.domain with type arguments of type Processor
 HardwareBuilder HardwareBuilder.processors(List<Processor> processors)
           
 

Uses of Processor in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return types with arguments of type Processor
 List<? extends Processor> HardwareImpl.getProcessors()
          Amount of virtual or physical processors provided
 

Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Processor
HardwareImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.