Class TimelyMemory<Timestamp extends Comparable<Timestamp>>

java.lang.Object
tools.refinery.interpreter.matchers.util.TimelyMemory<Timestamp>
All Implemented Interfaces:
Clearable, Resumable<Timestamp>, UnmaskedResumable<Timestamp>

public class TimelyMemory<Timestamp extends Comparable<Timestamp>> extends Object implements Clearable, UnmaskedResumable<Timestamp>
A timely memory implementation that incrementally maintains the Timelines of tuples. The memory is capable of lazy folding (see Resumable).
Since:
2.3