Uses of Class
org.jclouds.blobstore.options.GetOptions
-
-
Uses of GetOptions in org.jclouds.atmos.blobstore
Methods in org.jclouds.atmos.blobstore with parameters of type GetOptions Modifier and Type Method Description Blob
AtmosBlobStore. getBlob(String container, String key, GetOptions options)
This implementation invokesAtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)
HttpRequest
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 GetOptions Modifier and Type Method Description Blob
AzureBlobStore. getBlob(String container, String key, GetOptions options)
This implementation invokesAzureBlobClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
HttpRequest
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 GetOptions Modifier and Type Method Description Blob
B2BlobStore. getBlob(String container, String name, GetOptions options)
-
Uses of GetOptions in org.jclouds.blobstore
Methods in org.jclouds.blobstore with parameters of type GetOptions Modifier and Type Method Description Blob
BlobStore. getBlob(String container, String name, GetOptions options)
Retrieves aBlob
representing the data at locationcontainer/name
HttpRequest
BlobRequestSigner. signGetBlob(String container, String name, GetOptions options)
HttpRequest
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 GetOptions Modifier and Type Method Description Blob
LocalBlobStore. getBlob(String containerName, String key, GetOptions options)
-
Uses of GetOptions in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions that return GetOptions Modifier and Type Method Description GetOptions
HttpGetOptionsListToGetOptions. apply(GetOptions[] from)
Methods in org.jclouds.blobstore.functions with parameters of type GetOptions Modifier and Type Method Description GetOptions
BlobToHttpGetOptions. apply(GetOptions from)
-
Uses of GetOptions in org.jclouds.blobstore.internal
Methods in org.jclouds.blobstore.internal with parameters of type GetOptions Modifier and Type Method Description HttpRequest
RequestSigningUnsupported. signGetBlob(String container, String name, GetOptions options)
-
Uses of GetOptions in org.jclouds.blobstore.options
Fields in org.jclouds.blobstore.options declared as GetOptions Modifier and Type Field Description static GetOptions
GetOptions. NONE
Methods in org.jclouds.blobstore.options that return GetOptions Modifier and Type Method Description static GetOptions
GetOptions.Builder. ifETagDoesntMatch(String eTag)
GetOptions
GetOptions. ifETagDoesntMatch(String eTag)
The object should not have a eTag hash corresponding with the parametereTag
.static GetOptions
GetOptions.Builder. ifETagMatches(String eTag)
GetOptions
GetOptions. ifETagMatches(String eTag)
The object's eTag hash should match the parametereTag
.static GetOptions
GetOptions.Builder. ifModifiedSince(Date ifModifiedSince)
GetOptions
GetOptions. ifModifiedSince(Date ifModifiedSince)
Only return the object if it has changed since this time.static GetOptions
GetOptions.Builder. ifUnmodifiedSince(Date ifUnmodifiedSince)
GetOptions
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
GetOptions. range(long start, long end)
download the specified range of the object.GetOptions
GetOptions. startAt(long start)
download the specified range of the object.GetOptions
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 GetOptions Modifier and Type Method Description Blob
ForwardingBlobStore. getBlob(String containerName, String blobName, GetOptions getOptions)
-
Uses of GetOptions in org.jclouds.googlecloudstorage.blobstore
Methods in org.jclouds.googlecloudstorage.blobstore with parameters of type GetOptions Modifier and Type Method Description Blob
GoogleCloudStorageBlobStore. getBlob(String container, String name, GetOptions options)
HttpRequest
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 GetOptions Modifier and Type Method Description Blob
RegionScopedSwiftBlobStore. getBlob(String container, String name, GetOptions options)
HttpRequest
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 GetOptions Modifier and Type Method Description Blob
S3BlobStore. getBlob(String container, String key, GetOptions optionsList)
This implementation invokesS3Client.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
HttpRequest
S3BlobRequestSigner. signGetBlob(String container, String name, GetOptions options)
-