|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.objectify.util.FutureHelper
public class FutureHelper
This provides some of the methods of Google's (package-private) FutureHelper
FutureHelper
Constructor Summary | |
---|---|
FutureHelper()
|
Method Summary | ||
---|---|---|
static
|
quietGet(java.util.concurrent.Future<T> future)
Quietly perform the get() on a future |
|
static void |
unwrapAndThrow(java.lang.Throwable ex)
Properly unwraps ExecutionException, throwing the relevant original cause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FutureHelper()
Method Detail |
---|
public static <T> T quietGet(java.util.concurrent.Future<T> future)
public static void unwrapAndThrow(java.lang.Throwable ex)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |