Uses of Class
org.jclouds.openstack.marconi.v1.domain.Queue
-
Packages that use Queue Package Description org.jclouds.openstack.marconi.v1.domain org.jclouds.openstack.marconi.v1.features org.jclouds.openstack.marconi.v1.functions -
-
Uses of Queue in org.jclouds.openstack.marconi.v1.domain
Methods in org.jclouds.openstack.marconi.v1.domain that return Queue Modifier and Type Method Description Queue
Queue.Builder. build()
Methods in org.jclouds.openstack.marconi.v1.domain with parameters of type Queue Modifier and Type Method Description Queue.Builder
Queue.Builder. fromMessage(Queue in)
Constructor parameters in org.jclouds.openstack.marconi.v1.domain with type arguments of type Queue Constructor Description Queues(Iterable<Queue> queues, Iterable<Link> links)
-
Uses of Queue in org.jclouds.openstack.marconi.v1.features
Methods in org.jclouds.openstack.marconi.v1.features that return types with arguments of type Queue Modifier and Type Method Description PagedIterable<Queue>
QueueApi. list(boolean detailed)
Lists the queues. -
Uses of Queue in org.jclouds.openstack.marconi.v1.functions
Methods in org.jclouds.openstack.marconi.v1.functions that return types with arguments of type Queue Modifier and Type Method Description PaginatedCollection<Queue>
ParseQueues. apply(HttpResponse response)
protected com.google.common.base.Function<Object,IterableWithMarker<Queue>>
QueuesToPagedIterable. markerToNextForArgs(List<Object> args)
-