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 BlobAtmosBlobStore. getBlob(String container, String key, GetOptions options)This implementation invokesAtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...)HttpRequestAtmosBlobRequestSigner. 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 BlobAzureBlobStore. getBlob(String container, String key, GetOptions options)This implementation invokesAzureBlobClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)HttpRequestAzureBlobRequestSigner. 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 BlobB2BlobStore. 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 BlobBlobStore. getBlob(String container, String name, GetOptions options)Retrieves aBlobrepresenting the data at locationcontainer/nameHttpRequestBlobRequestSigner. signGetBlob(String container, String name, GetOptions options)HttpRequestLocalBlobRequestSigner. 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 BlobLocalBlobStore. 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 GetOptionsHttpGetOptionsListToGetOptions. apply(GetOptions[] from)Methods in org.jclouds.blobstore.functions with parameters of type GetOptions Modifier and Type Method Description GetOptionsBlobToHttpGetOptions. 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 HttpRequestRequestSigningUnsupported. 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 GetOptionsGetOptions. NONEMethods in org.jclouds.blobstore.options that return GetOptions Modifier and Type Method Description static GetOptionsGetOptions.Builder. ifETagDoesntMatch(String eTag)GetOptionsGetOptions. ifETagDoesntMatch(String eTag)The object should not have a eTag hash corresponding with the parametereTag.static GetOptionsGetOptions.Builder. ifETagMatches(String eTag)GetOptionsGetOptions. ifETagMatches(String eTag)The object's eTag hash should match the parametereTag.static GetOptionsGetOptions.Builder. ifModifiedSince(Date ifModifiedSince)GetOptionsGetOptions. ifModifiedSince(Date ifModifiedSince)Only return the object if it has changed since this time.static GetOptionsGetOptions.Builder. ifUnmodifiedSince(Date ifUnmodifiedSince)GetOptionsGetOptions. ifUnmodifiedSince(Date ifUnmodifiedSince)Only return the object if it hasn't changed since this time.static GetOptionsGetOptions.Builder. range(long start, long end)GetOptionsGetOptions. range(long start, long end)download the specified range of the object.GetOptionsGetOptions. startAt(long start)download the specified range of the object.GetOptionsGetOptions. 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 BlobForwardingBlobStore. 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 BlobGoogleCloudStorageBlobStore. getBlob(String container, String name, GetOptions options)HttpRequestGoogleCloudStorageBlobRequestSigner. 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 BlobRegionScopedSwiftBlobStore. getBlob(String container, String name, GetOptions options)HttpRequestRegionScopedTemporaryUrlBlobSigner. 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 BlobS3BlobStore. getBlob(String container, String key, GetOptions optionsList)This implementation invokesS3Client.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)HttpRequestS3BlobRequestSigner. signGetBlob(String container, String name, GetOptions options)
-