case class SinkFileStatus(path: String, size: Long, isDir: Boolean, modificationTime: Long, blockReplication: Int, blockSize: Long, action: String) extends Product with Serializable
The status of a file outputted by FileStreamSink. A file is visible only if it appears in the sink log and its action is not "delete".
- path
the file path.
- size
the file size.
- isDir
whether this file is a directory.
- modificationTime
the file last modification time.
- blockReplication
the block replication.
- blockSize
the block size.
- action
the file action. Must be either "add" or "delete".
- Alphabetic
- By Inheritance
- SinkFileStatus
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SinkFileStatus(path: String, size: Long, isDir: Boolean, modificationTime: Long, blockReplication: Int, blockSize: Long, action: String)
- path
the file path.
- size
the file size.
- isDir
whether this file is a directory.
- modificationTime
the file last modification time.
- blockReplication
the block replication.
- blockSize
the block size.
- action
the file action. Must be either "add" or "delete".
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val action: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blockReplication: Int
- val blockSize: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isDir: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val modificationTime: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val path: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val size: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toFileStatus: FileStatus
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()