Uses of Class
org.jclouds.blobstore.options.GetOptions
Packages that use GetOptions
Package
Description
-
Uses of GetOptions in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionAtmosBlobStore.getBlob
(String container, String key, GetOptions options) This implementation invokesAtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)
AtmosBlobRequestSigner.signGetBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.azureblob.blobstore
Methods in org.jclouds.azureblob.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionAzureBlobStore.getBlob
(String container, String key, GetOptions options) This implementation invokesAzureBlobClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
AzureBlobRequestSigner.signGetBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.b2.blobstore
Methods in org.jclouds.b2.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionB2BlobStore.getBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionBlobStore.getBlob
(String container, String name, GetOptions options) Retrieves aBlob
representing the data at locationcontainer/name
BlobRequestSigner.signGetBlob
(String container, String name, GetOptions options) LocalBlobRequestSigner.signGetBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.blobstore.config
Methods in org.jclouds.blobstore.config with parameters of type GetOptionsModifier and TypeMethodDescriptionLocalBlobStore.getBlob
(String containerName, String key, GetOptions options) -
Uses of GetOptions in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return GetOptionsMethods in org.jclouds.blobstore.functions with parameters of type GetOptions -
Uses of GetOptions in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal with parameters of type GetOptionsModifier and TypeMethodDescriptionRequestSigningUnsupported.signGetBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.blobstore.options
Fields in org.jclouds.blobstore.options declared as GetOptionsMethods in org.jclouds.blobstore.options that return GetOptionsModifier and TypeMethodDescriptionstatic GetOptions
GetOptions.Builder.ifETagDoesntMatch
(String eTag) GetOptions.ifETagDoesntMatch
(String eTag) The object should not have a eTag hash corresponding with the parametereTag
.static GetOptions
GetOptions.Builder.ifETagMatches
(String eTag) GetOptions.ifETagMatches
(String eTag) The object's eTag hash should match the parametereTag
.static GetOptions
GetOptions.Builder.ifModifiedSince
(Date ifModifiedSince) GetOptions.ifModifiedSince
(Date ifModifiedSince) Only return the object if it has changed since this time.static GetOptions
GetOptions.Builder.ifUnmodifiedSince
(Date ifUnmodifiedSince) GetOptions.ifUnmodifiedSince
(Date ifUnmodifiedSince) Only return the object if it hasn't changed since this time.static GetOptions
GetOptions.Builder.range
(long start, long end) GetOptions.range
(long start, long end) download the specified range of the object.GetOptions.startAt
(long start) download the specified range of the object.GetOptions.tail
(long length) download the specified range of the object starting from the end of the object. -
Uses of GetOptions in org.jclouds.blobstore.util
Methods in org.jclouds.blobstore.util with parameters of type GetOptionsModifier and TypeMethodDescriptionForwardingBlobStore.getBlob
(String containerName, String blobName, GetOptions getOptions) -
Uses of GetOptions in org.jclouds.glacier.blobstore
Methods in org.jclouds.glacier.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionGlacierBlobStore.getBlob
(String container, String key, GetOptions getOptions) Retrieves the blob This operation will take several hours. -
Uses of GetOptions in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionGoogleCloudStorageBlobStore.getBlob
(String container, String name, GetOptions options) GoogleCloudStorageBlobRequestSigner.signGetBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.openstack.swift.v1.blobstore
Methods in org.jclouds.openstack.swift.v1.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionRegionScopedSwiftBlobStore.getBlob
(String container, String name, GetOptions options) RegionScopedTemporaryUrlBlobSigner.signGetBlob
(String container, String name, GetOptions options) -
Uses of GetOptions in org.jclouds.s3.blobstore
Methods in org.jclouds.s3.blobstore with parameters of type GetOptionsModifier and TypeMethodDescriptionS3BlobStore.getBlob
(String container, String key, GetOptions optionsList) This implementation invokesS3Client.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
S3BlobRequestSigner.signGetBlob
(String container, String name, GetOptions options)