public interface CDNContainerAsyncApi
ExecutionException as documented in
Future.get().HPCloudObjectStorageApi,
HP
Cloud Object Storage API| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
disable(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
enable(String container) |
com.google.common.util.concurrent.ListenableFuture<URI> |
enable(String container,
long ttl) |
com.google.common.util.concurrent.ListenableFuture<CDNContainer> |
get(String container) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> |
list() |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> |
list(ListCDNContainerOptions options) |
com.google.common.util.concurrent.ListenableFuture<URI> |
update(String container,
long ttl) |
@Beta @Named(value="ListCDNEnabledContainers") com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> list()
HPCloudObjectStorageApi#list()@Beta @Named(value="ListCDNEnabledContainers") com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> list(ListCDNContainerOptions options)
HPCloudObjectStorageApi#list(ListCDNContainerOptions)@Beta @Named(value="ListCDNEnabledContainerMetadata") com.google.common.util.concurrent.ListenableFuture<CDNContainer> get(String container)
HPCloudObjectStorageApi#get(String)@Beta @Named(value="CDNEnableContainer") com.google.common.util.concurrent.ListenableFuture<URI> enable(String container, @HeaderParam(value="X-Ttl") long ttl)
HPCloudObjectStorageApi#enable(String, long)@Beta @Named(value="CDNEnableContainer") com.google.common.util.concurrent.ListenableFuture<URI> enable(String container)
HPCloudObjectStorageApi#enable(String)@Beta @Named(value="UpdateCDNEnabledContainerMetadata") com.google.common.util.concurrent.ListenableFuture<URI> update(String container, @HeaderParam(value="X-Ttl") long ttl)
HPCloudObjectStorageApi#update(String, long)Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.