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 SummaryConstructorsConstructorDescriptionSparkAppConfig(scala.collection.immutable.Seq<scala.Tuple2<String, String>> sparkProperties, scala.Option<byte[]> ioEncryptionKey, scala.Option<byte[]> hadoopDelegationCreds, ResourceProfile resourceProfile, scala.Option<String> logLevel) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
SparkAppConfigpublic 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
- 
ioEncryptionKeypublic scala.Option<byte[]> ioEncryptionKey()
- 
hadoopDelegationCredspublic scala.Option<byte[]> hadoopDelegationCreds()
- 
resourceProfile
- 
logLevel
 
-