case class SourceSnapshotInfo(version: UUID, versionDateTime: LocalDateTime, isPersisted: Boolean, lastModified: LocalDateTime, creationUser: String, configId: String, configVersion: UUID, tag: String, pluginVersions: List[PluginVersion], expires: Option[LocalDateTime], deletedColumns: List[ColumnDeletion] = List(), dataVersion: Option[Int] = None, sizeBytes: Option[Long] = None) extends SnapshotInfoBase with Product with Serializable
Holds information on a source snapshot. A source snapshot has data on the timestamp, tag and configuration version used for building the result data and whether result data is persisted. It also logs which user created the snapshot and when the snapshot may expire (after which it will eventually be deleted).
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourceSnapshotInfo
- Serializable
- Product
- Equals
- SnapshotInfoBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SourceSnapshotInfo(version: UUID, versionDateTime: LocalDateTime, isPersisted: Boolean, lastModified: LocalDateTime, creationUser: String, configId: String, configVersion: UUID, tag: String, pluginVersions: List[PluginVersion], expires: Option[LocalDateTime], deletedColumns: List[ColumnDeletion] = List(), dataVersion: Option[Int] = None, sizeBytes: Option[Long] = None)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val configId: String
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- val configVersion: UUID
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- val creationUser: String
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- def dataLocation: String
- Definition Classes
- SnapshotInfoBase
- val dataVersion: Option[Int]
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- val deletedColumns: List[ColumnDeletion]
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val expires: Option[LocalDateTime]
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isPersisted: Boolean
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- val lastModified: LocalDateTime
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val pluginVersions: List[PluginVersion]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sizeBytes: Option[Long]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tag: String
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- val version: UUID
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- val versionDateTime: LocalDateTime
- Definition Classes
- SourceSnapshotInfo → SnapshotInfoBase
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)