SparkConf.GetAll Method

Definition

Get all parameters as a list of pairs.

public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,string>> GetAll ();
member this.GetAll : unit -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string, string>>
Public Function GetAll () As IReadOnlyList(Of KeyValuePair(Of String, String))

Returns

Applies to