public static class CoarseGrainedClusterMessages.SparkAppConfig extends Object implements CoarseGrainedClusterMessage, scala.Product, scala.Serializable
Constructor and Description |
---|
SparkAppConfig(scala.collection.Seq<scala.Tuple2<String,String>> sparkProperties,
scala.Option<byte[]> ioEncryptionKey,
scala.Option<byte[]> hadoopDelegationCreds,
ResourceProfile resourceProfile) |
Modifier and Type | Method and Description |
---|---|
scala.Option<byte[]> |
hadoopDelegationCreds() |
scala.Option<byte[]> |
ioEncryptionKey() |
ResourceProfile |
resourceProfile() |
scala.collection.Seq<scala.Tuple2<String,String>> |
sparkProperties() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SparkAppConfig(scala.collection.Seq<scala.Tuple2<String,String>> sparkProperties, scala.Option<byte[]> ioEncryptionKey, scala.Option<byte[]> hadoopDelegationCreds, ResourceProfile resourceProfile)
public scala.collection.Seq<scala.Tuple2<String,String>> sparkProperties()
public scala.Option<byte[]> ioEncryptionKey()
public scala.Option<byte[]> hadoopDelegationCreds()
public ResourceProfile resourceProfile()