Uses of Interface
org.jclouds.blobstore.domain.Blob
Packages that use Blob
Package
Description
-
Uses of Blob in org.jclouds.blobstore
Methods in org.jclouds.blobstore that return BlobModifier and TypeMethodDescriptionRetrieves aBlobrepresenting the data at locationcontainer/nameBlobStore.getBlob(String container, String name, GetOptions options) Retrieves aBlobrepresenting the data at locationcontainer/nameLoad the blob with the given key belonging to the container with the given name.Methods in org.jclouds.blobstore with parameters of type BlobModifier and TypeMethodDescriptionAdds aBlobrepresenting the data at locationcontainer/blob.metadata.nameBlobStore.putBlob(String container, Blob blob, PutOptions options) Adds aBlobrepresenting the data at locationcontainer/blob.metadata.nameoptions using multipart strategies.Deprecated.LocalStorageStrategy.putBlob(String containerName, Blob blob, BlobAccess access) Write aBlobinto a fileTransientStorageStrategy.putBlob(String containerName, Blob blob, BlobAccess access) BlobRequestSigner.signPutBlob(String container, Blob blob) gets a signed request, including headers as necessary, to upload a blob from an external client.BlobRequestSigner.signPutBlob(String container, Blob blob, long timeInSeconds) gets a signed request, including headers as necessary, to upload a blob from an external client for a limited period of timeLocalBlobRequestSigner.signPutBlob(String container, Blob blob) LocalBlobRequestSigner.signPutBlob(String container, Blob blob, long timeInSeconds) -
Uses of Blob in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config that return BlobModifier and TypeMethodDescriptionThis implementation invokesLocalBlobStore.getBlob(String,String, GetOptions)LocalBlobStore.getBlob(String containerName, String key, GetOptions options) Methods in org.jclouds.blobstore.config with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore.domain
Methods in org.jclouds.blobstore.domain that return BlobModifier and TypeMethodDescriptionBlobBuilder.build()This makes a blob from the currently configured parameters.Blob.Factory.create(MutableBlobMetadata metadata) Creates a blob, optionally setting its metadata to a known value. -
Uses of Blob in org.jclouds.blobstore.domain.internal
Classes in org.jclouds.blobstore.domain.internal that implement BlobMethods in org.jclouds.blobstore.domain.internal that return BlobModifier and TypeMethodDescriptionBlobBuilderImpl.build()BlobBuilderImpl.PayloadBlobBuilderImpl.build()Methods in org.jclouds.blobstore.domain.internal with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return BlobMethods in org.jclouds.blobstore.functions with parameters of type Blob -
Uses of Blob in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal that return BlobModifier and TypeMethodDescriptionThis implementation invokesBlobStore.getBlob(String,String,org.jclouds.blobstore.options.GetOptions)Methods in org.jclouds.blobstore.internal with parameters of type BlobModifier and TypeMethodDescriptionprotected StringBaseBlobStore.putMultipartBlob(String container, Blob blob, PutOptions overrides) Upload using a user-provided executor, or the jclouds userExecutorprotected StringBaseBlobStore.putMultipartBlob(String container, Blob blob, PutOptions overrides, com.google.common.util.concurrent.ListeningExecutorService executor) RequestSigningUnsupported.signPutBlob(String container, Blob blob) RequestSigningUnsupported.signPutBlob(String container, Blob blob, long timeInSeconds) -
Uses of Blob in org.jclouds.blobstore.strategy
Methods in org.jclouds.blobstore.strategy that return types with arguments of type BlobModifier and TypeMethodDescriptionGetBlobsInListStrategy.execute(String containerName, ListContainerOptions options) Method parameters in org.jclouds.blobstore.strategy with type arguments of type Blob -
Uses of Blob in org.jclouds.blobstore.strategy.internal
Methods in org.jclouds.blobstore.strategy.internal that return types with arguments of type BlobModifier and TypeMethodDescriptionGetAllBlobsInListAndRetryOnFailure.execute(String container, ListContainerOptions options) Method parameters in org.jclouds.blobstore.strategy.internal with type arguments of type Blob -
Uses of Blob in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util that return BlobModifier and TypeMethodDescriptionForwardingBlobStore.getBlob(String containerName, String blobName, GetOptions getOptions) Methods in org.jclouds.blobstore.util with parameters of type BlobModifier and TypeMethodDescriptionForwardingBlobStore.putBlob(String containerName, Blob blob, PutOptions putOptions) ReadOnlyBlobStore.putBlob(String containerName, Blob blob, PutOptions putOptions)