sealed trait FileAction extends Action
Actions pertaining to the addition and removal of files.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileAction
- Action
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract val dataChange: Boolean
- abstract def deletionVector: DeletionVectorDescriptor
-
abstract
def
estLogicalFileSize: Option[Long]
Returns the approx size of the remaining records after excluding the deleted ones.
Returns the approx size of the remaining records after excluding the deleted ones.
- Annotations
- @JsonIgnore()
-
abstract
def
getFileSize: Long
- Annotations
- @JsonIgnore()
-
abstract
def
numLogicalRecords: Option[Long]
- Annotations
- @JsonIgnore()
-
abstract
val
partitionValues: Map[String, String]
- Annotations
- @JsonIgnore()
- abstract val path: String
- abstract def stats: String
-
abstract
val
tags: Map[String, String]
- Annotations
- @JsonIgnore()
-
abstract
def
wrap: SingleAction
- Definition Classes
- Action
Concrete 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
-
def
absolutePath(deltaLog: DeltaLog): Path
Returns the absolute Path for this file action (not URL-encoded).
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getTag(tagName: String): Option[String]
Return tag value if tags is not null and the tag present.
Return tag value if tags is not null and the tag present.
- Annotations
- @JsonIgnore()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
json: String
- Definition Classes
- Action
-
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()
-
lazy val
pathAsUri: URI
- Annotations
- @JsonIgnore()
-
def
sparkPath: SparkPath
Returns the SparkPath for this file action.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tagsOrEmpty: Map[String, String]
Returns tags or an empty Map if null
Returns tags or an empty Map if null
- Annotations
- @JsonIgnore()
-
def
toPath: Path
Returns the Path for this file action (not URL-encoded).
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()