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

Packages that use ObjectInfo
org.jclouds.cloudfiles.blobstore.functions   
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 ObjectInfo in org.jclouds.cloudfiles.blobstore.functions
 

Methods in org.jclouds.cloudfiles.blobstore.functions with parameters of type ObjectInfo
 MutableBlobMetadata CloudFilesObjectToBlobMetadata.apply(ObjectInfo from)
           
 URI PublicUriForObjectInfo.apply(ObjectInfo from)
           
 

Uses of ObjectInfo in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift that return types with arguments of type ObjectInfo
 com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> CommonSwiftAsyncClient.listObjects(String container, ListContainerOptions... options)
           
 PageSet<ObjectInfo> CommonSwiftClient.listObjects(String container, ListContainerOptions... options)
           
 

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

Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type ObjectInfo
 MutableBlobMetadata ObjectToBlobMetadata.apply(ObjectInfo from)
           
 

Method parameters in org.jclouds.openstack.swift.blobstore.functions with type arguments of type ObjectInfo
 PageSet<? extends StorageMetadata> ContainerToResourceList.apply(PageSet<ObjectInfo> from)
           
 

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

Subinterfaces of ObjectInfo in org.jclouds.openstack.swift.domain
 interface MutableObjectInfoWithMetadata
           
 

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

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

Methods in org.jclouds.openstack.swift.domain.internal with parameters of type ObjectInfo
 int DelegatingMutableObjectInfoWithMetadata.compareTo(ObjectInfo o)
           
 int ObjectInfoImpl.compareTo(ObjectInfo o)
           
 int MutableObjectInfoWithMetadataImpl.compareTo(ObjectInfo o)
          
 ObjectInfoImpl.Builder ObjectInfoImpl.Builder.fromObjectInfo(ObjectInfo in)
           
 

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

Methods in org.jclouds.openstack.swift.functions that return types with arguments of type ObjectInfo
 PageSet<ObjectInfo> ParseObjectInfoListFromJsonResponse.apply(InputStream stream)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.