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

Packages that use ObjectInfo
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.openstack.swift
 

Methods in org.jclouds.openstack.swift that return types with arguments of type ObjectInfo
 org.jclouds.blobstore.domain.PageSet<ObjectInfo> CommonSwiftClient.listObjects(String container, ListContainerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<org.jclouds.blobstore.domain.PageSet<ObjectInfo>> CommonSwiftAsyncClient.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
 org.jclouds.blobstore.domain.MutableBlobMetadata ObjectToBlobMetadata.apply(ObjectInfo from)
           
 

Method parameters in org.jclouds.openstack.swift.blobstore.functions with type arguments of type ObjectInfo
 org.jclouds.blobstore.domain.PageSet<? extends org.jclouds.blobstore.domain.StorageMetadata> ContainerToResourceList.apply(org.jclouds.blobstore.domain.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 ObjectInfoImpl.compareTo(ObjectInfo o)
           
 int MutableObjectInfoWithMetadataImpl.compareTo(ObjectInfo o)
          
 int DelegatingMutableObjectInfoWithMetadata.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
 org.jclouds.blobstore.domain.PageSet<ObjectInfo> ParseObjectInfoListFromJsonResponse.apply(InputStream stream)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.