Monitoring class

Classe que representa um Monitoramento.

Construtores

Monitoring(SynapseClientContext)

Crie um monitoramento.

Métodos

getApplicationDetails(string, string, string, RequestOptionsBase)

Obtenha os detalhes de um aplicativo de faísca dado o nome do espaço de trabalho, o nome do pool e o livyid.

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

Obter dados do servidor de histórico para um determinado espaço de trabalho, 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)

Obter dados de diagnóstico do servidor de histórico para um determinado espaço de trabalho, 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)

Obter dados do History Server Graph para um determinado espaço de trabalho, 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)

Obtenha as propriedades do servidor Histórico.

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

Obtenha uma lista de aplicativos de faísca para o espaço de trabalho.

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

Detalhes do Construtor

Monitoring(SynapseClientContext)

Crie um monitoramento.

new Monitoring(client: SynapseClientContext)

Parâmetros

client
SynapseClientContext

Referência ao cliente do serviço.

Detalhes de Método

getApplicationDetails(string, string, string, RequestOptionsBase)

Obtenha os detalhes de um aplicativo de faísca dado o nome do espaço de trabalho, o nome do pool e o livyid.

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de promessa.MonitoramentoGetAplicativoDetalhesResposta<>

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

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<SparkJobListViewResponse>

O retorno de chamada

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

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

callback

ServiceCallback<SparkJobListViewResponse>

O retorno de chamada

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

Obter dados do servidor de histórico para um determinado espaço de trabalho, pool, livyid, appid e attemptId

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de Promessa.MonitoramentoGetHistoryServerDataResponse<>

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<HistoryServerDataResponse>

O retorno de chamada

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

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

callback

ServiceCallback<HistoryServerDataResponse>

O retorno de chamada

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

Obter dados de diagnóstico do servidor de histórico para um determinado espaço de trabalho, pool, livyid, appid e attemptId

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de promessa.MonitoramentoGetHistoryServerDiagnosticResponse<>

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<HistoryServerDiagnosticResponse>

O retorno de chamada

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

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

callback

ServiceCallback<HistoryServerDiagnosticResponse>

O retorno de chamada

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

Obter dados do History Server Graph para um determinado espaço de trabalho, pool, livyid, appid e attemptId

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de promessa.MonitoramentoGetHistoryServerGraphResponse<>

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<HistoryServerGraphResponse>

O retorno de chamada

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

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

poolName

string

O nome da piscina de faíscas.

livyId

string

O livy id.

appId

string

O id do aplicativo.

attemptId

string

A tentativa id.

callback

ServiceCallback<HistoryServerGraphResponse>

O retorno de chamada

getHistoryServerProperties(string, RequestOptionsBase)

Obtenha as propriedades do servidor Histórico.

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de Promessa.MonitoramentoGetHistoryServerPropertiesResponse<>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<HistoryServerPropertiesResponse>

O retorno de chamada

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

callback

ServiceCallback<HistoryServerPropertiesResponse>

O retorno de chamada

getSparkJobList(string, RequestOptionsBase)

Obtenha uma lista de aplicativos de faísca para o espaço de trabalho.

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Modelos de Promessa.MonitoramentoGetSparkJobListResponse<>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<SparkJobListViewResponse>

O retorno de chamada

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parâmetros

workspaceName

string

O nome do espaço de trabalho no qual executar operações.

callback

ServiceCallback<SparkJobListViewResponse>

O retorno de chamada