Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 495 Bytes

spark-sql-streaming-EpochTracker.adoc

File metadata and controls

25 lines (16 loc) · 495 Bytes

EpochTracker

EpochTracker is…​FIXME

Current Epoch — getCurrentEpoch Method

getCurrentEpoch: Option[Long]

getCurrentEpoch…​FIXME

Note
getCurrentEpoch is used when…​FIXME

Advancing (Incrementing) Epoch — incrementCurrentEpoch Method

incrementCurrentEpoch(): Unit

incrementCurrentEpoch…​FIXME

Note
incrementCurrentEpoch is used when…​FIXME