Uses of Class
org.jclouds.openstack.swift.domain.AccountMetadata

Packages that use AccountMetadata
org.jclouds.openstack.swift   
org.jclouds.openstack.swift.functions   
 

Uses of AccountMetadata in org.jclouds.openstack.swift
 

Methods in org.jclouds.openstack.swift that return AccountMetadata
 AccountMetadata CommonSwiftClient.getAccountStatistics()
          HEAD operations against an identity are performed to retrieve the number of Containers and the total bytes stored in Cloud Files for the identity.
 

Methods in org.jclouds.openstack.swift that return types with arguments of type AccountMetadata
 com.google.common.util.concurrent.ListenableFuture<AccountMetadata> CommonSwiftAsyncClient.getAccountStatistics()
           
 

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

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



Copyright © 2009-2012 jclouds. All Rights Reserved.