DataProvider ClassDryadLINQ documentation
DataProvider provides an abstraction for different data backends. New data storage backends could be added by subclassing this class.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.DryadLinqDataProvider

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public abstract class DataProvider

The DataProvider type exposes the following members.

Constructors

  NameDescription
Protected methodDataProvider
Initializes a new instance of the DataProvider class
Top
Methods

  NameDescription
Public methodCheckExistence
Checks the existence of a specified dataset.
Public methodEgress
Creates an instance of Stream for a dataset at a specified location. This is used by DryadLINQ to read a .NET collection from a store.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMetaData
Gets the metadata of a specified dataset.
Public methodGetStreamInfo
Gets information of a specified dataset.
Public methodGetTemporaryStreamUri
Gets a URI to store a temporary dataset.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIngressT
Ingress a .NET collection to a specified store location.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegister
Registers a new DataProvider. This can be used to extend DryadLINQ to interact with a new kind of data store.
Public methodRewriteUriT
Rewrites the URI of a dataset. Allows DataProvider specific rewriting.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyPathSeparator
The path separator of this data provider.
Public propertyScheme
The scheme of this data provider.
Top
See Also

Reference