Partager via


ISparkSessionOperations Interface

Définition

public interface ISparkSessionOperations
type ISparkSessionOperations = interface
Public Interface ISparkSessionOperations

Méthodes

CreateStatementWithHttpMessagesAsync(String, String, Int32, LivyStatementRequestBody, Dictionary<String,List<String>>, CancellationToken)
CreateWithHttpMessagesAsync(String, String, ExtendedLivySessionRequest, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
DeleteStatementWithHttpMessagesAsync(String, String, Int32, Int32, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)
GetStatementWithHttpMessagesAsync(String, String, Int32, Int32, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, Int32, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
ListStatementsWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)
ResetTimeoutWithHttpMessagesAsync(String, String, Int32, Dictionary<String,List<String>>, CancellationToken)

Méthodes d’extension

Create(ISparkSessionOperations, String, String, ExtendedLivySessionRequest, Nullable<Boolean>)
CreateAsync(ISparkSessionOperations, String, String, ExtendedLivySessionRequest, Nullable<Boolean>, CancellationToken)
CreateStatement(ISparkSessionOperations, String, String, Int32, LivyStatementRequestBody)
CreateStatementAsync(ISparkSessionOperations, String, String, Int32, LivyStatementRequestBody, CancellationToken)
Delete(ISparkSessionOperations, String, String, Int32)
DeleteAsync(ISparkSessionOperations, String, String, Int32, CancellationToken)
DeleteStatement(ISparkSessionOperations, String, String, Int32, Int32)
DeleteStatementAsync(ISparkSessionOperations, String, String, Int32, Int32, CancellationToken)
Get(ISparkSessionOperations, String, String, Int32, Nullable<Boolean>)
GetAsync(ISparkSessionOperations, String, String, Int32, Nullable<Boolean>, CancellationToken)
GetStatement(ISparkSessionOperations, String, String, Int32, Int32)
GetStatementAsync(ISparkSessionOperations, String, String, Int32, Int32, CancellationToken)
List(ISparkSessionOperations, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)
ListAsync(ISparkSessionOperations, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, CancellationToken)
ListStatements(ISparkSessionOperations, String, String, Int32)
ListStatementsAsync(ISparkSessionOperations, String, String, Int32, CancellationToken)
ResetTimeout(ISparkSessionOperations, String, String, Int32)
ResetTimeoutAsync(ISparkSessionOperations, String, String, Int32, CancellationToken)

S’applique à