PartitionReader
interface PartitionReader
A PartitionReader, when executed via run, emits records within the corresponding partition, and completes by returning the value of the state checkpoint.
A partition is a chunk of consecutive records within a Feed, which is either a stream or some global data feed.
Inheritors
Functions
Link copied to clipboard
Returns the forward progress made by the execution of run.
Link copied to clipboard
Called after run and checkpoint to release any resources acquired by tryAcquireResources.
Link copied to clipboard
Called before run to try to acquire all the resources required for its execution. These may be, but are not limited to: