| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.functions | |
| org.jclouds.blobstore.internal | |
| org.jclouds.blobstore.options |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Blob> |
TransientAsyncBlobStore.getBlob(String containerName,
String key,
GetOptions options) |
Blob |
BlobStore.getBlob(String container,
String name,
GetOptions options)
Retrieves a
Blob representing the data at location container/name |
com.google.common.util.concurrent.ListenableFuture<Blob> |
AsyncBlobStore.getBlob(String container,
String key,
GetOptions options) |
org.jclouds.http.HttpRequest |
TransientBlobRequestSigner.signGetBlob(String container,
String name,
GetOptions options) |
org.jclouds.http.HttpRequest |
BlobRequestSigner.signGetBlob(String container,
String name,
GetOptions options) |
| Modifier and Type | Method and Description |
|---|---|
GetOptions |
HttpGetOptionsListToGetOptions.apply(org.jclouds.http.options.GetOptions[] from) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.http.options.GetOptions |
BlobToHttpGetOptions.apply(GetOptions from) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.http.HttpRequest |
RequestSigningUnsupported.signGetBlob(String container,
String name,
GetOptions options) |
| Modifier and Type | Field and Description |
|---|---|
static GetOptions |
GetOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.