| Package | Description |
|---|---|
| org.jclouds.blobstore | |
| org.jclouds.blobstore.options |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
LocalAsyncBlobStore.putBlob(String container,
Blob blob,
PutOptions options)
Deprecated.
|
String |
BlobStore.putBlob(String container,
Blob blob,
PutOptions options)
Adds a
Blob representing the data at location container/blob.metadata.name
options using multipart strategies. |
com.google.common.util.concurrent.ListenableFuture<String> |
AsyncBlobStore.putBlob(String container,
Blob blob,
PutOptions options)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PutOptions.ImmutablePutOptions |
| Modifier and Type | Method and Description |
|---|---|
PutOptions |
PutOptions.clone() |
PutOptions |
PutOptions.ImmutablePutOptions.clone() |
static PutOptions |
PutOptions.Builder.fromPutOptions(PutOptions putOptions) |
PutOptions |
PutOptions.multipart()
split large blobs into pieces, if supported by the provider.
|
PutOptions |
PutOptions.ImmutablePutOptions.multipart() |
static PutOptions |
PutOptions.Builder.multipart() |
PutOptions |
PutOptions.multipart(boolean val)
whether to split large blobs into pieces, if supported by the provider
|
static PutOptions |
PutOptions.Builder.multipart(boolean val) |
| Modifier and Type | Method and Description |
|---|---|
static PutOptions |
PutOptions.Builder.fromPutOptions(PutOptions putOptions) |
| Constructor and Description |
|---|
PutOptions.ImmutablePutOptions(PutOptions delegate) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.