Monitoring class
Classe que representa um Monitoramento.
Construtores
| Monitoring(Synapse |
Crie um monitoramento. |
Métodos
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
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
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
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
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
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.
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
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
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
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.
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
Promise<MonitoringGetSparkJobListResponse>
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
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
O retorno de chamada