Uses of Class
org.jclouds.openstack.swift.v1.domain.Container

Packages that use Container
org.jclouds.openstack.swift.v1.blobstore   
org.jclouds.openstack.swift.v1.blobstore.functions   
org.jclouds.openstack.swift.v1.domain   
org.jclouds.openstack.swift.v1.features   
org.jclouds.openstack.swift.v1.functions   
 

Uses of Container in org.jclouds.openstack.swift.v1.blobstore
 

Fields in org.jclouds.openstack.swift.v1.blobstore with type parameters of type Container
protected  com.google.common.cache.LoadingCache<String,com.google.common.base.Optional<Container>> RegionScopedSwiftBlobStore.containerCache
           
 

Uses of Container in org.jclouds.openstack.swift.v1.blobstore.functions
 

Methods in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type Container
 org.jclouds.blobstore.domain.StorageMetadata ToResourceMetadata.apply(Container from)
           
 

Constructors in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type Container
ToBlobMetadata(Container container)
           
 

Uses of Container in org.jclouds.openstack.swift.v1.domain
 

Methods in org.jclouds.openstack.swift.v1.domain that return Container
 Container Container.Builder.build()
           
 Container ObjectList.getContainer()
           
 

Methods in org.jclouds.openstack.swift.v1.domain with parameters of type Container
 int Container.compareTo(Container that)
           
static ObjectList ObjectList.create(List<SwiftObject> objects, Container container)
           
 Container.Builder Container.Builder.fromContainer(Container from)
           
 

Constructors in org.jclouds.openstack.swift.v1.domain with parameters of type Container
ObjectList(List<SwiftObject> objects, Container container)
           
 

Uses of Container in org.jclouds.openstack.swift.v1.features
 

Methods in org.jclouds.openstack.swift.v1.features that return Container
 Container ContainerApi.get(String containerName)
          Gets the Container.
 

Methods in org.jclouds.openstack.swift.v1.features that return types with arguments of type Container
 com.google.common.collect.FluentIterable<Container> ContainerApi.list()
          Lists up to 10,000 containers.
 com.google.common.collect.FluentIterable<Container> ContainerApi.list(ListContainerOptions options)
          Lists containers with the supplied ListContainerOptions.
 

Uses of Container in org.jclouds.openstack.swift.v1.functions
 

Methods in org.jclouds.openstack.swift.v1.functions that return Container
 Container ParseContainerFromHeaders.apply(org.jclouds.http.HttpResponse from)
           
 



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