Uses of Class
org.apache.flink.runtime.state.DoneFuture
-
Packages that use DoneFuture Package Description org.apache.flink.runtime.state -
-
Uses of DoneFuture in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return DoneFuture Modifier and Type Method Description static <T> DoneFuture<T>
DoneFuture. of(T result)
-