Uses of Interface
org.jclouds.Fallback
-
Packages that use Fallback Package Description org.jclouds org.jclouds.fallbacks org.jclouds.rest.annotations org.jclouds.rest.config -
-
Uses of Fallback in org.jclouds
Classes in org.jclouds that implement Fallback Modifier and Type Class Description static classFallbacks.AbsentOn403Or404Or500static classFallbacks.EmptyFluentIterableOnNotFoundOr404static classFallbacks.EmptyIterableWithMarkerOnNotFoundOr404static classFallbacks.EmptyListOnNotFoundOr404static classFallbacks.EmptyMapOnNotFoundOr404static classFallbacks.EmptyMultimapOnNotFoundOr404static classFallbacks.EmptyPagedIterableOnNotFoundOr404static classFallbacks.EmptySetOnNotFoundOr404static classFallbacks.FalseOnNotFoundOr404static classFallbacks.FalseOnNotFoundOr422static classFallbacks.NullOnNotFoundOr404static classFallbacks.TrueOnNotFoundOr404static classFallbacks.VoidOnNotFoundOr404 -
Uses of Fallback in org.jclouds.fallbacks
Subinterfaces of Fallback in org.jclouds.fallbacks Modifier and Type Interface Description interfacePropagateIfRetryAfterpropagates asRetryAfterExceptionif a Throwable contains information such as a retry offset.Classes in org.jclouds.fallbacks that implement Fallback Modifier and Type Class Description classHeaderToRetryAfterExceptionpropagates asRetryAfterExceptionif a Throwable is anHttpResponseExceptionwith asetand a validHttpHeaders.RETRY_AFTERheader set.classMapHttp4xxCodesToExceptions -
Uses of Fallback in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type Fallback Modifier and Type Method Description Class<? extends Fallback<?>>value() -
Uses of Fallback in org.jclouds.rest.config
Methods in org.jclouds.rest.config that return Fallback Modifier and Type Method Description Fallback<?>InvocationConfig. getFallback(Invocation invocation)fallback used for commands when exceptions are encountered.Fallback<?>ReadAnnotationsAndProperties. getFallback(Invocation invocation)
-