sparkapi

package
v58.2.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchClientAPI

type BatchClientAPI interface {
	CancelSparkBatchJob(ctx context.Context, batchID int32) (result autorest.Response, err error)
	CreateSparkBatchJob(ctx context.Context, sparkBatchJobOptions spark.BatchJobOptions, detailed *bool) (result spark.BatchJob, err error)
	GetSparkBatchJob(ctx context.Context, batchID int32, detailed *bool) (result spark.BatchJob, err error)
	GetSparkBatchJobs(ctx context.Context, from *int32, size *int32, detailed *bool) (result spark.BatchJobCollection, err error)
}

BatchClientAPI contains the set of methods on the BatchClient type.

type SessionClientAPI

type SessionClientAPI interface {
	CancelSparkSession(ctx context.Context, sessionID int32) (result autorest.Response, err error)
	CancelSparkStatement(ctx context.Context, sessionID int32, statementID int32) (result spark.StatementCancellationResult, err error)
	CreateSparkSession(ctx context.Context, sparkSessionOptions spark.SessionOptions, detailed *bool) (result spark.Session, err error)
	CreateSparkStatement(ctx context.Context, sessionID int32, sparkStatementOptions spark.StatementOptions) (result spark.Statement, err error)
	GetSparkSession(ctx context.Context, sessionID int32, detailed *bool) (result spark.Session, err error)
	GetSparkSessions(ctx context.Context, from *int32, size *int32, detailed *bool) (result spark.SessionCollection, err error)
	GetSparkStatement(ctx context.Context, sessionID int32, statementID int32) (result spark.Statement, err error)
	GetSparkStatements(ctx context.Context, sessionID int32) (result spark.StatementCollection, err error)
	ResetSparkSessionTimeout(ctx context.Context, sessionID int32) (result autorest.Response, err error)
}

SessionClientAPI contains the set of methods on the SessionClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL