final case class VersionInfo(version: Long, timestamp: Long, dependencies: Seq[VersionDependency], partitionCounts: Map[String, Long]) extends Product with Serializable
- version
Version of this catalog.
- timestamp
Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
- dependencies
List of catalogs and versions that were used as a dependency to generate this version.
- partitionCounts
The number of partitions changed in this commit for this version, counted by layer.
- Alphabetic
- By Inheritance
- VersionInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
VersionInfo(version: Long, timestamp: Long, dependencies: Seq[VersionDependency], partitionCounts: Map[String, Long])
- version
Version of this catalog.
- timestamp
Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
- dependencies
List of catalogs and versions that were used as a dependency to generate this version.
- partitionCounts
The number of partitions changed in this commit for this version, counted by layer.
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()
- val dependencies: Seq[VersionDependency]
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDependencies(): List[VersionDependency]
- returns
List of catalogs and versions that were used as a dependency to generate this version.
-
def
getPartitionCounts(): Map[String, Long]
- returns
The number of partitions changed in this commit for this version, counted by layer.
-
def
getTimestamp(): Long
- returns
Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
-
def
getVersion(): Long
- returns
Version of this catalog.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 partitionCounts: Map[String, Long]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timestamp: Long
- val version: Long
-
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()