final case class LayerVersions(version: Long, layerVersions: Seq[LayerVersion]) extends Product with Serializable
- version
Version of this catalog.
- layerVersions
Layers with their latest version at which data was committed, layers without committed partitions will be omitted.
- Alphabetic
- By Inheritance
- LayerVersions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
LayerVersions(version: Long, layerVersions: Seq[LayerVersion])
- version
Version of this catalog.
- layerVersions
Layers with their latest version at which data was committed, layers without committed partitions will be omitted.
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()
-
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
getLayerVersions(): List[LayerVersion]
- returns
Layers with their latest version at which data was committed, layers without committed partitions will be omitted.
-
def
getVersion(): Long
- returns
Version of the catalog when the layer was last changed. Only versions before and including the requested catalog version are evaluated. Note: version can refer to already retired and thus inaccessible version.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layerVersions: Seq[LayerVersion]
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- 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()