Uses of Interface
org.jclouds.openstack.swift.domain.MutableObjectInfoWithMetadata

Packages that use MutableObjectInfoWithMetadata
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.blobstore.functions   
org.jclouds.openstack.swift.domain   
org.jclouds.openstack.swift.domain.internal   
org.jclouds.openstack.swift.functions   
 

Uses of MutableObjectInfoWithMetadata in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift that return MutableObjectInfoWithMetadata
 MutableObjectInfoWithMetadata CommonSwiftClient.getObjectInfo(String container, String name)
           
 

Methods in org.jclouds.openstack.swift that return types with arguments of type MutableObjectInfoWithMetadata
 com.google.common.util.concurrent.ListenableFuture<MutableObjectInfoWithMetadata> CommonSwiftAsyncClient.getObjectInfo(String container, String name)
           
 

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

Methods in org.jclouds.openstack.swift.blobstore.functions that return MutableObjectInfoWithMetadata
 MutableObjectInfoWithMetadata ResourceToObjectInfo.apply(StorageMetadata from)
           
 

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

Methods in org.jclouds.openstack.swift.domain that return MutableObjectInfoWithMetadata
 MutableObjectInfoWithMetadata SwiftObject.getInfo()
           
 

Methods in org.jclouds.openstack.swift.domain with parameters of type MutableObjectInfoWithMetadata
 SwiftObject SwiftObject.Factory.create(MutableObjectInfoWithMetadata info)
           
 

Uses of MutableObjectInfoWithMetadata in org.jclouds.openstack.swift.domain.internal
 

Classes in org.jclouds.openstack.swift.domain.internal that implement MutableObjectInfoWithMetadata
 class DelegatingMutableObjectInfoWithMetadata
           
 class MutableObjectInfoWithMetadataImpl
           
 

Methods in org.jclouds.openstack.swift.domain.internal that return MutableObjectInfoWithMetadata
 MutableObjectInfoWithMetadata DelegatingMutableObjectInfoWithMetadata.getDelegate()
           
 MutableObjectInfoWithMetadata SwiftObjectImpl.getInfo()
          
 

Constructors in org.jclouds.openstack.swift.domain.internal with parameters of type MutableObjectInfoWithMetadata
DelegatingMutableObjectInfoWithMetadata(MutableObjectInfoWithMetadata delegate)
           
SwiftObjectImpl(MutableObjectInfoWithMetadata info)
           
 

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

Methods in org.jclouds.openstack.swift.functions that return MutableObjectInfoWithMetadata
 MutableObjectInfoWithMetadata ParseObjectInfoFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new MutableObjectInfoWithMetadata object.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.