Uses of Class
org.jclouds.compute.reference.ComputeServiceConstants.PollPeriod

Packages that use ComputeServiceConstants.PollPeriod
org.jclouds.compute.config   
 

Uses of ComputeServiceConstants.PollPeriod in org.jclouds.compute.config
 

Methods in org.jclouds.compute.config with parameters of type ComputeServiceConstants.PollPeriod
protected  com.google.common.base.Predicate<AtomicReference<Image>> ComputeServiceTimeoutsModule.imageAvailable(AtomicImageAvailable statusAvailable, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.nodeRunning(AtomicNodeRunning statusRunning, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
protected  com.google.common.base.Predicate<AtomicReference<Image>> ComputeServiceTimeoutsModule.serverDeleted(AtomicImageDeleted statusDeleted, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverSuspended(AtomicNodeSuspended statusSuspended, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
protected  com.google.common.base.Predicate<AtomicReference<NodeMetadata>> ComputeServiceTimeoutsModule.serverTerminated(AtomicNodeTerminated statusTerminated, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.