Package | Description |
---|---|
org.jclouds.openstack.marconi.v1.domain | |
org.jclouds.openstack.marconi.v1.features | |
org.jclouds.openstack.marconi.v1.options |
Modifier and Type | Method and Description |
---|---|
ListQueuesOptions |
Queues.nextListQueuesOptions()
Only call this method if
nextMarker().isPresent() returns true. |
Modifier and Type | Method and Description |
---|---|
Queues |
QueueApi.list(ListQueuesOptions options)
Use this method to manually page through the list of queues.
|
Modifier and Type | Field and Description |
---|---|
static ListQueuesOptions |
ListQueuesOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ListQueuesOptions |
ListQueuesOptions.detailed(boolean detailed) |
static ListQueuesOptions |
ListQueuesOptions.Builder.detailed(boolean detailed)
Determines whether queue metadata is included in the list.
|
ListQueuesOptions |
ListQueuesOptions.limit(int limit) |
static ListQueuesOptions |
ListQueuesOptions.Builder.limit(int limit)
Specifies the number of queues to return.
|
ListQueuesOptions |
ListQueuesOptions.marker(String marker) |
static ListQueuesOptions |
ListQueuesOptions.Builder.marker(String marker)
Specifies the name of the last queue received in a previous request, or none to get the first page of results.
|
ListQueuesOptions |
ListQueuesOptions.queryParameters(com.google.common.collect.Multimap<String,String> queryParams)
Many OpenStack interfaces take different params for pagination.
|
static ListQueuesOptions |
ListQueuesOptions.Builder.queryParameters(com.google.common.collect.Multimap<String,String> queryParams) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.