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

Packages that use ContainerMetadata
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore.functions   
org.jclouds.openstack.swift.domain   
org.jclouds.openstack.swift.functions   
 

Uses of ContainerMetadata in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift that return ContainerMetadata
 ContainerMetadata CommonSwiftClient.getContainerMetadata(String container)
          Deprecated. This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#get()
 

Methods in org.jclouds.openstack.swift that return types with arguments of type ContainerMetadata
 com.google.common.util.concurrent.ListenableFuture<ContainerMetadata> CommonSwiftAsyncClient.getContainerMetadata(String container)
          Deprecated.  
 Set<ContainerMetadata> CommonSwiftClient.listContainers(ListContainerOptions... options)
          Deprecated. This method will be replaced by com.jclouds.openstack.swift.v1.features.ContainerApi#list() and com.jclouds.openstack.swift.v1.features.ContainerApi#list(ListContainerOptions)
 com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> CommonSwiftAsyncClient.listContainers(ListContainerOptions... options)
          Deprecated.  
 

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

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

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

Methods in org.jclouds.openstack.swift.domain that return ContainerMetadata
 ContainerMetadata ContainerMetadata.Builder.build()
           
 

Methods in org.jclouds.openstack.swift.domain with parameters of type ContainerMetadata
 T ContainerMetadata.Builder.fromContainerMetadata(ContainerMetadata in)
           
 

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

Methods in org.jclouds.openstack.swift.functions that return ContainerMetadata
 ContainerMetadata ParseContainerMetadataFromHeaders.apply(org.jclouds.http.HttpResponse from)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.