Sdílet prostřednictvím


Monitoring class

Třída představující monitorování.

Konstruktory

Monitoring(SynapseClientContext)

Vytvoření monitorování

Metody

getApplicationDetails(string, string, string, RequestOptionsBase)

Získejte podrobnosti o jedné aplikaci Spark s názvem pracovního prostoru, názvem fondu a livyidem.

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

Získání dat serveru historie pro daný pracovní prostor, fond, livyid, appid a 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)

Získání diagnostických dat serveru historie pro daný pracovní prostor, fond, livyid, appid a 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)

Získání dat grafu serveru historie pro daný pracovní prostor, fond, livyid, appid a attemptId

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

Získání vlastností serveru historie

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

Získejte seznam aplikací Spark pro pracovní prostor.

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

Podrobnosti konstruktoru

Monitoring(SynapseClientContext)

Vytvoření monitorování

new Monitoring(client: SynapseClientContext)

Parametry

client
SynapseClientContext

Odkaz na klienta služby

Podrobnosti metody

getApplicationDetails(string, string, string, RequestOptionsBase)

Získejte podrobnosti o jedné aplikaci Spark s názvem pracovního prostoru, názvem fondu a livyidem.

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

options
RequestOptionsBase

Volitelné parametry

Návraty

Příslib<Models.MonitoringGetApplicationDetailsResponse>

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

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<SparkJobListViewResponse>

Zpětné volání

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

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

callback

ServiceCallback<SparkJobListViewResponse>

Zpětné volání

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

Získání dat serveru historie pro daný pracovní prostor, fond, livyid, appid a attemptId

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

options
RequestOptionsBase

Volitelné parametry

Návraty

Příslib<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>)

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<HistoryServerDataResponse>

Zpětné volání

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

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

callback

ServiceCallback<HistoryServerDataResponse>

Zpětné volání

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

Získání diagnostických dat serveru historie pro daný pracovní prostor, fond, livyid, appid a attemptId

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

options
RequestOptionsBase

Volitelné parametry

Návraty

Příslib<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>)

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<HistoryServerDiagnosticResponse>

Zpětné volání

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

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

callback

ServiceCallback<HistoryServerDiagnosticResponse>

Zpětné volání

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

Získání dat grafu serveru historie pro daný pracovní prostor, fond, livyid, appid a attemptId

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

options
RequestOptionsBase

Volitelné parametry

Návraty

Příslib<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>)

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<HistoryServerGraphResponse>

Zpětné volání

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

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

poolName

string

Název fondu sparku.

livyId

string

Id livy.

appId

string

ID aplikace.

attemptId

string

ID pokusu.

callback

ServiceCallback<HistoryServerGraphResponse>

Zpětné volání

getHistoryServerProperties(string, RequestOptionsBase)

Získání vlastností serveru historie

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

options
RequestOptionsBase

Volitelné parametry

Návraty

Příslib<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<HistoryServerPropertiesResponse>

Zpětné volání

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

callback

ServiceCallback<HistoryServerPropertiesResponse>

Zpětné volání

getSparkJobList(string, RequestOptionsBase)

Získejte seznam aplikací Spark pro pracovní prostor.

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

options
RequestOptionsBase

Volitelné parametry

Návraty

Příslib<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<SparkJobListViewResponse>

Zpětné volání

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parametry

workspaceName

string

Název pracovního prostoru pro provádění operací.

callback

ServiceCallback<SparkJobListViewResponse>

Zpětné volání