Interface RecoverableCollectionReader


  • public interface RecoverableCollectionReader
    Interface facilitating CollectionReader recovery from failures. Any CollectionReader supporting recovery must implement this interface.
    • Method Detail

      • getSynchPoint

        SynchPoint getSynchPoint()
        Retrieves data facilitating recovery of the CollectionReader
        Returns:
        the SynchPoint for the current position of the CollectionReader