Class VersionInfo
java.lang.Object
com.here.platform.data.client.model.VersionInfo
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
param: version Version of this catalog.
param: timestamp Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
param: dependencies List of catalogs and versions that were used as a dependency to generate this version.
param: partitionCounts The number of partitions changed in this commit for this version, counted by layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVersionInfo(long version, long timestamp, scala.collection.immutable.Seq<VersionDependency> dependencies, scala.collection.immutable.Map<String, Object> partitionCounts) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2, T3 v3, T4 v4) scala.collection.immutable.Seq<VersionDependency>longstatic StringtoString()longversion()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
VersionInfo
public VersionInfo(long version, long timestamp, scala.collection.immutable.Seq<VersionDependency> dependencies, scala.collection.immutable.Map<String, Object> partitionCounts)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
version
public long version() -
timestamp
public long timestamp() -
dependencies
-
partitionCounts
-
getVersion
- Returns:
- Version of this catalog.
-
getTimestamp
- Returns:
- Timestamp when catalog version was published. (in ms since 01/01/1970 00:00 UTC).
-
getDependencies
- Returns:
- List of catalogs and versions that were used as a dependency to generate this version.
-
getPartitionCounts
- Returns:
- The number of partitions changed in this commit for this version, counted by layer.
-