|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GetOptions in org.jclouds.atmos.blobstore |
---|
Methods in org.jclouds.atmos.blobstore with parameters of type GetOptions | |
---|---|
Blob |
AtmosBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes AtmosClient.readFile(java.lang.String, org.jclouds.http.options.GetOptions...) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
AtmosAsyncBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes AtmosAsyncClient.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 | |
---|---|
Blob |
AzureBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes AzureBlobClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
AzureAsyncBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes AzureBlobAsyncClient.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.blobstore |
---|
Methods in org.jclouds.blobstore with parameters of type GetOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Blob> |
TransientAsyncBlobStore.getBlob(String containerName,
String key,
GetOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Blob> |
AsyncBlobStore.getBlob(String container,
String key,
GetOptions options)
|
Blob |
BlobStore.getBlob(String container,
String name,
GetOptions options)
Retrieves a Blob representing the data at location container/name |
HttpRequest |
TransientBlobRequestSigner.signGetBlob(String container,
String name,
GetOptions options)
|
HttpRequest |
BlobRequestSigner.signGetBlob(String container,
String name,
GetOptions options)
|
Uses of GetOptions in org.jclouds.blobstore.functions |
---|
Methods in org.jclouds.blobstore.functions that return GetOptions | |
---|---|
GetOptions |
HttpGetOptionsListToGetOptions.apply(GetOptions[] from)
|
Methods in org.jclouds.blobstore.functions with parameters of type GetOptions | |
---|---|
GetOptions |
BlobToHttpGetOptions.apply(GetOptions from)
|
Uses of GetOptions in org.jclouds.blobstore.internal |
---|
Methods in org.jclouds.blobstore.internal with parameters of type GetOptions | |
---|---|
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 | |
---|---|
static GetOptions |
GetOptions.NONE
|
Methods in org.jclouds.blobstore.options that return GetOptions | |
---|---|
GetOptions |
GetOptions.ifETagDoesntMatch(String eTag)
The object should not have a eTag hash corresponding with the parameter eTag . |
static GetOptions |
GetOptions.Builder.ifETagDoesntMatch(String eTag)
|
GetOptions |
GetOptions.ifETagMatches(String eTag)
The object's eTag hash should match the parameter eTag . |
static GetOptions |
GetOptions.Builder.ifETagMatches(String eTag)
|
GetOptions |
GetOptions.ifModifiedSince(Date ifModifiedSince)
Only return the object if it has changed since this time. |
static GetOptions |
GetOptions.Builder.ifModifiedSince(Date ifModifiedSince)
|
GetOptions |
GetOptions.ifUnmodifiedSince(Date ifUnmodifiedSince)
Only return the object if it hasn't changed since this time. |
static GetOptions |
GetOptions.Builder.ifUnmodifiedSince(Date ifUnmodifiedSince)
|
GetOptions |
GetOptions.range(long start,
long end)
download the specified range of the object. |
static GetOptions |
GetOptions.Builder.range(long start,
long end)
|
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.filesystem |
---|
Methods in org.jclouds.filesystem with parameters of type GetOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Blob> |
FilesystemAsyncBlobStore.getBlob(String containerName,
String key,
GetOptions options)
|
Uses of GetOptions in org.jclouds.openstack.swift.blobstore |
---|
Methods in org.jclouds.openstack.swift.blobstore with parameters of type GetOptions | |
---|---|
Blob |
SwiftBlobStore.getBlob(String container,
String key,
GetOptions optionsList)
This implementation invokes CommonSwiftClient.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
SwiftAsyncBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes CommonSwiftAsyncClient.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
HttpRequest |
SwiftBlobRequestSigner.signGetBlob(String container,
String name,
GetOptions options)
|
Uses of GetOptions in org.jclouds.openstack.swift.blobstore.functions |
---|
Methods in org.jclouds.openstack.swift.blobstore.functions with parameters of type GetOptions | |
---|---|
GetOptions |
BlobToObjectGetOptions.apply(GetOptions from)
|
Uses of GetOptions in org.jclouds.s3.blobstore |
---|
Methods in org.jclouds.s3.blobstore with parameters of type GetOptions | |
---|---|
Blob |
S3BlobStore.getBlob(String container,
String key,
GetOptions optionsList)
This implementation invokes S3Client.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
com.google.common.util.concurrent.ListenableFuture<Blob> |
S3AsyncBlobStore.getBlob(String container,
String key,
GetOptions options)
This implementation invokes S3AsyncClient.getObject(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...) |
HttpRequest |
S3BlobRequestSigner.signGetBlob(String container,
String name,
GetOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |