다음을 통해 공유


Monitoring class

모니터링을 나타내는 클래스입니다.

생성자

Monitoring(SynapseClientContext)

모니터링을 만듭니다.

메서드

getApplicationDetails(string, string, string, RequestOptionsBase)

작업 영역 이름, 풀 이름 및 livyid가 지정된 Spark 애플리케이션 세부 정보를 하나 가져옵니다.

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

지정된 작업 영역, 풀, livyid, appid 및 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)

지정된 작업 영역, 풀, livyid, appid 및 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)

지정된 작업 영역, 풀, livyid, appid 및 attemptId에 대한 기록 서버 그래프 데이터 가져오기

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

기록 서버 속성을 가져옵니다.

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

작업 영역에 대한 Spark 애플리케이션 목록을 가져옵니다.

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

생성자 세부 정보

Monitoring(SynapseClientContext)

모니터링을 만듭니다.

new Monitoring(client: SynapseClientContext)

매개 변수

client
SynapseClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

getApplicationDetails(string, string, string, RequestOptionsBase)

작업 영역 이름, 풀 이름 및 livyid가 지정된 Spark 애플리케이션 세부 정보를 하나 가져옵니다.

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.MonitoringGetApplicationDetailsResponse를 사용합니다.>

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

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

options
RequestOptionsBase

선택적 매개 변수

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

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

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

지정된 작업 영역, 풀, livyid, appid 및 attemptId에 대한 기록 서버 데이터 가져오기

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

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

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

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

지정된 작업 영역, 풀, livyid, appid 및 attemptId에 대한 기록 서버 진단 데이터 가져오기

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

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

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

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

지정된 작업 영역, 풀, livyid, appid 및 attemptId에 대한 기록 서버 그래프 데이터 가져오기

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

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

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

poolName

string

Spark 풀 이름입니다.

livyId

string

livy ID입니다.

appId

string

애플리케이션 ID입니다.

attemptId

string

시도 ID입니다.

getHistoryServerProperties(string, RequestOptionsBase)

기록 서버 속성을 가져옵니다.

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.MonitoringGetHistoryServerProperties응답>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

getSparkJobList(string, RequestOptionsBase)

작업 영역에 대한 Spark 애플리케이션 목록을 가져옵니다.

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

매개 변수

workspaceName

string

작업을 실행할 작업 영역의 이름입니다.