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
- Serializable
- Product
- Equals
- SnapshotInfoBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pluginVersions: List[PluginVersion]
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated