
target.apidocs.com.google.api.services.dataproc.Dataproc.Projects.Locations.Sessions.SparkApplications.html Maven / Gradle / Ivy
Dataproc.Projects.Locations.Sessions.SparkApplications (Cloud Dataproc API v1-rev20241025-2.0.0)
com.google.api.services.dataproc
Class Dataproc.Projects.Locations.Sessions.SparkApplications
- java.lang.Object
-
- com.google.api.services.dataproc.Dataproc.Projects.Locations.Sessions.SparkApplications
-
- Enclosing class:
- Dataproc.Projects.Locations.Sessions
public class Dataproc.Projects.Locations.Sessions.SparkApplications
extends Object
The "sparkApplications" collection of methods.
-
-
Nested Class Summary
-
Constructor Summary
Constructors
Constructor and Description
SparkApplications()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dataproc.Projects.Locations.Sessions.SparkApplications.Access
access(String name)
Obtain high level information corresponding to a single Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.AccessEnvironmentInfo
accessEnvironmentInfo(String name)
Obtain environment details for a Spark Application
Create a request for the method "sparkApplications.accessEnvironmentInfo".
Dataproc.Projects.Locations.Sessions.SparkApplications.AccessJob
accessJob(String name)
Obtain data corresponding to a spark job for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.AccessSqlPlan
accessSqlPlan(String name)
Obtain Spark Plan Graph for a Spark Application SQL execution.
Dataproc.Projects.Locations.Sessions.SparkApplications.AccessSqlQuery
accessSqlQuery(String name)
Obtain data corresponding to a particular SQL Query for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.AccessStageAttempt
accessStageAttempt(String name)
Obtain data corresponding to a spark stage attempt for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.AccessStageRddGraph
accessStageRddGraph(String name)
Obtain RDD operation graph for a Spark Application Stage.
Dataproc.Projects.Locations.Sessions.SparkApplications.Search
search(String parent)
Obtain high level information and list of Spark Applications corresponding to a batch
Create a request for the method "sparkApplications.search".
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchExecutors
searchExecutors(String name)
Obtain data corresponding to executors for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchExecutorStageSummary
searchExecutorStageSummary(String name)
Obtain executor summary with respect to a spark stage attempt.
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchJobs
searchJobs(String name)
Obtain list of spark jobs corresponding to a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchSqlQueries
searchSqlQueries(String name)
Obtain data corresponding to SQL Queries for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchStageAttempts
searchStageAttempts(String name)
Obtain data corresponding to a spark stage attempts for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchStageAttemptTasks
searchStageAttemptTasks(String name)
Obtain data corresponding to tasks for a spark stage attempt for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.SearchStages
searchStages(String name)
Obtain data corresponding to stages for a Spark Application.
Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeExecutors
summarizeExecutors(String name)
Obtain summary of Executor Summary for a Spark Application
Create a request for the method "sparkApplications.summarizeExecutors".
Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeJobs
summarizeJobs(String name)
Obtain summary of Jobs for a Spark Application
Create a request for the method "sparkApplications.summarizeJobs".
Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeStageAttemptTasks
summarizeStageAttemptTasks(String name)
Obtain summary of Tasks for a Spark Application Stage Attempt
Create a request for the method "sparkApplications.summarizeStageAttemptTasks".
Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeStages
summarizeStages(String name)
Obtain summary of Stages for a Spark Application
Create a request for the method "sparkApplications.summarizeStages".
Dataproc.Projects.Locations.Sessions.SparkApplications.Write
write(String name,
WriteSessionSparkApplicationContextRequest content)
Write wrapper objects from dataplane to spanner
Create a request for the method "sparkApplications.write".
-
-
Method Detail
-
access
public Dataproc.Projects.Locations.Sessions.SparkApplications.Access access(String name)
throws IOException
Obtain high level information corresponding to a single Spark Application.
Create a request for the method "sparkApplications.access".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
accessEnvironmentInfo
public Dataproc.Projects.Locations.Sessions.SparkApplications.AccessEnvironmentInfo accessEnvironmentInfo(String name)
throws IOException
Obtain environment details for a Spark Application
Create a request for the method "sparkApplications.accessEnvironmentInfo".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
accessJob
public Dataproc.Projects.Locations.Sessions.SparkApplications.AccessJob accessJob(String name)
throws IOException
Obtain data corresponding to a spark job for a Spark Application.
Create a request for the method "sparkApplications.accessJob".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
accessSqlPlan
public Dataproc.Projects.Locations.Sessions.SparkApplications.AccessSqlPlan accessSqlPlan(String name)
throws IOException
Obtain Spark Plan Graph for a Spark Application SQL execution. Limits the number of clusters
returned as part of the graph to 10000.
Create a request for the method "sparkApplications.accessSqlPlan".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
accessSqlQuery
public Dataproc.Projects.Locations.Sessions.SparkApplications.AccessSqlQuery accessSqlQuery(String name)
throws IOException
Obtain data corresponding to a particular SQL Query for a Spark Application.
Create a request for the method "sparkApplications.accessSqlQuery".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
accessStageAttempt
public Dataproc.Projects.Locations.Sessions.SparkApplications.AccessStageAttempt accessStageAttempt(String name)
throws IOException
Obtain data corresponding to a spark stage attempt for a Spark Application.
Create a request for the method "sparkApplications.accessStageAttempt".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
accessStageRddGraph
public Dataproc.Projects.Locations.Sessions.SparkApplications.AccessStageRddGraph accessStageRddGraph(String name)
throws IOException
Obtain RDD operation graph for a Spark Application Stage. Limits the number of clusters returned
as part of the graph to 10000.
Create a request for the method "sparkApplications.accessStageRddGraph".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
search
public Dataproc.Projects.Locations.Sessions.SparkApplications.Search search(String parent)
throws IOException
Obtain high level information and list of Spark Applications corresponding to a batch
Create a request for the method "sparkApplications.search".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchExecutorStageSummary
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchExecutorStageSummary searchExecutorStageSummary(String name)
throws IOException
Obtain executor summary with respect to a spark stage attempt.
Create a request for the method "sparkApplications.searchExecutorStageSummary".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchExecutors
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchExecutors searchExecutors(String name)
throws IOException
Obtain data corresponding to executors for a Spark Application.
Create a request for the method "sparkApplications.searchExecutors".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchJobs
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchJobs searchJobs(String name)
throws IOException
Obtain list of spark jobs corresponding to a Spark Application.
Create a request for the method "sparkApplications.searchJobs".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchSqlQueries
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchSqlQueries searchSqlQueries(String name)
throws IOException
Obtain data corresponding to SQL Queries for a Spark Application.
Create a request for the method "sparkApplications.searchSqlQueries".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchStageAttemptTasks
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchStageAttemptTasks searchStageAttemptTasks(String name)
throws IOException
Obtain data corresponding to tasks for a spark stage attempt for a Spark Application.
Create a request for the method "sparkApplications.searchStageAttemptTasks".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchStageAttempts
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchStageAttempts searchStageAttempts(String name)
throws IOException
Obtain data corresponding to a spark stage attempts for a Spark Application.
Create a request for the method "sparkApplications.searchStageAttempts".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
searchStages
public Dataproc.Projects.Locations.Sessions.SparkApplications.SearchStages searchStages(String name)
throws IOException
Obtain data corresponding to stages for a Spark Application.
Create a request for the method "sparkApplications.searchStages".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
summarizeExecutors
public Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeExecutors summarizeExecutors(String name)
throws IOException
Obtain summary of Executor Summary for a Spark Application
Create a request for the method "sparkApplications.summarizeExecutors".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
summarizeJobs
public Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeJobs summarizeJobs(String name)
throws IOException
Obtain summary of Jobs for a Spark Application
Create a request for the method "sparkApplications.summarizeJobs".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
summarizeStageAttemptTasks
public Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeStageAttemptTasks summarizeStageAttemptTasks(String name)
throws IOException
Obtain summary of Tasks for a Spark Application Stage Attempt
Create a request for the method "sparkApplications.summarizeStageAttemptTasks".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
summarizeStages
public Dataproc.Projects.Locations.Sessions.SparkApplications.SummarizeStages summarizeStages(String name)
throws IOException
Obtain summary of Stages for a Spark Application
Create a request for the method "sparkApplications.summarizeStages".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the session to retrieve in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
- Returns:
- the request
- Throws:
IOException
-
write
public Dataproc.Projects.Locations.Sessions.SparkApplications.Write write(String name,
WriteSessionSparkApplicationContextRequest content)
throws IOException
Write wrapper objects from dataplane to spanner
Create a request for the method "sparkApplications.write".
This request holds the parameters needed by the dataproc server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The fully qualified name of the spark application to write data about in the format
"projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLI
CATION_ID"
content
- the WriteSessionSparkApplicationContextRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy