DryadLinqCluster InterfaceDryadLINQ documentation
Base interface for cluster types that the DryadLinqContext constructor can accept.

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

public interface DryadLinqCluster

The DryadLinqCluster type exposes the following members.

Methods

  NameDescription
Public methodClient
Gets the client cluster interface.
Public methodMakeInternalClusterUri
Makes a new URI for storing a dataset in the DFS.
Top
Properties

  NameDescription
Public propertyDefaultMaxNodes
The maximum number of nodes to use for a job if JobMaxNodes is not set in DryadLinqContext
Public propertyDfsClient
Gets the client DFS interface.
Public propertyHeadNode
Gets the hostname of the head node of the cluster.
Public propertyKind
Gets the service platform of this cluster.
Top
See Also

Reference