Condividi tramite


Monitoring class

Classe che rappresenta un oggetto Monitoring.

Costruttori

Monitoring(SynapseClientContext)

Creare un monitoraggio.

Metodi

getApplicationDetails(string, string, string, RequestOptionsBase)

Ottenere i dettagli di un'applicazione Spark in base al nome dell'area di lavoro, al nome del pool e al livyid.

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

Ottenere i dati del server cronologia per una determinata area di lavoro, pool, livyid, appid e 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)

Ottenere i dati di diagnostica del server cronologia per una determinata area di lavoro, pool, livyid, appid e 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)

Ottenere i dati del grafico del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId

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

Ottiene le proprietà del server cronologia.

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

Ottenere l'elenco delle applicazioni Spark per l'area di lavoro.

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

Dettagli costruttore

Monitoring(SynapseClientContext)

Creare un monitoraggio.

new Monitoring(client: SynapseClientContext)

Parametri

client
SynapseClientContext

Riferimento al client del servizio.

Dettagli metodo

getApplicationDetails(string, string, string, RequestOptionsBase)

Ottenere i dettagli di un'applicazione Spark in base al nome dell'area di lavoro, al nome del pool e al livyid.

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.MonitoringGetApplicationDetailsResponse>

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

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

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

Ottenere i dati del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

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

Ottenere i dati di diagnostica del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

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

Ottenere i dati del grafico del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

options
RequestOptionsBase

Parametri facoltativi

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

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

poolName

string

Nome del pool di Spark.

livyId

string

ID livy.

appId

string

ID applicazione.

attemptId

string

ID tentativo.

getHistoryServerProperties(string, RequestOptionsBase)

Ottiene le proprietà del server cronologia.

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

options
RequestOptionsBase

Parametri facoltativi

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

getSparkJobList(string, RequestOptionsBase)

Ottenere l'elenco delle applicazioni Spark per l'area di lavoro.

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.

options
RequestOptionsBase

Parametri facoltativi

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parametri

workspaceName

string

Nome dell'area di lavoro in cui eseguire operazioni.