Uses of Class
org.jclouds.openstack.swift.domain.ContainerMetadata

Packages that use ContainerMetadata
org.jclouds.hpcloud.objectstorage This package contains an HP Cloud Object Storage client implemented by HttpCommandExecutorService commands. 
org.jclouds.hpcloud.objectstorage.functions   
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore.functions   
org.jclouds.openstack.swift.domain   
 

Uses of ContainerMetadata in org.jclouds.hpcloud.objectstorage
 

Methods in org.jclouds.hpcloud.objectstorage that return ContainerMetadata
 ContainerMetadata HPCloudObjectStorageClient.getContainerMetadata(String container)
           
 

Methods in org.jclouds.hpcloud.objectstorage that return types with arguments of type ContainerMetadata
 com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> HPCloudObjectStorageAsyncClient.getContainerMetadata(String container)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> HPCloudObjectStorageAsyncClient.listContainers(ListContainerOptions... options)
           
 

Uses of ContainerMetadata in org.jclouds.hpcloud.objectstorage.functions
 

Methods in org.jclouds.hpcloud.objectstorage.functions that return ContainerMetadata
 ContainerMetadata ParseContainerMetadataFromHeaders.apply(HttpResponse from)
           
 

Uses of ContainerMetadata in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift that return types with arguments of type ContainerMetadata
 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)
           
 

Uses of ContainerMetadata in org.jclouds.openstack.swift.blobstore.functions
 

Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type ContainerMetadata
 StorageMetadata ContainerToResourceMetadata.apply(ContainerMetadata from)
           
 

Uses of ContainerMetadata in org.jclouds.openstack.swift.domain
 

Methods in org.jclouds.openstack.swift.domain with parameters of type ContainerMetadata
 int ContainerMetadata.compareTo(ContainerMetadata o)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.