public class Futures extends Object
Futures()
static <T> T
futureGet(Future<T> future)
futureGet(Future<T> future, long timeoutInMillis)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Futures()
public static <T> T futureGet(Future<T> future, long timeoutInMillis) throws TimeoutException
TimeoutException
public static <T> T futureGet(Future<T> future)
Copyright © 2018. All rights reserved.