| Package | Description |
|---|---|
| org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
| org.jclouds.cloudfiles.domain | |
| org.jclouds.cloudfiles.functions |
| Modifier and Type | Method and Description |
|---|---|
ContainerCDNMetadata |
CloudFilesClient.getCDNMetadata(String container)
Get the CDN attributes of the container.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ContainerCDNMetadata> |
CloudFilesAsyncClient.getCDNMetadata(String container)
Deprecated.
|
Set<ContainerCDNMetadata> |
CloudFilesClient.listCDNContainers(ListCdnContainerOptions... options)
Retrieve a list of existing CDN-enabled containers.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ContainerCDNMetadata.compareTo(ContainerCDNMetadata o) |
| Modifier and Type | Method and Description |
|---|---|
ContainerCDNMetadata |
ParseContainerCDNMetadataFromHeaders.apply(HttpResponse from)
parses the http response headers to create a new
ContainerCDNMetadata object. |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.