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 class
FuturesGetChecked.GetCheckedTypeValidatorHolder.ClassValueValidator
(package private) static class
FuturesGetChecked.GetCheckedTypeValidatorHolder.WeakSetValidator
Fields in com.google.common.util.concurrent declared as FuturesGetChecked.GetCheckedTypeValidator Modifier and Type Field Description (package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.GetCheckedTypeValidatorHolder. BEST_VALIDATOR
Methods in com.google.common.util.concurrent that return FuturesGetChecked.GetCheckedTypeValidator Modifier and Type Method Description private static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked. bestGetCheckedTypeValidator()
(package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked. classValueValidator()
(package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked.GetCheckedTypeValidatorHolder. getBestValidator()
Returns the ClassValue-using validator, or falls back to the "weak Set" implementation if unable to do so.(package private) static FuturesGetChecked.GetCheckedTypeValidator
FuturesGetChecked. 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)
.
-