public class EventLoggingInfo
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
EventLoggingInfo(scala.collection.Seq<org.apache.hadoop.fs.Path> logPaths,
String sparkVersion,
scala.Option<CompressionCodec> compressionCodec,
boolean applicationComplete) |
Modifier and Type | Method and Description |
---|---|
boolean |
applicationComplete() |
scala.Option<CompressionCodec> |
compressionCodec() |
static EventLoggingInfo |
empty() |
scala.collection.Seq<org.apache.hadoop.fs.Path> |
logPaths() |
String |
sparkVersion() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EventLoggingInfo(scala.collection.Seq<org.apache.hadoop.fs.Path> logPaths, String sparkVersion, scala.Option<CompressionCodec> compressionCodec, boolean applicationComplete)
public static EventLoggingInfo empty()
public scala.collection.Seq<org.apache.hadoop.fs.Path> logPaths()
public String sparkVersion()
public scala.Option<CompressionCodec> compressionCodec()
public boolean applicationComplete()