Class CoarseGrainedClusterMessages.SparkAppConfig
Object
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages.SparkAppConfig
- All Implemented Interfaces:
Serializable
,CoarseGrainedClusterMessage
,scala.Equals
,scala.Product
- Enclosing class:
- CoarseGrainedClusterMessages
public static class CoarseGrainedClusterMessages.SparkAppConfig
extends Object
implements CoarseGrainedClusterMessage, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionSparkAppConfig
(scala.collection.immutable.Seq<scala.Tuple2<String, String>> sparkProperties, scala.Option<byte[]> ioEncryptionKey, scala.Option<byte[]> hadoopDelegationCreds, ResourceProfile resourceProfile, scala.Option<String> logLevel) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
SparkAppConfig
public SparkAppConfig(scala.collection.immutable.Seq<scala.Tuple2<String, String>> sparkProperties, scala.Option<byte[]> ioEncryptionKey, scala.Option<byte[]> hadoopDelegationCreds, ResourceProfile resourceProfile, scala.Option<String> logLevel)
-
-
Method Details
-
sparkProperties
-
ioEncryptionKey
public scala.Option<byte[]> ioEncryptionKey() -
hadoopDelegationCreds
public scala.Option<byte[]> hadoopDelegationCreds() -
resourceProfile
-
logLevel
-