Monitoring class

監視を表すクラス。

コンストラクター

Monitoring(SynapseClientContext)

監視を作成します。

メソッド

getApplicationDetails(string, string, string, RequestOptionsBase)

ワークスペース名、プール名、livyid を指定して、1 つの Spark アプリケーションの詳細を取得します。

getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)
getHistoryServerData(string, string, string, string, string, RequestOptionsBase)

特定のワークスペース、プール、livyid、appid、attemptId の履歴サーバー データを取得する

getHistoryServerData(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDataResponse>)
getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)

特定のワークスペース、プール、livyid、appid、および attemptId の履歴サーバー診断データを取得する

getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDiagnosticResponse>)
getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)

特定のワークスペース、プール、livyid、appid、および attemptId の履歴サーバー グラフ データを取得する

getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerGraphResponse>)
getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)
getHistoryServerProperties(string, RequestOptionsBase)

履歴サーバーのプロパティを取得します。

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)
getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)
getSparkJobList(string, RequestOptionsBase)

ワークスペースの Spark アプリケーションの一覧を取得します。

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

コンストラクターの詳細

Monitoring(SynapseClientContext)

監視を作成します。

new Monitoring(client: SynapseClientContext)

パラメーター

client
SynapseClientContext

サービス クライアントへの参照。

メソッドの詳細

getApplicationDetails(string, string, string, RequestOptionsBase)

ワークスペース名、プール名、livyid を指定して、1 つの Spark アプリケーションの詳細を取得します。

function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options?: RequestOptionsBase): Promise<MonitoringGetApplicationDetailsResponse>

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MonitoringGetApplicationDetailsResponseレスポンス>

getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SparkJobListViewResponse>

コールバック

getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)

function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, callback: ServiceCallback<SparkJobListViewResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

callback

ServiceCallback<SparkJobListViewResponse>

コールバック

getHistoryServerData(string, string, string, string, string, RequestOptionsBase)

特定のワークスペース、プール、livyid、appid、attemptId の履歴サーバー データを取得する

function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDataResponse>

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MonitoringGetHistoryServerDataResponse>

getHistoryServerData(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDataResponse>)

function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerDataResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HistoryServerDataResponse>

コールバック

getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)

function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDataResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

callback

ServiceCallback<HistoryServerDataResponse>

コールバック

getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)

特定のワークスペース、プール、livyid、appid、および attemptId の履歴サーバー診断データを取得する

function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDiagnosticResponse>

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MonitoringGetHistoryServerDiagnosticResponse>

getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDiagnosticResponse>)

function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerDiagnosticResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HistoryServerDiagnosticResponse>

コールバック

getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)

function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDiagnosticResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

callback

ServiceCallback<HistoryServerDiagnosticResponse>

コールバック

getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)

特定のワークスペース、プール、livyid、appid、および attemptId の履歴サーバー グラフ データを取得する

function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerGraphResponse>

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MonitoringGetHistoryServerGraphResponse応答>

getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerGraphResponse>)

function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerGraphResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HistoryServerGraphResponse>

コールバック

getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)

function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerGraphResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

poolName

string

Spark プール名。

livyId

string

livy ID。

appId

string

アプリケーション ID。

attemptId

string

試行 ID。

callback

ServiceCallback<HistoryServerGraphResponse>

コールバック

getHistoryServerProperties(string, RequestOptionsBase)

履歴サーバーのプロパティを取得します。

function getHistoryServerProperties(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerPropertiesResponse>

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MonitoringGetHistoryServerPropertiesレスポンス>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

function getHistoryServerProperties(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerPropertiesResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<HistoryServerPropertiesResponse>

コールバック

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

function getHistoryServerProperties(workspaceName: string, callback: ServiceCallback<HistoryServerPropertiesResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

callback

ServiceCallback<HistoryServerPropertiesResponse>

コールバック

getSparkJobList(string, RequestOptionsBase)

ワークスペースの Spark アプリケーションの一覧を取得します。

function getSparkJobList(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetSparkJobListResponse>

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

function getSparkJobList(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SparkJobListViewResponse>

コールバック

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

function getSparkJobList(workspaceName: string, callback: ServiceCallback<SparkJobListViewResponse>)

パラメーター

workspaceName

string

操作を実行するワークスペースの名前。

callback

ServiceCallback<SparkJobListViewResponse>

コールバック