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

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

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

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

Methods in org.jclouds.hpcloud.objectstorage.lvs that return types with arguments of type ContainerMetadata
 com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> HPCloudObjectStorageLasVegasAsyncClient.getContainerMetadata(String container)
           
 

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

Methods in org.jclouds.hpcloud.objectstorage.lvs.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
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> CommonSwiftAsyncClient.listContainers(ListContainerOptions... options)
           
 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.

 

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.