Bagikan melalui


Monitoring class

Kelas yang mewakili Pemantauan.

Konstruktor

Monitoring(SynapseClientContext)

Membuat Pemantauan.

Metode

getApplicationDetails(string, string, string, RequestOptionsBase)

Dapatkan satu detail aplikasi spark dengan nama ruang kerja, nama kumpulan, dan livyid.

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

Mendapatkan Data Server Riwayat untuk ruang kerja, kumpulan, livyid, appid, dan attemptId tertentu

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

Mendapatkan Data Diagnostik Server Riwayat untuk ruang kerja, kumpulan, livyid, appid, dan attemptId tertentu

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

Mendapatkan Data Grafik Server Riwayat untuk ruang kerja, kumpulan, livyid, appid, dan attemptId tertentu

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

Mendapatkan properti server Riwayat.

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

Dapatkan daftar aplikasi spark untuk ruang kerja.

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

Detail Konstruktor

Monitoring(SynapseClientContext)

Membuat Pemantauan.

new Monitoring(client: SynapseClientContext)

Parameter

client
SynapseClientContext

Referensi ke klien layanan.

Detail Metode

getApplicationDetails(string, string, string, RequestOptionsBase)

Dapatkan satu detail aplikasi spark dengan nama ruang kerja, nama kumpulan, dan livyid.

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.MonitoringGetApplicationDetailsResponse>

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

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<SparkJobListViewResponse>

Panggilan balik

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

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

callback

ServiceCallback<SparkJobListViewResponse>

Panggilan balik

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

Mendapatkan Data Server Riwayat untuk ruang kerja, kumpulan, livyid, appid, dan attemptId tertentu

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<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>)

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<HistoryServerDataResponse>

Panggilan balik

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

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

callback

ServiceCallback<HistoryServerDataResponse>

Panggilan balik

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

Mendapatkan Data Diagnostik Server Riwayat untuk ruang kerja, kumpulan, livyid, appid, dan attemptId tertentu

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<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>)

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

options
RequestOptionsBase

Parameter opsional

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

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

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

Mendapatkan Data Grafik Server Riwayat untuk ruang kerja, kumpulan, livyid, appid, dan attemptId tertentu

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<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>)

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<HistoryServerGraphResponse>

Panggilan balik

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

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

poolName

string

Nama kumpulan spark.

livyId

string

Id livy.

appId

string

Id aplikasi.

attemptId

string

Id upaya.

callback

ServiceCallback<HistoryServerGraphResponse>

Panggilan balik

getHistoryServerProperties(string, RequestOptionsBase)

Mendapatkan properti server Riwayat.

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

options
RequestOptionsBase

Parameter opsional

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

getSparkJobList(string, RequestOptionsBase)

Dapatkan daftar aplikasi spark untuk ruang kerja.

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<SparkJobListViewResponse>

Panggilan balik

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parameter

workspaceName

string

Nama ruang kerja untuk menjalankan operasi.

callback

ServiceCallback<SparkJobListViewResponse>

Panggilan balik