Interface MaskedResumable<Timestamp extends java.lang.Comparable<Timestamp>>

    • Method Detail

      • resumeAt

        java.util.Map<Tuple,​java.util.Map<Tuple,​Diff<Timestamp>>> resumeAt​(Timestamp timestamp)
        When called, the folding of the state shall be resumed at the given timestamp. The resumable is expected to do a folding step at the given timestamp only. Afterwards, folding shall be interrupted, even if there is more folding to do towards higher timestamps.
      • getResumableSignatures

        java.lang.Iterable<Tuple> getResumableSignatures()
        Returns the set of signatures for which lazy folding shall be resumed at the next timestamp.