Uses of Interface
org.jclouds.googlecloudstorage.GoogleCloudStorageApi

Packages that use GoogleCloudStorageApi
org.jclouds.googlecloudstorage.blobstore   
org.jclouds.googlecloudstorage.blobstore.strategy.internal   
org.jclouds.googlecloudstorage.config   
 

Uses of GoogleCloudStorageApi in org.jclouds.googlecloudstorage.blobstore
 

Constructors in org.jclouds.googlecloudstorage.blobstore with parameters of type GoogleCloudStorageApi
GCSBlobStore(org.jclouds.blobstore.BlobStoreContext context, org.jclouds.blobstore.util.BlobUtils blobUtils, com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, GoogleCloudStorageApi api, BucketToStorageMetadata bucketToStorageMetadata, ObjectToBlobMetadata objectToBlobMetadata, ObjectListToStorageMetadata objectListToStorageMetadata, com.google.inject.Provider<org.jclouds.blobstore.strategy.internal.FetchBlobMetadata> fetchBlobMetadataProvider, BlobMetadataToObjectTemplate blobMetadataToObjectTemplate, BlobStoreListContainerOptionsToListObjectOptions listContainerOptionsToListObjectOptions, MultipartUploadStrategy multipartUploadStrategy, com.google.common.base.Supplier<String> projectId)
           
 

Uses of GoogleCloudStorageApi in org.jclouds.googlecloudstorage.blobstore.strategy.internal
 

Constructors in org.jclouds.googlecloudstorage.blobstore.strategy.internal with parameters of type GoogleCloudStorageApi
SequentialMultipartUploadStrategy(GoogleCloudStorageApi api, javax.inject.Provider<org.jclouds.blobstore.domain.BlobBuilder> blobBuilders, BlobMetadataToObjectTemplate blob2ObjectTemplate, MultipartUploadSlicingAlgorithm algorithm, org.jclouds.io.PayloadSlicer slicer, MultipartNamingStrategy namingStrategy)
           
 

Uses of GoogleCloudStorageApi in org.jclouds.googlecloudstorage.config
 

Methods in org.jclouds.googlecloudstorage.config with parameters of type GoogleCloudStorageApi
 com.google.common.base.Supplier<String> GoogleCloudStorageHttpApiModule.supplyProject(com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds, GoogleCloudStorageApi api, AtomicReference<org.jclouds.rest.AuthorizationException> authException, long seconds)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.