Package | Description |
---|---|
org.jclouds.azureblob | |
org.jclouds.azureblob.blobstore.functions | |
org.jclouds.azureblob.domain | |
org.jclouds.azureblob.domain.internal | |
org.jclouds.azureblob.functions |
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.
|
AzureBlob |
AzureBlobClient.newBlob() |
AzureBlob |
AzureBlobAsyncClient.newBlob() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AzureBlob> |
AzureBlobAsyncClient.getBlob(String container,
String name,
GetOptions... options) |
Modifier and Type | Method and Description |
---|---|
String |
AzureBlobClient.putBlob(String container,
AzureBlob object)
The Put Blob operation creates a new blob or updates the content of an existing blob.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AzureBlobAsyncClient.putBlob(String container,
AzureBlob object) |
Modifier and Type | Method and Description |
---|---|
AzureBlob |
BlobToAzureBlob.apply(Blob from) |
Modifier and Type | Method and Description |
---|---|
Blob |
AzureBlobToBlob.apply(AzureBlob from) |
Modifier and Type | Method and Description |
---|---|
AzureBlob |
AzureBlob.Factory.create(MutableBlobProperties properties) |
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobImpl
Default Implementation of
AzureBlob . |
Modifier and Type | Method and Description |
---|---|
int |
AzureBlobImpl.compareTo(AzureBlob o) |
Modifier and Type | Method and Description |
---|---|
AzureBlob |
ParseBlobFromHeadersAndHttpContent.apply(HttpResponse from) |
Copyright © 2009-2012 jclouds. All Rights Reserved.