Class RunAsync
- java.lang.Object
-
- org.apache.flink.runtime.rpc.messages.RunAsync
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunnablegetRunnable()longgetTimeNanos()
-
-
-
Constructor Detail
-
RunAsync
public RunAsync(Runnable runnable, long atTimeNanos)
Creates a newRunAsyncmessage.- Parameters:
runnable- The Runnable to run.atTimeNanos- The time (as for System.nanoTime()) when to execute the runnable.
-
-
Method Detail
-
getRunnable
public Runnable getRunnable()
-
getTimeNanos
public long getTimeNanos()
-
-