Spark 3.5.5 ScalaDoc - org.apache.spark.sql.streaming.GroupState (original) (raw)

trait GroupState[S] extends LogicalGroupState[S]

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. GroupState

  2. LogicalGroupState

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Abstract Value Members

  1. abstract def exists: Boolean
  2. abstract def get: S
  3. abstract def getCurrentProcessingTimeMs(): Long
  4. abstract def getCurrentWatermarkMs(): Long
  5. abstract def getOption: Option[S]
  6. abstract def hasTimedOut: Boolean
  7. abstract def remove(): Unit
  8. abstract def setTimeoutDuration(duration: String): Unit
  9. abstract def setTimeoutDuration(durationMs: Long): Unit
  10. abstract def setTimeoutTimestamp(timestamp: Date, additionalDuration: String): Unit
  11. abstract def setTimeoutTimestamp(timestamp: Date): Unit
  12. abstract def setTimeoutTimestamp(timestampMs: Long, additionalDuration: String): Unit
  13. abstract def setTimeoutTimestamp(timestampMs: Long): Unit
  14. abstract def update(newState: S): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. final def getClass(): Class[_]
  10. def hashCode(): Int
  11. final def isInstanceOf[T0]: Boolean
  12. final def ne(arg0: AnyRef): Boolean
  13. final def notify(): Unit
  14. final def notifyAll(): Unit
  15. final def synchronized[T0](arg0: ⇒ T0): T0
  16. def toString(): String
  17. final def wait(): Unit
  18. final def wait(arg0: Long, arg1: Int): Unit
  19. final def wait(arg0: Long): Unit

Inherited from LogicalGroupState[S]

Inherited from AnyRef

Inherited from Any

Ungrouped