This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.IO.FileSystem.AzureBlob Namespace Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Namespaces | Classes | Enumerations
Org.Apache.REEF.IO.FileSystem.AzureBlob Namespace Reference

Namespaces

namespace  Parameters
 
namespace  RetryPolicy
 

Classes

class  AzureBlockBlobFileSystem
 An IFileSystem implementation for Azure Blob storage.
 
class  AzureBlockBlobFileSystemConfiguration
 Configuration Module for the Azure Block Blob (WASB) file system implementation of IFileSystem. More...
 
class  AzureBlockBlobFileSystemConfigurationProvider
 This provider provides configuration for Azure Block Blob File System The client that is going to use AzureBlockBlobFileSystem in its driver and evaluators should set configuration data through AzureBlockBlobFileSystem configuration module in the client's configuration
 
class  AzureCloudBlobClient
 A proxy class for CloudBlobClient, mainly in order to fake for unit testing.
 
class  AzureCloudBlobContainer
 A proxy class for CloudBlobContainer, mainly in order to fake for unit testing.
 
class  AzureCloudBlobDirectory
 A proxy class for CloudBlobDirectory, mainly in order to fake for testing.
 
class  AzureCloudBlockBlob
 A proxy class for CloudBlockBlob, created mainly for unit testing purposes.
 
interface  ICloudBlobClient
 A proxy interface for CloudBlobClient, mainly in order to fake for unit testing.
 
interface  ICloudBlobContainer
 A proxy interface for CloudBlobContainer, mainly in order to fake for testing.
 
interface  ICloudBlobDirectory
 A proxy interface for CloudBlobDirectory, mainly in order to fake for testing.
 
interface  ICloudBlockBlob
 A proxy interface for CloudBlockBlob, mainly used for unit testing purposes.
 

Enumerations

enum  AzureBlobType { AzureBlobType.Block, AzureBlobType.Page, AzureBlobType.Append }
 The type of blob supported for the IFileSystem. More...
 

Enumeration Type Documentation

The type of blob supported for the IFileSystem.

For more details on each type of blob, see https://msdn.microsoft.com/en-us/library/azure/ee691964.aspx.

Enumerator
Block 
Page 
Append