SparkModelFactory Class

Definition

Model factory for read-only models.

public static class SparkModelFactory
type SparkModelFactory = class
Public Class SparkModelFactory
Inheritance
SparkModelFactory

Methods

SparkBatchJob(SparkBatchJobState, String, String, String, String, String, String, Nullable<SparkJobType>, Nullable<SparkBatchJobResultType>, SparkScheduler, SparkServicePlugin, IEnumerable<SparkServiceError>, IReadOnlyDictionary<String,String>, Int32, String, IReadOnlyDictionary<String, String>, Nullable<LivyStates>, IEnumerable<String>)

Initializes a new instance of SparkBatchJob.

SparkBatchJobCollection(Int32, Int32, IEnumerable<SparkBatchJob>)

Initializes a new instance of SparkBatchJobCollection.

SparkBatchJobState(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, SparkRequest)

Initializes a new instance of SparkBatchJobState.

SparkRequest(String, String, String, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IEnumerable<String>, IReadOnlyDictionary<String,String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of SparkRequest.

SparkScheduler(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<SchedulerCurrentState>)

Initializes a new instance of SparkScheduler.

SparkServiceError(String, String, Nullable<SparkErrorSource>)

Initializes a new instance of SparkServiceError.

SparkServicePlugin(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<PluginCurrentState>)

Initializes a new instance of SparkServicePlugin.

SparkSession(SparkSessionState, String, String, String, String, String, String, Nullable<SparkJobType>, Nullable<SparkSessionResultType>, SparkScheduler, SparkServicePlugin, IEnumerable<SparkServiceError>, IReadOnlyDictionary<String,String>, Int32, String, IReadOnlyDictionary<String, String>, Nullable<LivyStates>, IEnumerable<String>)

Initializes a new instance of SparkSession.

SparkSessionCollection(Int32, Int32, IEnumerable<SparkSession>)

Initializes a new instance of SparkSessionCollection.

SparkSessionState(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, SparkRequest)

Initializes a new instance of SparkSessionState.

SparkStatement(Int32, String, Nullable<LivyStatementStates>, SparkStatementOutput)

Initializes a new instance of SparkStatement.

SparkStatementCancellationResult(String)

Initializes a new instance of SparkStatementCancellationResult.

SparkStatementCollection(Int32, IEnumerable<SparkStatement>)

Initializes a new instance of SparkStatementCollection.

SparkStatementOutput(String, Int32, Object, String, String, IEnumerable<String>)

Initializes a new instance of SparkStatementOutput.

Applies to