Package io.trino.execution
Class FutureStateChange<T>
- java.lang.Object
-
- io.trino.execution.FutureStateChange<T>
-
@ThreadSafe public class FutureStateChange<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description FutureStateChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete(T newState)voidcomplete(T newState, Executor executor)com.google.common.util.concurrent.ListenableFuture<T>createNewListener()
-