class AsScalaCachingVersionedGenericLayer extends AsScalaVersionedGenericLayer with CachingVersionedGenericLayer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsScalaCachingVersionedGenericLayer
- CachingVersionedGenericLayer
- AsScalaVersionedGenericLayer
- VersionedGenericLayer
- Layer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AsScalaCachingVersionedGenericLayer(asJava: CachingVersionedGenericLayer)
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
- val asJava: CachingVersionedGenericLayer
- Definition Classes
- AsScalaCachingVersionedGenericLayer → AsScalaVersionedGenericLayer
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def description: String
- Definition Classes
- AsScalaVersionedGenericLayer → Layer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def id: String
- Definition Classes
- AsScalaVersionedGenericLayer → Layer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
- Definition Classes
- AsScalaVersionedGenericLayer → Layer
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def partitionIds(version: Long): Iterator[String]
Get available partitions.
Get available partitions.
- version
Catalog version against which to run the query.
- returns
an iterator with the partition ids retrieved.
- Definition Classes
- AsScalaVersionedGenericLayer → VersionedGenericLayer
- def reader[T]: CachingVersionedGenericLayerReader[T]
Returns the reader associated to this layer.
Returns the reader associated to this layer.
- def summary: String
- Definition Classes
- AsScalaVersionedGenericLayer → Layer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)