Class ScheduledTask<T>

  • Type Parameters:
    T - type of the result
    All Implemented Interfaces:
    Comparable<Delayed>, Delayed, Future<T>, ScheduledFuture<T>

    public class ScheduledTask<T>
    extends Object
    implements ScheduledFuture<T>
    This code is copied verbatim from org.apache.flink.core.testutils.ScheduledTask ScheduledTask represents a task which is executed at a later point in time.