Packages

class StateScan extends Scan with Batch

An implementation of Scan with Batch for State Store data source.

Linear Supertypes
Batch, Scan, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateScan
  2. Batch
  3. Scan
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StateScan(session: SparkSession, schema: StructType, sourceOptions: StateSourceOptions, stateStoreConf: StateStoreConf, keyStateEncoderSpec: KeyStateEncoderSpec, stateVariableInfoOpt: Option[TransformWithStateVariableInfo], stateStoreColFamilySchemaOpt: Option[StateStoreColFamilySchema], stateSchemaProviderOpt: Option[StateSchemaProvider])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def columnarSupportMode(): ColumnarSupportMode
    Definition Classes
    Scan
  7. def createReaderFactory(): PartitionReaderFactory
    Definition Classes
    StateScan → Batch
  8. def description(): String
    Definition Classes
    StateScan → Scan
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. def planInputPartitions(): Array[InputPartition]
    Definition Classes
    StateScan → Batch
  18. def readSchema(): StructType
    Definition Classes
    StateScan → Scan
  19. def reportDriverMetrics(): Array[CustomTaskMetric]
    Definition Classes
    Scan
  20. def supportedCustomMetrics(): Array[CustomMetric]
    Definition Classes
    Scan
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toBatch(): Batch
    Definition Classes
    StateScan → Scan
  23. def toContinuousStream(arg0: String): ContinuousStream
    Definition Classes
    Scan
  24. def toMicroBatchStream(arg0: String): MicroBatchStream
    Definition Classes
    Scan
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Batch

Inherited from Scan

Inherited from AnyRef

Inherited from Any

Ungrouped