| Package | Description | 
|---|---|
| org.jclouds.hpcloud.objectstorage | 
 This package contains an HP Cloud Object Storage client implemented by  
HttpCommandExecutorService commands. | 
| org.jclouds.openstack.swift | |
| org.jclouds.openstack.swift.blobstore.functions | |
| org.jclouds.openstack.swift.options | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> | 
HPCloudObjectStorageAsyncApi.listContainers(ListContainerOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<ContainerMetadata> | 
CommonSwiftClient.listContainers(ListContainerOptions... options)
GET operations against the X-Storage-Url for an identity are performed to retrieve a list of
 existing storage
 
 Containers ordered by name. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> | 
CommonSwiftAsyncClient.listContainers(ListContainerOptions... options)  | 
PageSet<ObjectInfo> | 
CommonSwiftClient.listObjects(String container,
           ListContainerOptions... options)  | 
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> | 
CommonSwiftAsyncClient.listObjects(String container,
           ListContainerOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
ListContainerOptions | 
BlobStoreListContainerOptionsToListContainerOptions.apply(ListContainerOptions from)  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListContainerOptions | 
ListContainerOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
ListContainerOptions | 
ListContainerOptions.afterMarker(String marker)
Indicates where to begin listing the account's containers. 
 | 
static ListContainerOptions | 
ListContainerOptions.Builder.afterMarker(String marker)  | 
ListContainerOptions | 
ListContainerOptions.maxResults(int limit)
The maximum number of containers that will be included in the response body. 
 | 
static ListContainerOptions | 
ListContainerOptions.Builder.maxResults(int limit)  | 
ListContainerOptions | 
ListContainerOptions.underPath(String path)
For a string value X, return the Object names nested in the pseudo path. 
 | 
static ListContainerOptions | 
ListContainerOptions.Builder.underPath(String path)  | 
ListContainerOptions | 
ListContainerOptions.withPrefix(String prefix)
For a string value X, causes the results to be limited to Object names beginning with the
 substring X. 
 | 
static ListContainerOptions | 
ListContainerOptions.Builder.withPrefix(String prefix)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.