Uses of Class
org.jclouds.openstack.swift.v1.domain.Container
-
-
Uses of Container in org.jclouds.openstack.swift.v1.blobstore
Fields in org.jclouds.openstack.swift.v1.blobstore with type parameters of type Container Modifier and Type Field Description 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 Modifier and Type Method Description StorageMetadata
ToResourceMetadata. apply(Container from)
Constructors in org.jclouds.openstack.swift.v1.blobstore.functions with parameters of type Container Constructor Description ToBlobMetadata(Container container)
-
Uses of Container in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return Container Modifier and Type Method Description Container
Container.Builder. build()
Container
ObjectList. getContainer()
Methods in org.jclouds.openstack.swift.v1.domain with parameters of type Container Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description Container
ContainerApi. get(String containerName)
Gets theContainer
.Methods in org.jclouds.openstack.swift.v1.features that return types with arguments of type Container Modifier and Type Method Description 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 suppliedListContainerOptions
. -
Uses of Container in org.jclouds.openstack.swift.v1.functions
Methods in org.jclouds.openstack.swift.v1.functions that return Container Modifier and Type Method Description Container
ParseContainerFromHeaders. apply(HttpResponse from)
-