A B C D E F G H I L M N O P R S T V W

A

AccountNameEnumerationResultsHandler - Class in org.jclouds.azureblob.xml
Parses the following XML document:

EnumerationResults AccountName="http://myaccount.blob.core.windows.net"

AccountNameEnumerationResultsHandler(DateService) - Constructor for class org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
 
addClientModule(List<Module>) - Method in class org.jclouds.azureblob.AzureBlobContextBuilder
 
addContextModule(List<Module>) - Method in class org.jclouds.azureblob.AzureBlobContextBuilder
 
addETagTo(HttpResponse, MutableContainerPropertiesWithMetadata) - Method in class org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders
 
apply(AzureBlob) - Method in class org.jclouds.azureblob.blobstore.functions.AzureBlobToBlob
 
apply(BlobMetadata) - Method in class org.jclouds.azureblob.blobstore.functions.BlobMetadataToBlobProperties
 
apply(BlobProperties) - Method in class org.jclouds.azureblob.blobstore.functions.BlobPropertiesToBlobMetadata
 
apply(Blob) - Method in class org.jclouds.azureblob.blobstore.functions.BlobToAzureBlob
 
apply(ContainerProperties) - Method in class org.jclouds.azureblob.blobstore.functions.ContainerToResourceMetadata
 
apply(ListBlobsResponse) - Method in class org.jclouds.azureblob.blobstore.functions.ListBlobsResponseToResourceList
 
apply(ListContainerOptions) - Method in class org.jclouds.azureblob.blobstore.functions.ListOptionsToListBlobsOptions
 
apply(Object) - Method in class org.jclouds.azureblob.functions.BlobName
 
apply(HttpResponse) - Method in class org.jclouds.azureblob.functions.ParseBlobFromHeadersAndHttpContent
 
apply(HttpResponse) - Method in class org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders
parses the http response headers to create a new MutableBlobProperties object.
apply(HttpResponse) - Method in class org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders
 
apply(HttpResponse) - Method in class org.jclouds.azureblob.functions.ParsePublicAccessHeader
 
apply(Exception) - Method in class org.jclouds.azureblob.functions.ReturnFalseIfContainerAlreadyExists
 
AzureAsyncBlobStore - Class in org.jclouds.azureblob.blobstore
 
AzureBlob - Interface in org.jclouds.azureblob.domain
Amazon S3 is designed to store objects.
AzureBlob.Factory - Interface in org.jclouds.azureblob.domain
 
AzureBlobAsyncClient - Interface in org.jclouds.azureblob
Provides asynchronous access to Azure Blob via their REST API.
AzureBlobClient - Interface in org.jclouds.azureblob
Provides access to Azure Blob via their REST API.
AzureBlobContextBuilder - Class in org.jclouds.azureblob
Creates AzureBlobStoreContext or Injector instances based on the most commonly requested arguments.
AzureBlobContextBuilder(Properties) - Constructor for class org.jclouds.azureblob.AzureBlobContextBuilder
 
AzureBlobImpl - Class in org.jclouds.azureblob.domain.internal
Default Implementation of AzureBlob.
AzureBlobImpl(MutableBlobProperties) - Constructor for class org.jclouds.azureblob.domain.internal.AzureBlobImpl
 
AzureBlobModule - Class in org.jclouds.azureblob.config
Configures the domain object mappings needed for all Azure Blob implementations
AzureBlobModule() - Constructor for class org.jclouds.azureblob.config.AzureBlobModule
 
AzureBlobPropertiesBuilder - Class in org.jclouds.azureblob
Builds properties used in AzureBlob Connections
AzureBlobPropertiesBuilder(Properties) - Constructor for class org.jclouds.azureblob.AzureBlobPropertiesBuilder
 
AzureBlobProviderMetadata - Class in org.jclouds.azureblob
Implementation of org.jclouds.types.ProviderMetadata for Microsoft Azure Blob Service.
AzureBlobProviderMetadata() - Constructor for class org.jclouds.azureblob.AzureBlobProviderMetadata
 
AzureBlobRequestSigner - Class in org.jclouds.azureblob.blobstore
 
AzureBlobRequestSigner(RestAnnotationProcessor<AzureBlobAsyncClient>, BlobToAzureBlob, BlobToHttpGetOptions) - Constructor for class org.jclouds.azureblob.blobstore.AzureBlobRequestSigner
 
AzureBlobRestClientModule - Class in org.jclouds.azureblob.config
Configures the Azure Blob Service connection, including logging and http transport.
AzureBlobRestClientModule() - Constructor for class org.jclouds.azureblob.config.AzureBlobRestClientModule
 
AzureBlobStore - Class in org.jclouds.azureblob.blobstore
 
AzureBlobStoreContextModule - Class in org.jclouds.azureblob.blobstore.config
Configures the AzureBlobStoreContext; requires AzureAsyncBlobStore bound.
AzureBlobStoreContextModule() - Constructor for class org.jclouds.azureblob.blobstore.config.AzureBlobStoreContextModule
 
AzureBlobToBlob - Class in org.jclouds.azureblob.blobstore.functions
 
AzureBlobUtil - Interface in org.jclouds.azureblob
Helper functions needed to to derive BlobStore values


B

BindAzureBlobMetadataToRequest - Class in org.jclouds.azureblob.binders
 
BindAzureBlobMetadataToRequest(AzureBlobToBlob, BindUserMetadataToHeadersWithPrefix) - Constructor for class org.jclouds.azureblob.binders.BindAzureBlobMetadataToRequest
 
bindErrorHandlers() - Method in class org.jclouds.azureblob.config.AzureBlobRestClientModule
 
bindToRequest(R, Object) - Method in class org.jclouds.azureblob.binders.BindAzureBlobMetadataToRequest
 
blobExists(String, String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
blobExists(String, String) - Method in interface org.jclouds.azureblob.AzureBlobClient
 
blobExists(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.blobExists(java.lang.String, java.lang.String)
blobExists(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes blobExists(java.lang.String, java.lang.String)
blobMetadata(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.getBlobProperties(java.lang.String, java.lang.String)
blobMetadata(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes getBlobProperties(java.lang.String, java.lang.String)
BlobMetadataToBlobProperties - Class in org.jclouds.azureblob.blobstore.functions
 
BlobMetadataToBlobProperties() - Constructor for class org.jclouds.azureblob.blobstore.functions.BlobMetadataToBlobProperties
 
BlobName - Class in org.jclouds.azureblob.functions
 
BlobName() - Constructor for class org.jclouds.azureblob.functions.BlobName
 
blobPrefixes - Variable in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
BlobProperties - Interface in org.jclouds.azureblob.domain
 
BlobPropertiesImpl - Class in org.jclouds.azureblob.domain.internal
Allows you to manipulate metadata.
BlobPropertiesImpl(BlobType, String, String, URI, Date, String, long, String, byte[], String, String, LeaseStatus, Map<String, String>) - Constructor for class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
 
BlobPropertiesToBlobMetadata - Class in org.jclouds.azureblob.blobstore.functions
 
BlobPropertiesToBlobMetadata(IfDirectoryReturnNameStrategy, Map<String, PublicAccess>) - Constructor for class org.jclouds.azureblob.blobstore.functions.BlobPropertiesToBlobMetadata
 
BlobToAzureBlob - Class in org.jclouds.azureblob.blobstore.functions
 
BlobType - Enum in org.jclouds.azureblob.domain
 

C

characters(char[], int, int) - Method in class org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
 
characters(char[], int, int) - Method in class org.jclouds.azureblob.xml.ContainerNameEnumerationResultsHandler
 
compareTo(AzureBlob) - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
compareTo(BlobProperties) - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
compareTo(ContainerProperties) - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
compareTo(BlobProperties) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
compareTo(ContainerProperties) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
configure() - Method in class org.jclouds.azureblob.blobstore.config.AzureBlobStoreContextModule
 
configure() - Method in class org.jclouds.azureblob.config.AzureBlobModule
explicit factories are created here as it has been shown that Assisted Inject is extremely inefficient.
configure() - Method in class org.jclouds.azureblob.config.AzureBlobRestClientModule
 
containerAcls(AzureBlobClient) - Method in class org.jclouds.azureblob.blobstore.config.AzureBlobStoreContextModule
 
containerExists(String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
containerExists(String) - Method in interface org.jclouds.azureblob.AzureBlobClient
Issues a HEAD command to determine if the container exists or not.
containerExists(String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.containerExists(java.lang.String)
containerExists(String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes AzureBlobClient#bucketExists
ContainerNameEnumerationResultsHandler - Class in org.jclouds.azureblob.xml
Parses the following XML document:

EnumerationResults ContainerName="http://myaccount.blob.core.windows.net/mycontainer"

ContainerNameEnumerationResultsHandler(DateService) - Constructor for class org.jclouds.azureblob.xml.ContainerNameEnumerationResultsHandler
 
ContainerNameValidator - Class in org.jclouds.azureblob.predicates.validators
Validates name for Azure container.
ContainerProperties - Interface in org.jclouds.azureblob.domain
 
ContainerPropertiesImpl - Class in org.jclouds.azureblob.domain.internal
Allows you to manipulate metadata.
ContainerPropertiesImpl(URI, Date, String, Map<String, String>) - Constructor for class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
 
ContainerToResourceMetadata - Class in org.jclouds.azureblob.blobstore.functions
 
create(MutableBlobProperties) - Method in interface org.jclouds.azureblob.domain.AzureBlob.Factory
 
createContainer(String, CreateContainerOptions...) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
createContainer(String, CreateContainerOptions...) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Create Container operation creates a new container under the specified identity.
createContainerInLocation(Location, String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.createContainer(java.lang.String, org.jclouds.azureblob.options.CreateContainerOptions...)
createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
 
createContainerInLocation(Location, String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes AzureBlobClient#putBucketInRegion
createContainerInLocation(Location, String, CreateContainerOptions) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
 
CreateContainerOptions - Class in org.jclouds.azureblob.options
Contains options supported in the REST API for the Create Container operation.
CreateContainerOptions() - Constructor for class org.jclouds.azureblob.options.CreateContainerOptions
 
CreateContainerOptions.Builder - Class in org.jclouds.azureblob.options
 
CreateContainerOptions.Builder() - Constructor for class org.jclouds.azureblob.options.CreateContainerOptions.Builder
 
createRootContainer(CreateContainerOptions...) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
createRootContainer(CreateContainerOptions...) - Method in interface org.jclouds.azureblob.AzureBlobClient
The root container is a default container that may be inferred from a URL requesting a blob resource.

D

defaultProperties() - Method in class org.jclouds.azureblob.AzureBlobPropertiesBuilder
 
deleteAndVerifyContainerGone(String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
 
deleteAndVerifyContainerGone(String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
 
deleteBlob(String, String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
deleteBlob(String, String) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Delete Blob operation marks the specified blob for deletion.
deleteContainer(String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
deleteContainer(String) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Delete Container operation marks the specified container for deletion.
deleteContainer(String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.deleteContainer(java.lang.String)
deleteContainer(String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes deleteContainer(java.lang.String)
deleteRootContainer() - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
deleteRootContainer() - Method in interface org.jclouds.azureblob.AzureBlobClient
The Delete Container operation marks the specified container for deletion.
delimiter - Variable in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
delimiter(String) - Static method in class org.jclouds.azureblob.options.ListBlobsOptions.Builder
 
delimiter(String) - Method in class org.jclouds.azureblob.options.ListBlobsOptions
When the request includes this parameter, the operation returns a BlobPrefix element in the response body that acts as a placeholder for all blobs whose names begin with the same substring up to the appearance of the delimiter character.

E

endElement(String, String, String) - Method in class org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
 
endElement(String, String, String) - Method in class org.jclouds.azureblob.xml.ContainerNameEnumerationResultsHandler
 
equals(Object) - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
 
equals(Object) - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
 
equals(Object) - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
 
equals(Object) - Method in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
equals(Object) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
equals(Object) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
 
exception(String, String) - Method in class org.jclouds.azureblob.predicates.validators.ContainerNameValidator
 
execute(String, Object, ListContainerOptions) - Method in class org.jclouds.azureblob.blobstore.strategy.FindMD5InBlobProperties
 

F

FindMD5InBlobProperties - Class in org.jclouds.azureblob.blobstore.strategy
Searches Content-MD5 tag for the value associated with the value
fromValue(String) - Static method in enum org.jclouds.azureblob.domain.BlobType
 
fromValue(String) - Static method in enum org.jclouds.azureblob.domain.LeaseStatus
 

G

getAllBlobMetadata - Variable in class org.jclouds.azureblob.blobstore.strategy.FindMD5InBlobProperties
 
getAllHeaders() - Method in interface org.jclouds.azureblob.domain.AzureBlob
 
getAllHeaders() - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
getApiDocumentation() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getBlob(String, String, GetOptions...) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
getBlob(String, String, GetOptions...) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Get Blob operation reads or downloads a blob from the system, including its metadata and properties.
getBlob(String, String, GetOptions) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
getBlob(String, String, GetOptions) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes getBlob(java.lang.String, java.lang.String, org.jclouds.http.options.GetOptions...)
getBlobPrefixes() - Method in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
getBlobPrefixes() - Method in interface org.jclouds.azureblob.domain.ListBlobsResponse
 
getBlobProperties(String, String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
getBlobProperties(String, String) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Get Blob Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.
getConsole() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getContainer() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getContainer() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getContainer() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getContainerProperties(String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
getContainerProperties(String) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Get Container Properties operation returns all user-defined metadata and system properties for the specified container.
getContentMetadata() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getContentMetadata() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getContentMetadata() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getContentMetadata() - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
getCredentialName() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getDelimiter() - Method in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
getDelimiter() - Method in interface org.jclouds.azureblob.domain.ListBlobsResponse
 
getDelimiter() - Method in class org.jclouds.azureblob.options.ListBlobsOptions
 
getETag() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getETag() - Method in interface org.jclouds.azureblob.domain.ContainerProperties
 
getETag() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getETag() - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
getETag() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getETag() - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
getHomepage() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getId() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getIdentityName() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getIso3166Codes() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getLastModified() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getLastModified() - Method in interface org.jclouds.azureblob.domain.ContainerProperties
 
getLastModified() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getLastModified() - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
getLastModified() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getLastModified() - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
getLeaseStatus() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getLeaseStatus() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getLeaseStatus() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getLinkedServices() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getMD5(URI, String) - Method in interface org.jclouds.azureblob.AzureBlobUtil
 
getMetadata() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getMetadata() - Method in interface org.jclouds.azureblob.domain.ContainerProperties
 
getMetadata() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getMetadata() - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
getMetadata() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getMetadata() - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
getName() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getName() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getName() - Method in interface org.jclouds.azureblob.domain.ContainerProperties
 
getName() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getName() - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
getName() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getName() - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
getProperties() - Method in interface org.jclouds.azureblob.domain.AzureBlob
 
getProperties() - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
getPublicAccessForContainer(String) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
getPublicAccessForContainer(String) - Method in interface org.jclouds.azureblob.AzureBlobClient
 
getResult() - Method in class org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
 
getResult() - Method in class org.jclouds.azureblob.xml.ContainerNameEnumerationResultsHandler
 
getType() - Method in class org.jclouds.azureblob.AzureBlobProviderMetadata
getType() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getType() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getType() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
getUrl() - Method in interface org.jclouds.azureblob.domain.BlobProperties
 
getUrl() - Method in interface org.jclouds.azureblob.domain.ContainerProperties
 
getUrl() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
getUrl() - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
getUrl() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
getUrl() - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
 

H

hashCode() - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
 
hashCode() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
 
hashCode() - Method in class org.jclouds.azureblob.domain.internal.ContainerPropertiesImpl
 
hashCode() - Method in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
hashCode() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
hashCode() - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
 
HashSetListBlobsResponse - Class in org.jclouds.azureblob.domain.internal
 
HashSetListBlobsResponse(Iterable<BlobProperties>, URI, String, String, Integer, String, String, Iterable<String>) - Constructor for class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 

I

includeMetadata() - Static method in class org.jclouds.azureblob.options.ListBlobsOptions.Builder
 
includeMetadata() - Method in class org.jclouds.azureblob.options.ListBlobsOptions
indexer - Variable in class org.jclouds.azureblob.blobstore.functions.ListBlobsResponseToResourceList
 

L

LeaseStatus - Enum in org.jclouds.azureblob.domain
 
list() - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.listContainers(org.jclouds.azure.storage.options.ListOptions...) with the ListOptions.includeMetadata() option.
list(String, ListContainerOptions) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient#listBucket
list() - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes listContainers(org.jclouds.azure.storage.options.ListOptions...)
list(String, ListContainerOptions) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes listBlobs(java.lang.String, org.jclouds.azureblob.options.ListBlobsOptions...)
listBlobs(String, ListBlobsOptions...) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
listBlobs(ListBlobsOptions...) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
listBlobs(String, ListBlobsOptions...) - Method in interface org.jclouds.azureblob.AzureBlobClient
The List Blobs operation enumerates the list of blobs under the specified container.
listBlobs(ListBlobsOptions...) - Method in interface org.jclouds.azureblob.AzureBlobClient
 
ListBlobsOptions - Class in org.jclouds.azureblob.options
Contains options supported in the REST API for the List Blobs operation.
ListBlobsOptions() - Constructor for class org.jclouds.azureblob.options.ListBlobsOptions
 
ListBlobsOptions.Builder - Class in org.jclouds.azureblob.options
 
ListBlobsOptions.Builder() - Constructor for class org.jclouds.azureblob.options.ListBlobsOptions.Builder
 
ListBlobsResponse - Interface in org.jclouds.azureblob.domain
 
ListBlobsResponseToResourceList - Class in org.jclouds.azureblob.blobstore.functions
 
ListBlobsResponseToResourceList(BlobPropertiesToBlobMetadata, PrefixToResourceMetadata) - Constructor for class org.jclouds.azureblob.blobstore.functions.ListBlobsResponseToResourceList
 
listContainers(ListOptions...) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
listContainers(ListOptions...) - Method in interface org.jclouds.azureblob.AzureBlobClient
The List Containers operation returns a list of the containers under the specified identity.
ListOptionsToListBlobsOptions - Class in org.jclouds.azureblob.blobstore.functions
 
ListOptionsToListBlobsOptions() - Constructor for class org.jclouds.azureblob.blobstore.functions.ListOptionsToListBlobsOptions
 

M

marker(String) - Static method in class org.jclouds.azureblob.options.ListBlobsOptions.Builder
 
marker(String) - Method in class org.jclouds.azureblob.options.ListBlobsOptions
maxResults(int) - Static method in class org.jclouds.azureblob.options.ListBlobsOptions.Builder
 
maxResults(int) - Method in class org.jclouds.azureblob.options.ListBlobsOptions
MutableBlobProperties - Interface in org.jclouds.azureblob.domain
 
MutableBlobPropertiesImpl - Class in org.jclouds.azureblob.domain.internal
Allows you to manipulate metadata.
MutableBlobPropertiesImpl() - Constructor for class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
MutableBlobPropertiesImpl(BlobProperties) - Constructor for class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
MutableContainerPropertiesWithMetadata - Interface in org.jclouds.azureblob.domain
 
MutableContainerPropertiesWithMetadataImpl - Class in org.jclouds.azureblob.domain.internal
Allows you to manipulate metadata.
MutableContainerPropertiesWithMetadataImpl() - Constructor for class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
 

N

newBlob() - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
newBlob() - Method in interface org.jclouds.azureblob.AzureBlobClient
 
NONE - Static variable in class org.jclouds.azureblob.options.CreateContainerOptions
 

O

objectMD5 - Variable in class org.jclouds.azureblob.blobstore.strategy.FindMD5InBlobProperties
 
org.jclouds.azureblob - package org.jclouds.azureblob
 
org.jclouds.azureblob.binders - package org.jclouds.azureblob.binders
 
org.jclouds.azureblob.blobstore - package org.jclouds.azureblob.blobstore
 
org.jclouds.azureblob.blobstore.config - package org.jclouds.azureblob.blobstore.config
 
org.jclouds.azureblob.blobstore.functions - package org.jclouds.azureblob.blobstore.functions
 
org.jclouds.azureblob.blobstore.strategy - package org.jclouds.azureblob.blobstore.strategy
 
org.jclouds.azureblob.config - package org.jclouds.azureblob.config
 
org.jclouds.azureblob.domain - package org.jclouds.azureblob.domain
 
org.jclouds.azureblob.domain.internal - package org.jclouds.azureblob.domain.internal
 
org.jclouds.azureblob.functions - package org.jclouds.azureblob.functions
 
org.jclouds.azureblob.handlers - package org.jclouds.azureblob.handlers
 
org.jclouds.azureblob.options - package org.jclouds.azureblob.options
 
org.jclouds.azureblob.predicates.validators - package org.jclouds.azureblob.predicates.validators
 
org.jclouds.azureblob.xml - package org.jclouds.azureblob.xml
 

P

ParseAzureBlobErrorFromXmlContent - Class in org.jclouds.azureblob.handlers
 
ParseBlobFromHeadersAndHttpContent - Class in org.jclouds.azureblob.functions
Parses response headers and creates a new AzureBlob from them and the HTTP content.
ParseBlobFromHeadersAndHttpContent(ParseBlobPropertiesFromHeaders, AzureBlob.Factory) - Constructor for class org.jclouds.azureblob.functions.ParseBlobFromHeadersAndHttpContent
 
ParseBlobPropertiesFromHeaders - Class in org.jclouds.azureblob.functions
This parses @{link BlobProperties from HTTP headers.
ParseBlobPropertiesFromHeaders(ParseSystemAndUserMetadataFromHeaders, BlobMetadataToBlobProperties) - Constructor for class org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders
 
ParseContainerPropertiesFromHeaders - Class in org.jclouds.azureblob.functions
This parses @{link org.jclouds.azureblob.domain.ListableContainerProperties from HTTP headers.
ParseContainerPropertiesFromHeaders(DateService, String) - Constructor for class org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders
 
ParsePublicAccessHeader - Class in org.jclouds.azureblob.functions
 
ParsePublicAccessHeader() - Constructor for class org.jclouds.azureblob.functions.ParsePublicAccessHeader
 
prefix(String) - Static method in class org.jclouds.azureblob.options.ListBlobsOptions.Builder
 
prefix(String) - Method in class org.jclouds.azureblob.options.ListBlobsOptions
PublicAccess - Enum in org.jclouds.azureblob.domain
Indicates whether data in the container may be accessed publicly and the level of access.
putBlob(String, AzureBlob) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
putBlob(String, AzureBlob) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Put Blob operation creates a new blob or updates the content of an existing blob.
putBlob(String, Blob) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient.putBlob(java.lang.String, org.jclouds.azureblob.domain.AzureBlob)
putBlob(String, Blob, PutOptions) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
 
putBlob(String, Blob) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes AzureBlobClient#putObject
putBlob(String, Blob, PutOptions) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes AzureBlobClient#putObject

R

refineException(HttpCommand, HttpResponse, Exception, AzureStorageError, String) - Method in class org.jclouds.azureblob.handlers.ParseAzureBlobErrorFromXmlContent
 
removeBlob(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureAsyncBlobStore
This implementation invokes AzureBlobAsyncClient#deleteObject
removeBlob(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobStore
This implementation invokes AzureBlobClient#deleteObject
ReturnFalseIfContainerAlreadyExists - Class in org.jclouds.azureblob.functions
 
ReturnFalseIfContainerAlreadyExists() - Constructor for class org.jclouds.azureblob.functions.ReturnFalseIfContainerAlreadyExists
 

S

setAllHeaders(Multimap<String, String>) - Method in interface org.jclouds.azureblob.domain.AzureBlob
 
setAllHeaders(Multimap<String, String>) - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
setBlobMetadata(String, String, Map<String, String>) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
setBlobMetadata(String, String, Map<String, String>) - Method in interface org.jclouds.azureblob.AzureBlobClient
 
setContainer(String) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setContainer(String) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setContentMetadata(MutableContentMetadata) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setContext(HttpRequest) - Method in class org.jclouds.azureblob.functions.ParseBlobFromHeadersAndHttpContent
 
setContext(HttpRequest) - Method in class org.jclouds.azureblob.functions.ParseBlobPropertiesFromHeaders
 
setContext(HttpRequest) - Method in class org.jclouds.azureblob.functions.ParseContainerPropertiesFromHeaders
 
setETag(String) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setETag(String) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
setETag(String) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setETag(String) - Method in interface org.jclouds.azureblob.domain.MutableContainerPropertiesWithMetadata
 
setLastModified(Date) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setLastModified(Date) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
setLastModified(Date) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setLastModified(Date) - Method in interface org.jclouds.azureblob.domain.MutableContainerPropertiesWithMetadata
 
setMetadata(Map<String, String>) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setMetadata(Map<String, String>) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
setMetadata(Map<String, String>) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setMetadata(Map<String, String>) - Method in interface org.jclouds.azureblob.domain.MutableContainerPropertiesWithMetadata
 
setName(String) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setName(String) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
setName(String) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setName(String) - Method in interface org.jclouds.azureblob.domain.MutableContainerPropertiesWithMetadata
 
setPayload(Payload) - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
 
setResourceMetadata(String, Map<String, String>) - Method in interface org.jclouds.azureblob.AzureBlobAsyncClient
 
setResourceMetadata(String, Map<String, String>) - Method in interface org.jclouds.azureblob.AzureBlobClient
The Set Container Metadata operation sets one or more user-defined name/value pairs for the specified container.
setType(BlobType) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
setUrl(URI) - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
setUrl(URI) - Method in class org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
 
setUrl(URI) - Method in interface org.jclouds.azureblob.domain.MutableBlobProperties
 
setUrl(URI) - Method in interface org.jclouds.azureblob.domain.MutableContainerPropertiesWithMetadata
 
signGetBlob(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobRequestSigner
 
signGetBlob(String, String, GetOptions) - Method in class org.jclouds.azureblob.blobstore.AzureBlobRequestSigner
 
signPutBlob(String, Blob) - Method in class org.jclouds.azureblob.blobstore.AzureBlobRequestSigner
 
signRemoveBlob(String, String) - Method in class org.jclouds.azureblob.blobstore.AzureBlobRequestSigner
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.azureblob.xml.AccountNameEnumerationResultsHandler
 
startElement(String, String, String, Attributes) - Method in class org.jclouds.azureblob.xml.ContainerNameEnumerationResultsHandler
 

T

toString() - Method in enum org.jclouds.azureblob.domain.BlobType
 
toString() - Method in class org.jclouds.azureblob.domain.internal.AzureBlobImpl
 
toString() - Method in class org.jclouds.azureblob.domain.internal.BlobPropertiesImpl
 
toString() - Method in class org.jclouds.azureblob.domain.internal.HashSetListBlobsResponse
 
toString() - Method in class org.jclouds.azureblob.domain.internal.MutableBlobPropertiesImpl
 
toString() - Method in enum org.jclouds.azureblob.domain.LeaseStatus
 

V

validate(String) - Method in class org.jclouds.azureblob.predicates.validators.ContainerNameValidator
 
value() - Method in enum org.jclouds.azureblob.domain.BlobType
 
value() - Method in enum org.jclouds.azureblob.domain.LeaseStatus
 
valueOf(String) - Static method in enum org.jclouds.azureblob.domain.BlobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.azureblob.domain.LeaseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.azureblob.domain.PublicAccess
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jclouds.azureblob.domain.BlobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.azureblob.domain.LeaseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.azureblob.domain.PublicAccess
Returns an array containing the constants of this enum type, in the order they are declared.

W

withMetadata(Multimap<String, String>) - Static method in class org.jclouds.azureblob.options.CreateContainerOptions.Builder
 
withMetadata(Multimap<String, String>) - Method in class org.jclouds.azureblob.options.CreateContainerOptions
 
withPublicAccess(PublicAccess) - Static method in class org.jclouds.azureblob.options.CreateContainerOptions.Builder
 
withPublicAccess(PublicAccess) - Method in class org.jclouds.azureblob.options.CreateContainerOptions
Indicates whether a container may be accessed publicly

A B C D E F G H I L M N O P R S T V W

Copyright © 2009-2011 jclouds. All Rights Reserved.