Monitoring class

Klasse die een bewaking vertegenwoordigt.

Constructors

Monitoring(SynapseClientContext)

Maak een monitoring.

Methoden

getApplicationDetails(string, string, string, RequestOptionsBase)

Haal de details van één Spark-toepassing op met de naam van de werkruimte, de naam van de pool en livyid.

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

Geschiedenis servergegevens ophalen voor een bepaalde werkruimte, pool, livyid, appid en 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)

Diagnostische gegevens van History Server ophalen voor een bepaalde werkruimte, pool, livyid, appid en 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)

Geschiedenis servergrafiekgegevens ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId

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

Eigenschappen van de History-server ophalen.

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

Lijst met Spark-toepassingen voor de werkruimte ophalen.

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

Constructordetails

Monitoring(SynapseClientContext)

Maak een monitoring.

new Monitoring(client: SynapseClientContext)

Parameters

client
SynapseClientContext

Verwijzing naar de serviceclient.

Methodedetails

getApplicationDetails(string, string, string, RequestOptionsBase)

Haal de details van één Spark-toepassing op met de naam van de werkruimte, de naam van de pool en livyid.

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.MonitoringGetApplicationDetailsResponse>

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

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

options
RequestOptionsBase

De optionele parameters

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

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

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

Geschiedenis servergegevens ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

options
RequestOptionsBase

De optionele parameters

Retouren

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

options
RequestOptionsBase

De optionele parameters

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

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

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

Diagnostische gegevens van History Server ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

options
RequestOptionsBase

De optionele parameters

Retouren

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

options
RequestOptionsBase

De optionele parameters

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

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

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

Geschiedenis servergrafiekgegevens ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

options
RequestOptionsBase

De optionele parameters

Retouren

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

options
RequestOptionsBase

De optionele parameters

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

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

poolName

string

De naam van het vonkenbad.

livyId

string

De livy id.

appId

string

De toepassings-id.

attemptId

string

De poging id.

getHistoryServerProperties(string, RequestOptionsBase)

Eigenschappen van de History-server ophalen.

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

options
RequestOptionsBase

De optionele parameters

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

getSparkJobList(string, RequestOptionsBase)

Lijst met Spark-toepassingen voor de werkruimte ophalen.

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.

options
RequestOptionsBase

De optionele parameters

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parameters

workspaceName

string

De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.