Class ScheduledTask<T>

java.lang.Object
org.apache.flink.core.testutils.ScheduledTask<T>
Type Parameters:
T - type of the result
All Implemented Interfaces:
Comparable<Delayed>, Delayed, Future<T>, ScheduledFuture<T>

public final class ScheduledTask<T> extends Object implements ScheduledFuture<T>
ScheduledTask represents a task which is executed at a later point in time.