Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.azureblob | |
org.jclouds.blobstore.functions | |
org.jclouds.http.options | |
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.blobstore.functions | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
Modifier and Type | Method and Description |
---|---|
AtmosObject |
AtmosClient.readFile(String path,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AtmosObject> |
AtmosAsyncClient.readFile(String path,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
AzureBlob |
AzureBlobClient.getBlob(String container,
String name,
GetOptions... options)
The Get Blob operation reads or downloads a blob from the system, including its metadata and
properties.
|
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
AzureBlobAsyncClient.getBlob(String container,
String name,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
GetOptions |
BlobToHttpGetOptions.apply(GetOptions from) |
Modifier and Type | Method and Description |
---|---|
GetOptions |
HttpGetOptionsListToGetOptions.apply(GetOptions[] from) |
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 object offset at
start |
static GetOptions |
GetOptions.Builder.startAt(long start) |
GetOptions |
GetOptions.tail(long count)
download the last
count bytes of the object |
static GetOptions |
GetOptions.Builder.tail(long count) |
Modifier and Type | Method and Description |
---|---|
SwiftObject |
CommonSwiftClient.getObject(String container,
String name,
GetOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SwiftObject> |
CommonSwiftAsyncClient.getObject(String container,
String name,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
GetOptions |
BlobToObjectGetOptions.apply(GetOptions from) |
Modifier and Type | Method and Description |
---|---|
S3Object |
S3Client.getObject(String bucketName,
String key,
GetOptions... options)
Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;
To use GET, you must have READ access to the object.
|
com.google.common.util.concurrent.ListenableFuture<S3Object> |
S3AsyncClient.getObject(String bucketName,
String key,
GetOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.