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 StorageMetadataToResourceMetadata. 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 ContainerContainer.Builder. build()ContainerObjectList. getContainer()Methods in org.jclouds.openstack.swift.v1.domain with parameters of type Container Modifier and Type Method Description intContainer. compareTo(Container that)static ObjectListObjectList. create(List<SwiftObject> objects, Container container)Container.BuilderContainer.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 ContainerContainerApi. 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 ContainerParseContainerFromHeaders. apply(HttpResponse from)
-