Uses of Interface
com.google.common.util.concurrent.FuturesGetChecked.GetCheckedTypeValidator
-
Packages that use FuturesGetChecked.GetCheckedTypeValidator Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of FuturesGetChecked.GetCheckedTypeValidator in com.google.common.util.concurrent
Classes in com.google.common.util.concurrent that implement FuturesGetChecked.GetCheckedTypeValidator Modifier and Type Class Description (package private) static classFuturesGetChecked.GetCheckedTypeValidatorHolder.ClassValueValidator(package private) static classFuturesGetChecked.GetCheckedTypeValidatorHolder.WeakSetValidatorFields in com.google.common.util.concurrent declared as FuturesGetChecked.GetCheckedTypeValidator Modifier and Type Field Description (package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.GetCheckedTypeValidatorHolder. BEST_VALIDATORMethods in com.google.common.util.concurrent that return FuturesGetChecked.GetCheckedTypeValidator Modifier and Type Method Description private static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked. bestGetCheckedTypeValidator()(package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked. classValueValidator()(package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked.GetCheckedTypeValidatorHolder. getBestValidator()Returns the ClassValue-using validator, or falls back to the "weak Set" implementation if unable to do so.(package private) static FuturesGetChecked.GetCheckedTypeValidatorFuturesGetChecked. weakSetValidator()Methods in com.google.common.util.concurrent with parameters of type FuturesGetChecked.GetCheckedTypeValidator Modifier and Type Method Description (package private) static <V,X extends java.lang.Exception>
VFuturesGetChecked. getChecked(FuturesGetChecked.GetCheckedTypeValidator validator, java.util.concurrent.Future<V> future, java.lang.Class<X> exceptionClass)Implementation ofFutures.getChecked(Future, Class).
-