Class DataprocJobHadoopConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_job.DataprocJobHadoopConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocJobHadoopConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocJobHadoopConfig
@Stability(Stable) @Internal public static final class DataprocJobHadoopConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocJobHadoopConfig
An implementation forDataprocJobHadoopConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_job.DataprocJobHadoopConfig
DataprocJobHadoopConfig.Builder, DataprocJobHadoopConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocJobHadoopConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocJobHadoopConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getArchiveUris()HCFS URIs of archives to be extracted in the working directory of .jar, .tar, .tar.gz, .tgz, and .zip.List<String>getArgs()The arguments to pass to the driver.List<String>getFileUris()HCFS URIs of files to be copied to the working directory of Spark drivers and distributed tasks.List<String>getJarFileUris()HCFS URIs of jar files to add to the CLASSPATHs of the Spark driver and tasks.DataprocJobHadoopConfigLoggingConfiggetLoggingConfig()logging_config block.StringgetMainClass()The class containing the main method of the driver.StringgetMainJarFileUri()The HCFS URI of jar file containing the driver jar.Map<String,String>getProperties()A mapping of property names to values, used to configure Spark.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocJobHadoopConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocJobHadoopConfig.Builder.
-
-
Method Detail
-
getArchiveUris
public final List<String> getArchiveUris()
Description copied from interface:DataprocJobHadoopConfigHCFS URIs of archives to be extracted in the working directory of .jar, .tar, .tar.gz, .tgz, and .zip.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#archive_uris DataprocJob#archive_uris}
- Specified by:
getArchiveUrisin interfaceDataprocJobHadoopConfig
-
getArgs
public final List<String> getArgs()
Description copied from interface:DataprocJobHadoopConfigThe arguments to pass to the driver.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#args DataprocJob#args}
- Specified by:
getArgsin interfaceDataprocJobHadoopConfig
-
getFileUris
public final List<String> getFileUris()
Description copied from interface:DataprocJobHadoopConfigHCFS URIs of files to be copied to the working directory of Spark drivers and distributed tasks.Useful for naively parallel tasks. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#file_uris DataprocJob#file_uris}
- Specified by:
getFileUrisin interfaceDataprocJobHadoopConfig
-
getJarFileUris
public final List<String> getJarFileUris()
Description copied from interface:DataprocJobHadoopConfigHCFS URIs of jar files to add to the CLASSPATHs of the Spark driver and tasks.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#jar_file_uris DataprocJob#jar_file_uris}
- Specified by:
getJarFileUrisin interfaceDataprocJobHadoopConfig
-
getLoggingConfig
public final DataprocJobHadoopConfigLoggingConfig getLoggingConfig()
Description copied from interface:DataprocJobHadoopConfiglogging_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#logging_config DataprocJob#logging_config}
- Specified by:
getLoggingConfigin interfaceDataprocJobHadoopConfig
-
getMainClass
public final String getMainClass()
Description copied from interface:DataprocJobHadoopConfigThe class containing the main method of the driver.Must be in a provided jar or jar that is already on the classpath. Conflicts with main_jar_file_uri Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#main_class DataprocJob#main_class}
- Specified by:
getMainClassin interfaceDataprocJobHadoopConfig
-
getMainJarFileUri
public final String getMainJarFileUri()
Description copied from interface:DataprocJobHadoopConfigThe HCFS URI of jar file containing the driver jar. Conflicts with main_class.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#main_jar_file_uri DataprocJob#main_jar_file_uri}
- Specified by:
getMainJarFileUriin interfaceDataprocJobHadoopConfig
-
getProperties
public final Map<String,String> getProperties()
Description copied from interface:DataprocJobHadoopConfigA mapping of property names to values, used to configure Spark.Properties that conflict with values set by the Cloud Dataproc API may be overwritten. Can include properties set in /etc/spark/conf/spark-defaults.conf and classes in user code. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#properties DataprocJob#properties}
- Specified by:
getPropertiesin interfaceDataprocJobHadoopConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-