A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

Activator - Class in org.jclouds.osgi
 
Activator() - Constructor for class org.jclouds.osgi.Activator
 
addApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Adds a ApiListener and notifies it of existing ApiMetadata.
addDependency(LifeCycle) - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
addDetailsAndPropagate(HttpResponse, Exception) - Method in class org.jclouds.http.functions.ParseSax
 
addDetailsAndPropagate(HttpResponse, Exception, String) - Method in class org.jclouds.http.functions.ParseSax
 
added(A) - Method in interface org.jclouds.osgi.ApiListener
Method to be called when an api gets added.
added(P) - Method in interface org.jclouds.osgi.ProviderListener
Method to be called when a Provider gets added.
addFormParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
addFormParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
Replaces the current payload with one that is a urlencoded payload including the following parameters and any formerly set.
addHeader(String, String...) - Method in class org.jclouds.http.HttpMessage.Builder
Note that if there's an existing header of the same name, this will only add the new value, not replace it.
addProviderListener(ProviderListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Adds a ProviderListener and notifies it of existing ProviderMetadata.
addQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQuery(String, String...) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
addQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
addQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
addToClose(Closeable) - Method in class org.jclouds.lifecycle.Closer
 
advance(IterableWithMarker<T>, Function<Object, IterableWithMarker<T>>) - Static method in class org.jclouds.collect.PagedIterables
 
AdvanceUntilEmptyIterable<E> - Class in org.jclouds.collect
continues to supply iterables until the last was empty
AdvanceUntilEmptyIterable(Supplier<FluentIterable<E>>) - Constructor for class org.jclouds.collect.AdvanceUntilEmptyIterable
 
all() - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis available to jclouds regardless of type.
all() - Static method in class org.jclouds.apis.Apis
Returns all available apis.
all() - Static method in class org.jclouds.logging.LoggingModules
all available LoggingModules
all() - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers available to jclouds regardless of type.
all() - Static method in class org.jclouds.providers.Providers
Returns all available providers.
AllLowerCaseValidator - Class in org.jclouds.predicates.validators
Validates that the string parameter doesn't have any uppercase letters.
AllLowerCaseValidator() - Constructor for class org.jclouds.predicates.validators.AllLowerCaseValidator
 
alpha - Variable in class org.jclouds.JcloudsVersion
 
alphaVersion - Variable in class org.jclouds.JcloudsVersion
Non-null iff JcloudsVersion.alpha is true
ALWAYS_RETRY - Static variable in interface org.jclouds.http.HttpRetryHandler
 
ALWAYS_RETRY - Static variable in interface org.jclouds.http.IOExceptionRetryHandler
 
AlwaysPresentImplicitOptionalConverter - Class in org.jclouds.rest.functions
 
AlwaysPresentImplicitOptionalConverter() - Constructor for class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
 
annotationToNameExtractor - Variable in class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
annotationType - Variable in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
annotationType() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
AnonymousProviderMetadata - Class in org.jclouds.providers
Useful in creating arbitrary clients.
AnonymousProviderMetadata(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata
 
AnonymousProviderMetadata(AnonymousProviderMetadata.Builder) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata
 
AnonymousProviderMetadata.Builder - Class in org.jclouds.providers
 
AnonymousProviderMetadata.Builder(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata.Builder
 
AnonymousRestApiMetadata - Class in org.jclouds.rest
Useful in creating arbitrary clients.
AnonymousRestApiMetadata(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.AnonymousRestApiMetadata
 
AnonymousRestApiMetadata(AnonymousRestApiMetadata.Builder) - Constructor for class org.jclouds.rest.AnonymousRestApiMetadata
 
AnonymousRestApiMetadata.Builder - Class in org.jclouds.rest
 
AnonymousRestApiMetadata.Builder(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.AnonymousRestApiMetadata.Builder
 
AnyOrConfiguredRegionId - Class in org.jclouds.location.predicates.fromconfig
If there are regions configured in RegionIdsFromConfiguration, return true if that set contains the input param.
AnyOrConfiguredRegionId(RegionIdsFromConfiguration) - Constructor for class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
 
AnyOrConfiguredZoneId - Class in org.jclouds.location.predicates.fromconfig
If there are zones configured in ZoneIdsFromConfiguration, return true if that set contains the input param.
AnyOrConfiguredZoneId(ZoneIdsFromConfiguration) - Constructor for class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
 
api - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
api - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
Api - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to an api.
api - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata
 
api - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
apiAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis with the given type.
ApiListener - Interface in org.jclouds.osgi
A listener interface for ApiMetadata.
ApiMetadata - Interface in org.jclouds.apis
The ApiMetadata interface allows jclouds to provide a plugin framework for gathering cloud api metadata.
apiMetadata - Variable in class org.jclouds.ContextBuilder
 
apiMetadata(ApiMetadata) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
apiMetadata(ApiMetadata) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
ApiMetadata.Builder<B extends ApiMetadata.Builder<B>> - Interface in org.jclouds.apis
 
apiMetadataAssignableFrom(TypeToken<? extends ApiMetadata>) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with an apimetadata assignable from the given api.
apiMetadataAssignableFrom(TypeToken<? extends ApiMetadata>) - Static method in class org.jclouds.providers.Providers
Returns the providers that are of the provided api.
apiMetadataFunction() - Static method in class org.jclouds.providers.Providers
 
ApiPredicates - Class in org.jclouds.apis
Container for api filters (predicates).
ApiPredicates() - Constructor for class org.jclouds.apis.ApiPredicates
 
ApiRegistry - Class in org.jclouds.osgi
A registry for holding ApiMetadata.
ApiRegistry() - Constructor for class org.jclouds.osgi.ApiRegistry
 
Apis - Class in org.jclouds.apis
The Apis class provides static methods for accessing apis.
Apis() - Constructor for class org.jclouds.apis.Apis
 
apiVersion - Variable in class org.jclouds.ContextBuilder
 
apiVersion(String) - Method in class org.jclouds.ContextBuilder
 
ApiVersion - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to an api version.
appendPath(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable
 
apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
Deprecated.  
apply(String) - Method in class org.jclouds.config.ValueOfConfigurationKeyOrNull
 
apply(Object) - Method in enum org.jclouds.functions.IdentityFunction
 
apply(Object) - Method in class org.jclouds.functions.JoinOnComma
 
apply(Iterable<T>) - Method in class org.jclouds.functions.OnlyElementOrNull
 
apply(String) - Method in class org.jclouds.functions.ToLowerCase
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseETagHeader
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseJson
parses the http response body to create a new <T>.
apply(InputStream) - Method in class org.jclouds.http.functions.ParseJson
 
apply(InputStream, Type) - Method in class org.jclouds.http.functions.ParseJson
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseSax
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
 
apply(InputStream) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
 
apply(InputStream, Class<V>) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReleasePayloadAndReturn
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnInputStream
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnStringIf2xx
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnTrueIf2xx
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.UnwrapOnlyJsonValue
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.UnwrapOnlyJsonValueInSet
 
apply(Predicate<String>) - Method in class org.jclouds.internal.FilterStringsBoundToInjectorByName
 
apply(InputStream) - Method in class org.jclouds.io.CopyInputStreamIntoSupplier
 
apply(Annotation) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpoint
 
apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpointOrProviderIfNull
 
apply(Location) - Method in enum org.jclouds.location.functions.ToIdAndScope
 
apply(Object) - Method in class org.jclouds.location.functions.ZoneToEndpoint
 
apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
 
apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
 
apply(HostAndPort) - Method in class org.jclouds.predicates.InetSocketAddressConnect
 
apply(HostAndPort) - Method in class org.jclouds.predicates.SocketOpenUnsupported
 
apply(T) - Method in class org.jclouds.predicates.Validator
 
apply(Properties) - Method in class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
 
apply(ProviderMetadata) - Method in class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
apply(ProviderMetadata) - Method in class org.jclouds.providers.ProviderPredicates.TransformableTo
apply(ProviderMetadata) - Method in class org.jclouds.providers.Providers.ApiMetadataFunction
 
apply(ProviderMetadata) - Method in enum org.jclouds.providers.Providers.IdFunction
 
apply(URI) - Method in class org.jclouds.proxy.ProxyForURI
 
apply(Object) - Method in class org.jclouds.rest.annotations.EndpointParam.ReturnSame
 
apply(InputStream) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonInputStream
 
apply(Credentials) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsToJsonInputStream
 
apply(InvocationSuccess) - Method in class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
 
apply(InvocationSuccess) - Method in class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
 
apply(Invocation) - Method in class org.jclouds.rest.internal.InvokeAndCallGetOnFutures
 
apply(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
 
apply(Invocation) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
apply(HttpRequest) - Method in class org.jclouds.rest.internal.TransformerForRequest
 
apply(String) - Method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
 
Arg0ToPagedIterable<T,I extends Arg0ToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
Used to propagate arg0 during an advance in a PagedIterable.
Arg0ToPagedIterable() - Constructor for class org.jclouds.collect.internal.Arg0ToPagedIterable
 
Arg0ToPagedIterable.FromCaller<T,I extends Arg0ToPagedIterable.FromCaller<T,I>> - Class in org.jclouds.collect.internal
Used to propagate caller arg0 to a callee during an advance in a PagedIterable.
Arg0ToPagedIterable.FromCaller() - Constructor for class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
 
asByteProcessor(Mac) - Static method in class org.jclouds.crypto.Macs
Computes and returns the MAC value for a supplied input stream.
asByteSource(InputStream) - Static method in class org.jclouds.io.ByteSources
always returns the same stream
asyncApi - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata
 
asyncApi - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
AsyncBus - Annotation Type in org.jclouds.events.config.annotations
Used to configure EventBus injection, providing a flexible way to inject the AsyncEventBus.
asyncClientType - Variable in class org.jclouds.rest.config.RestClientModule
 
asyncHttp() - Method in class org.jclouds.rest.internal.UtilsImpl
 
asyncHttp() - Method in interface org.jclouds.rest.Utils
#see #getHttpAsyncClient
AsyncHttpApiProvider<A> - Class in org.jclouds.rest.config
 
attemptToParseSizeAndRangeFromHeaders(HttpMessage) - Static method in class org.jclouds.http.HttpUtils
 
authenticateSudo(boolean) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
authException - Variable in class org.jclouds.rest.config.RestModule
 
AuthorizationException - Exception in org.jclouds.rest
Thrown when there is an authorization error.
AuthorizationException() - Constructor for exception org.jclouds.rest.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception org.jclouds.rest.AuthorizationException
 
AuthorizationException(Throwable) - Constructor for exception org.jclouds.rest.AuthorizationException
 
awaitCompletion(Map<F, ? extends ListenableFuture<?>>, ListeningExecutorService, Long, Logger, String) - Static method in class org.jclouds.concurrent.FutureIterables
 
awaitShutdown(long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
awaitStatus(LifeCycle.Status, long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
 

B

backend(Injector, TypeToken<? extends Context>) - Method in class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
 
backoffHandler - Variable in class org.jclouds.http.handlers.RedirectionRetryHandler
 
BackoffLimitedRetryHandler - Class in org.jclouds.http.handlers
Allow replayable request to be retried a limited number of times, and impose an exponential back-off delay before returning.
BackoffLimitedRetryHandler() - Constructor for class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
BaseApiMetadata - Class in org.jclouds.apis.internal
The BaseApiMetadata class is an abstraction of ApiMetadata to be extended by those implementing ApiMetadata.
BaseApiMetadata(BaseApiMetadata.Builder<?>) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
 
BaseApiMetadata(String, String, Set<TypeToken<? extends View>>, String, String, Optional<String>, String, Optional<String>, Optional<String>, Optional<String>, Optional<String>, Properties, URI, TypeToken<? extends Context>, Set<Class<? extends Module>>) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
 
BaseApiMetadata.Builder<T extends BaseApiMetadata.Builder<T>> - Class in org.jclouds.apis.internal
 
BaseApiMetadata.Builder() - Constructor for class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
BaseCipherPayload - Class in org.jclouds.io.payloads
 
BaseCipherPayload(Payload, Key) - Constructor for class org.jclouds.io.payloads.BaseCipherPayload
 
BaseHttpCommandExecutorService<Q> - Class in org.jclouds.http.internal
 
BaseHttpCommandExecutorService(HttpUtils, ContentMetadataCodec, ListeningExecutorService, DelegatingRetryHandler, IOExceptionRetryHandler, DelegatingErrorHandler, HttpWire) - Constructor for class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
BaseHttpCommandExecutorService.HttpResponseCallable - Class in org.jclouds.http.internal
 
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand) - Constructor for class org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
 
BaseHttpRequestOptions - Class in org.jclouds.http.options
 
BaseHttpRequestOptions() - Constructor for class org.jclouds.http.options.BaseHttpRequestOptions
 
BaseImmutableContentMetadata - Class in org.jclouds.io.payloads
 
BaseImmutableContentMetadata(String, Long, byte[], String, String, String, Date) - Constructor for class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
BaseLifeCycle - Class in org.jclouds.lifecycle
// TODO: Adrian: Document this!
BaseLifeCycle(ListeningExecutorService, LifeCycle...) - Constructor for class org.jclouds.lifecycle.BaseLifeCycle
 
BaseLogger - Class in org.jclouds.logging
Base implementation that constructs formatted log strings.
BaseLogger() - Constructor for class org.jclouds.logging.BaseLogger
 
BaseMutableContentMetadata - Class in org.jclouds.io.payloads
 
BaseMutableContentMetadata() - Constructor for class org.jclouds.io.payloads.BaseMutableContentMetadata
 
BasePayload<V> - Class in org.jclouds.io.payloads
 
BasePayload(V) - Constructor for class org.jclouds.io.payloads.BasePayload
 
BasePayload(V, MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.BasePayload
 
BasePayloadSlicer - Class in org.jclouds.io.internal
 
BasePayloadSlicer() - Constructor for class org.jclouds.io.internal.BasePayloadSlicer
 
BaseProviderMetadata - Class in org.jclouds.providers.internal
The BaseProviderMetadata class is an abstraction of ProviderMetadata to be extended by those implementing ProviderMetadata.
BaseProviderMetadata(BaseProviderMetadata.Builder) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
 
BaseProviderMetadata(String, String, ApiMetadata, String, Properties, Optional<URI>, Optional<URI>, Set<String>, Set<String>) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
 
BaseProviderMetadata.Builder - Class in org.jclouds.providers.internal
 
BaseProviderMetadata.Builder() - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
BaseRestApiMetadata - Class in org.jclouds.rest.internal
Useful in creating rest apis.
BaseRestApiMetadata(BaseRestApiMetadata.Builder<?>) - Constructor for class org.jclouds.rest.internal.BaseRestApiMetadata
 
BaseRestApiMetadata.Builder<T extends BaseRestApiMetadata.Builder<T>> - Class in org.jclouds.rest.internal
 
BaseRestApiMetadata.Builder(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
BaseView - Class in org.jclouds.internal
 
BaseView(Context, TypeToken<? extends Context>) - Constructor for class org.jclouds.internal.BaseView
 
basic(String, String) - Static method in class org.jclouds.http.filters.BasicAuthentication
 
BasicAuthentication - Class in org.jclouds.http.filters
Uses Basic Authentication to sign the request.
BasicAuthentication(Supplier<Credentials>) - Constructor for class org.jclouds.http.filters.BasicAuthentication
 
beta - Variable in class org.jclouds.JcloudsVersion
 
betaVersion - Variable in class org.jclouds.JcloudsVersion
Non-null iff JcloudsVersion.beta is true
BindAsHostPrefix - Class in org.jclouds.rest.binders
 
BindAsHostPrefix() - Constructor for class org.jclouds.rest.binders.BindAsHostPrefix
 
bindBlockingApi(Binder, Class<S>, Class<A>) - Static method in class org.jclouds.rest.config.BinderUtils
adds an explicit binding for an interface which synchronously blocks on similar calls to an async type.
Binder - Interface in org.jclouds.rest
Adds an payload to a request.
BinderParam - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will modify the request, possibly including adding an payload to it.
bindErrorHandlers() - Method in class org.jclouds.rest.config.RestClientModule
overrides this to change the default error handlers for the http engine ex.
BinderUtils - Class in org.jclouds.rest.config
 
BinderUtils() - Constructor for class org.jclouds.rest.config.BinderUtils
 
BindException - Exception in org.jclouds.rest.binders
Exception thrown during the binding process.
BindException(HttpRequest) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindException(HttpRequest, String) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindException(HttpRequest, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindException(HttpRequest, String, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
 
bindHttpApi(Binder, Class<S>, Class<A>) - Static method in class org.jclouds.rest.config.BinderUtils
adds an explicit binding for async by parsing its annotations.
BindLoggersAnnotatedWithResource - Class in org.jclouds.logging.config
TypeListener that will bind Logger to members annotated with Resource

This class is a TypeListener so that it can create a logger whose category is the same as the name of the injected instance's class.

BindLoggersAnnotatedWithResource(Logger.LoggerFactory) - Constructor for class org.jclouds.logging.config.BindLoggersAnnotatedWithResource
 
BindMapToStringPayload - Class in org.jclouds.rest.binders
 
BindMapToStringPayload() - Constructor for class org.jclouds.rest.binders.BindMapToStringPayload
 
BindNameToContext - Class in org.jclouds.config
Binds name to Context.
BindNameToContext(String) - Constructor for class org.jclouds.config.BindNameToContext
 
bindPostInjectionInvoke(Closer, ExecutionList) - Method in class org.jclouds.lifecycle.config.LifeCycleModule
 
BindPropertiesToExpandedValues - Class in org.jclouds.config
expands properties.
BindPropertiesToExpandedValues(Properties) - Constructor for class org.jclouds.config.BindPropertiesToExpandedValues
 
BindProviderMetadataContextAndCredentials - Class in org.jclouds.providers.config
Binds data inside ProviderMetadata to types with scopes qualified with annotations in the org.jclouds.location and org.jclouds.rest.annotations packages.
BindProviderMetadataContextAndCredentials(ProviderMetadata, Supplier<Credentials>) - Constructor for class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
 
BindRestContextWithWildcardExtendsExplicitAndRawType - Class in org.jclouds.config
Allows you to lookup the ApiMetadata.getContext() as RestContext, RestContext<Client, AsyncClient>, and {@code
BindRestContextWithWildcardExtendsExplicitAndRawType(RestApiMetadata) - Constructor for class org.jclouds.config.BindRestContextWithWildcardExtendsExplicitAndRawType
 
bindRetryHandlers() - Method in class org.jclouds.rest.config.RestClientModule
overrides this to change the default retry handlers for the http engine ex.
BindToJsonPayload - Class in org.jclouds.rest.binders
Binds the object to the request as a json object.
BindToJsonPayload(Json) - Constructor for class org.jclouds.rest.binders.BindToJsonPayload
 
BindToJsonPayloadWrappedWith - Class in org.jclouds.rest.binders
Sometimes, cloud apis wrap requests inside an envelope.
BindToJsonPayloadWrappedWith.Factory - Interface in org.jclouds.rest.binders
 
bindToRequest(R, Object) - Method in interface org.jclouds.rest.Binder
 
bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindAsHostPrefix
 
bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindMapToStringPayload
 
bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindMapToStringPayload
 
bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindToJsonPayload
 
bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToJsonPayload
 
bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
 
bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
 
bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToStringPayload
 
bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToXMLPayload
 
bindToRequest(R, Map<String, Object>) - Method in interface org.jclouds.rest.MapBinder
creates and binds the POST payload to the request using parameters specified.
BindToStringPayload - Class in org.jclouds.rest.binders
Adds an payload to a request.
BindToStringPayload() - Constructor for class org.jclouds.rest.binders.BindToStringPayload
 
BindToXMLPayload - Class in org.jclouds.rest.binders
Binds the request parameters to an XML formatted payload.
BindToXMLPayload(XMLParser) - Constructor for class org.jclouds.rest.binders.BindToXMLPayload
 
BOUNDARY - Static variable in class org.jclouds.io.payloads.MultipartForm
 
boundedByIso3166Code(String) - Static method in class org.jclouds.providers.ProviderPredicates
Returns the providers that are bound to the same location as the given ISO 3166 code.
boundedByIso3166Code(String) - Static method in class org.jclouds.providers.Providers
Returns the providers that are bound to the same location as the given ISO 3166 code regardless of viewableAs.
boundedByIso3166Code(String, TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
Returns the providers that are bound to the same location as the given ISO 3166 code and of the given viewableAs.
boundedByIso3166Code(String, Class<? extends View>) - Static method in class org.jclouds.providers.Providers
 
build() - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
build() - Method in class org.jclouds.ContextBuilder
Builds the base context for this api.
build(Class<V>) - Method in class org.jclouds.ContextBuilder
 
build(TypeToken<C>) - Method in class org.jclouds.ContextBuilder
this will build the context supported by the current ApiMetadata.
build() - Method in class org.jclouds.domain.Credentials.Builder
 
build() - Method in class org.jclouds.domain.LocationBuilder
 
build() - Method in class org.jclouds.domain.LoginCredentials.Builder
 
build() - Method in class org.jclouds.http.HttpMessage.Builder
 
build() - Method in class org.jclouds.http.HttpRequest.Builder
 
build() - Method in class org.jclouds.http.HttpResponse.Builder
 
build() - Method in class org.jclouds.http.Uris.UriBuilder
 
build(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
build() - Method in class org.jclouds.io.ContentMetadataBuilder
 
build() - Method in class org.jclouds.providers.AnonymousProviderMetadata.Builder
 
build() - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
build() - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
build() - Method in class org.jclouds.rest.AnonymousRestApiMetadata.Builder
 
build() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
buildCredentialsSupplier(Properties) - Method in class org.jclouds.ContextBuilder
 
builder(Credentials) - Static method in class org.jclouds.domain.LoginCredentials
 
builder() - Static method in class org.jclouds.domain.LoginCredentials
 
builder() - Static method in class org.jclouds.http.HttpMessage
 
builder() - Static method in class org.jclouds.http.HttpRequest
 
builder() - Static method in class org.jclouds.http.HttpResponse
 
builder() - Static method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
buildFormParameters() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
buildFormParameters() - Method in interface org.jclouds.http.options.HttpRequestOptions
Builds form parameters representing options.
buildInjector() - Method in class org.jclouds.ContextBuilder
 
buildInjector(String, ProviderMetadata, Supplier<Credentials>, List<Module>) - Static method in class org.jclouds.ContextBuilder
 
buildPathSuffix() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
buildPathSuffix() - Method in interface org.jclouds.http.options.HttpRequestOptions
 
buildQueryLine(Multimap<String, ?>) - Static method in class org.jclouds.http.utils.Queries
 
buildQueryParameters() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
Builds query parameters representing options.
buildQueryParameters() - Method in interface org.jclouds.http.options.HttpRequestOptions
Builds query parameters representing options.
buildRequestHeaders() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
Builds headers representing options.
buildRequestHeaders() - Method in class org.jclouds.http.options.GetOptions
 
buildRequestHeaders() - Method in interface org.jclouds.http.options.HttpRequestOptions
Builds headers representing options.
buildStringPayload() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
buildStringPayload() - Method in interface org.jclouds.http.options.HttpRequestOptions
 
buildVersion(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
buildVersion(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
buildVersion - Variable in class org.jclouds.ContextBuilder
 
buildVersion(String) - Method in class org.jclouds.ContextBuilder
 
BuildVersion - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to an build version.
buildView(Class<V>) - Method in class org.jclouds.ContextBuilder
 
buildView(TypeToken<V>) - Method in class org.jclouds.ContextBuilder
this will build any view supported by the ApiMetadata.
bundleChanged(BundleEvent) - Method in class org.jclouds.osgi.MetadataBundleListener
 
Bundles - Class in org.jclouds.osgi
Utility functions helpful in working with bundles.
ByteArrayPayload - Class in org.jclouds.io.payloads
 
ByteArrayPayload(byte[]) - Constructor for class org.jclouds.io.payloads.ByteArrayPayload
 
ByteArrayPayload(byte[], byte[]) - Constructor for class org.jclouds.io.payloads.ByteArrayPayload
 
ByteSources - Class in org.jclouds.io
functions related to or replacing those in ByteSource
ByteSources() - Constructor for class org.jclouds.io.ByteSources
 

C

calculateMD5(Payload) - Static method in class org.jclouds.io.Payloads
Calculates and sets Payload#setContentMD5 on the payload.
calculateMD5(T) - Static method in class org.jclouds.io.Payloads
Calculates the md5 on a payload, replacing as necessary.
call() - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
 
caller(Invocation) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
CallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
Deprecated. Arg0ToPagedIterable.FromCaller
CallerArg0ToPagedIterable() - Constructor for class org.jclouds.collect.internal.CallerArg0ToPagedIterable
Deprecated.  
CallGetOnFuturesProvider<S,A> - Class in org.jclouds.rest.config
 
cDateFormat(Date) - Method in interface org.jclouds.date.DateService
 
cDateFormat() - Method in interface org.jclouds.date.DateService
 
cDateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
cDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
cDateParse(String) - Method in interface org.jclouds.date.DateService
 
cDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
certFactory() - Method in interface org.jclouds.crypto.Crypto
 
certFactory() - Method in class org.jclouds.encryption.internal.JCECrypto
 
CERTIFICATE_X509_MARKER - Static variable in class org.jclouds.crypto.Pems
 
charAt(int) - Method in class org.jclouds.domain.JsonBall
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
 
checkRequestHasContentLengthOrChunkedEncoding(HttpMessage, String) - Static method in class org.jclouds.http.HttpUtils
 
checkRequestHasRequiredProperties(HttpRequest) - Method in class org.jclouds.http.HttpUtils
 
checkServerTrusted(X509Certificate[], String) - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
 
cipher(String) - Method in interface org.jclouds.crypto.Crypto
 
cipher(String) - Method in class org.jclouds.encryption.internal.JCECrypto
 
cleanseAttributes(Attributes) - Static method in class org.jclouds.util.SaxUtils
 
cleanup(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
cleanup(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
clear() - Method in class org.jclouds.collect.InputSupplierMap
 
clear() - Method in class org.jclouds.collect.TransformingMap
 
clear() - Static method in class org.jclouds.osgi.ApiRegistry
 
clear() - Static method in class org.jclouds.osgi.ProviderRegistry
 
clearQuery() - Method in class org.jclouds.http.Uris.UriBuilder
 
ClientError - Annotation Type in org.jclouds.http.annotation
Implies that the object can address HttpResponses that contain status code 4xx.
close() - Method in interface org.jclouds.Context
Closes all connections, including executor service
close() - Method in class org.jclouds.internal.ContextImpl
Closes all connections, including executor service
close() - Method in class org.jclouds.io.payloads.BasePayload
Delegates to release()
close() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
close() - Method in class org.jclouds.io.payloads.StreamingPayload
Delegates to release()
close() - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
close() - Method in class org.jclouds.lifecycle.Closer
 
closeClientButKeepContentStream(PayloadEnclosing) - Static method in class org.jclouds.http.HttpUtils
Content stream may need to be read.
CloseContentAndSetExceptionErrorHandler - Class in org.jclouds.http.handlers
 
CloseContentAndSetExceptionErrorHandler() - Constructor for class org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
 
Closer - Class in org.jclouds.lifecycle
This will close objects in the reverse order that they were added.
Closer() - Constructor for class org.jclouds.lifecycle.Closer
 
collocatedWith(ProviderMetadata) - Static method in class org.jclouds.providers.Providers
Returns the providers that have at least one common ISO 3166 code in common regardless of viewableAs.
collocatedWith(ProviderMetadata, TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
Returns the providers that have at least one common ISO 3166 code and are of the given viewableAs.
collocatedWith(ProviderMetadata, Class<? extends View>) - Static method in class org.jclouds.providers.Providers
 
command - Variable in exception org.jclouds.http.HttpResponseException
 
compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
compareTo(String) - Method in class org.jclouds.domain.JsonBall
 
concat() - Method in class org.jclouds.collect.AdvanceUntilEmptyIterable
Combines all the pages into a single unmodifiable iterable.
concat() - Method in class org.jclouds.collect.PagedIterable
Combines all the pages into a single unmodifiable iterable.
config - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
config - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
configKey - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
configPrefix - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
configure() - Method in class org.jclouds.concurrent.config.ExecutorServiceModule
 
configure() - Method in class org.jclouds.concurrent.config.ScheduledExecutorServiceModule
 
configure() - Method in class org.jclouds.config.BindNameToContext
 
configure() - Method in class org.jclouds.config.BindPropertiesToExpandedValues
 
configure() - Method in class org.jclouds.config.BindRestContextWithWildcardExtendsExplicitAndRawType
 
configure() - Method in class org.jclouds.events.config.EventBusModule
Configures the EventBus to be singleton and enables the AsyncBus annotation.
configure() - Method in class org.jclouds.http.config.JavaUrlHttpCommandExecutorServiceModule
 
configure() - Method in class org.jclouds.http.config.SSLModule
 
configure() - Method in class org.jclouds.http.functions.config.SaxParserModule
 
configure() - Method in class org.jclouds.json.config.GsonModule
 
configure() - Method in class org.jclouds.lifecycle.config.LifeCycleModule
 
configure() - Method in class org.jclouds.location.config.LocationModule
 
configure() - Method in class org.jclouds.logging.config.ConsoleLoggingModule
note that we override, as if we are not logging, there's no use in the overhead of listening for loggers
configure() - Method in class org.jclouds.logging.config.LoggingModule
 
configure() - Method in class org.jclouds.logging.config.NullLoggingModule
note that we override, as if we are not logging, there's no use in the overhead of listening for loggers
configure() - Method in class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
 
configure() - Method in class org.jclouds.rest.config.CredentialStoreModule
 
configure() - Method in class org.jclouds.rest.config.RestClientModule
 
configure() - Method in class org.jclouds.rest.config.RestModule
 
configure() - Method in class org.jclouds.rest.config.SetCaller.Module
 
ConfiguresCredentialStore - Annotation Type in org.jclouds.rest
designates the module configures a Map<String, ? extends Credentials>
ConfiguresEventBus - Annotation Type in org.jclouds.events.config
Designates the module configures an EventBus.
ConfiguresExecutorService - Annotation Type in org.jclouds.concurrent.config
designates the the module configures a HttpCommandExecutorService
ConfiguresHttpCommandExecutorService - Annotation Type in org.jclouds.http.config
designates the the module configures a HttpCommandExecutorService
ConfiguresRestClient - Annotation Type in org.jclouds.rest
designates the module configures a Client to a cloud.
ConfiguresRestContext - Annotation Type in org.jclouds.rest
designates the module configures a Client to a cloud.
CONSOLE - Static variable in interface org.jclouds.logging.Logger
Assign to member to avoid NPE when no logging module is configured.
console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
console(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
console(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
ConsoleLogger - Class in org.jclouds.logging
Logger that logs to the console

Useful to get baseline performance unaffected by logging.

ConsoleLogger() - Constructor for class org.jclouds.logging.ConsoleLogger
 
ConsoleLoggingModule - Class in org.jclouds.logging.config
Configures logging of type ConsoleLogger
ConsoleLoggingModule() - Constructor for class org.jclouds.logging.config.ConsoleLoggingModule
 
Constants - Interface in org.jclouds
Constants used in jclouds services.
constructor(Class<T>, Class<?>...) - Static method in class org.jclouds.reflect.Reflection2
returns an Invokable object that reflects a constructor present in the TypeToken type.
constructors(TypeToken<T>) - Static method in class org.jclouds.reflect.Reflection2
return all constructors present in the class as Invokables.
consumeOnClose(InputStream) - Static method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
contains404(Throwable) - Static method in class org.jclouds.http.HttpUtils
 
containsKey(Object) - Method in class org.jclouds.collect.InputSupplierMap
 
containsKey(Object) - Method in class org.jclouds.collect.TransformingMap
 
containsThrowable(Class<T>) - Static method in class org.jclouds.util.Throwables2
 
content - Variable in class org.jclouds.io.payloads.BasePayload
 
contentDisposition - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentDisposition(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentDisposition - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentEncoding - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentEncoding(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentEncoding - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentLanguage - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentLanguage(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentLanguage - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentLength - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentLength(Long) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentLength - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentMD5 - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentMD5(byte[]) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentMD5 - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
ContentMetadata - Interface in org.jclouds.io
 
contentMetadata - Variable in class org.jclouds.io.payloads.BasePayload
 
contentMetadata - Variable in class org.jclouds.io.payloads.StreamingPayload
 
ContentMetadataBuilder - Class in org.jclouds.io
 
ContentMetadataBuilder() - Constructor for class org.jclouds.io.ContentMetadataBuilder
 
contentMetadataCodec - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
ContentMetadataCodec - Interface in org.jclouds.io
 
ContentMetadataCodec.DefaultContentMetadataCodec - Class in org.jclouds.io
Default implementation, in accordance with HTTP 1.1 spec.
ContentMetadataCodec.DefaultContentMetadataCodec(DateCodecFactory) - Constructor for class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
contentType - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentType(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentType - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentType(String) - Static method in class org.jclouds.io.payloads.Part.PartOptions.Builder
 
contentType(String) - Method in class org.jclouds.io.payloads.Part.PartOptions
 
context(TypeToken<? extends Context>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
context(TypeToken<? extends Context>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
Context - Interface in org.jclouds
Represents an authenticated context to the cloud.
contextAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis who's contexts are assignable from the parameter
contextAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.Apis
Returns all apis who's contexts are assignable from the parameter
contextAssignableFrom(TypeToken<? extends Context>) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with an context assignable from the given type.
contextAssignableFrom(TypeToken<? extends Context>) - Static method in class org.jclouds.providers.Providers
Returns the providers that are of the provided context.
ContextBuilder - Class in org.jclouds
Creates Context or Injector configured to an api and endpoint.
ContextBuilder(ProviderMetadata) - Constructor for class org.jclouds.ContextBuilder
 
ContextBuilder(ProviderMetadata, ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
 
ContextBuilder(ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
 
ContextImpl - Class in org.jclouds.internal
 
ContextImpl(String, ProviderMetadata, Supplier<Credentials>, Utils, Closer) - Constructor for class org.jclouds.internal.ContextImpl
 
contextToken(TypeToken<S>, TypeToken<A>) - Static method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
convert(HttpRequest) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
convert(HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
copy(ContentMetadata, MutableContentMetadata) - Static method in class org.jclouds.http.HttpUtils
 
copy(String, InputStream) - Method in class org.jclouds.logging.internal.Wire
 
CopyInputStreamInputSupplierMap - Class in org.jclouds.io
 
CopyInputStreamInputSupplierMap(Map<String, InputSupplier<InputStream>>, CopyInputStreamIntoSupplier) - Constructor for class org.jclouds.io.CopyInputStreamInputSupplierMap
 
CopyInputStreamInputSupplierMap(Map<String, InputSupplier<InputStream>>) - Constructor for class org.jclouds.io.CopyInputStreamInputSupplierMap
 
CopyInputStreamIntoSupplier - Class in org.jclouds.io
 
CopyInputStreamIntoSupplier() - Constructor for class org.jclouds.io.CopyInputStreamIntoSupplier
 
copyMetadataAndSetLength(Payload, Payload, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
create(Supplier<FluentIterable<E>>) - Static method in class org.jclouds.collect.AdvanceUntilEmptyIterable
 
create(Throwable) - Method in class org.jclouds.Fallbacks.AbsentOn403Or404Or500
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptyFluentIterableOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptyListOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptyMapOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptyMultimapOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptyPagedIterableOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.EmptySetOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.FalseOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.FalseOnNotFoundOr422
 
create(Ticker, DateCodec) - Static method in class org.jclouds.fallbacks.HeaderToRetryAfterException
 
create(Throwable) - Method in class org.jclouds.fallbacks.HeaderToRetryAfterException
 
create(Throwable) - Method in class org.jclouds.fallbacks.MapHttp4xxCodesToExceptions
 
create(Throwable) - Method in class org.jclouds.Fallbacks.NullOnNotFoundOr404
 
create(Throwable) - Method in interface org.jclouds.fallbacks.PropagateIfRetryAfter
if input is not of type HttpResponseException, this method propagates.
create(Throwable) - Method in class org.jclouds.Fallbacks.TrueOnNotFoundOr404
 
create(Throwable) - Method in class org.jclouds.Fallbacks.VoidOnNotFoundOr404
 
create(ParseSax.HandlerWithResult<T>) - Method in interface org.jclouds.http.functions.ParseSax.Factory
 
create() - Static method in class org.jclouds.io.ContentMetadataBuilder
 
create(String, String) - Static method in class org.jclouds.io.payloads.Part
 
create(String, Payload, Part.PartOptions) - Static method in class org.jclouds.io.payloads.Part
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.OptionalTypeAdapterFactory
 
create(Invokable<?, ?>, List<Object>) - Static method in class org.jclouds.reflect.Invocation
 
create(Invokable<?, ?>) - Static method in class org.jclouds.reflect.Invocation
invocation without arguments.
create(Invocation, Object) - Static method in class org.jclouds.reflect.InvocationSuccess
 
create(String) - Method in interface org.jclouds.rest.binders.BindToJsonPayloadWrappedWith.Factory
 
create(AtomicReference<AuthorizationException>, Supplier<T>, long, TimeUnit) - Static method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
createForApiTypeAndVersion(String, String) - Method in interface org.jclouds.location.suppliers.RegionIdToURISupplier.Factory
 
createForApiTypeAndVersion(String, String) - Method in interface org.jclouds.location.suppliers.ZoneIdToURISupplier.Factory
 
createJsonLiteralFromRawJson(String) - Method in class org.jclouds.json.config.GsonModule.NullHackJsonBallAdapter
 
createJsonLiteralFromRawJson(String) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
User supplied type that holds json literally.
createLoggerFactory() - Method in class org.jclouds.logging.config.ConsoleLoggingModule
 
createLoggerFactory() - Method in class org.jclouds.logging.config.LoggingModule
 
createLoggerFactory() - Method in class org.jclouds.logging.config.NullLoggingModule
 
createLoggerFactory() - Method in class org.jclouds.logging.jdk.config.JDKLoggingModule
 
createOrPropagate(Throwable) - Method in interface org.jclouds.Fallback
The exception is provided so that the Fallback implementation can conditionally determine whether to propagate the exception or to attempt to recover.
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.AbsentOn403Or404Or500
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyFluentIterableOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyListOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyMapOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyMultimapOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptyPagedIterableOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.EmptySetOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.FalseOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.FalseOnNotFoundOr422
 
createOrPropagate(Throwable) - Method in class org.jclouds.fallbacks.MapHttp4xxCodesToExceptions
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.NullOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.TrueOnNotFoundOr404
 
createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.VoidOnNotFoundOr404
 
createRequest(Invokable<?, ?>, List<Object>) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
Deprecated. 
createStringToSign(HttpRequest) - Method in interface org.jclouds.rest.RequestSigner
 
credential - Variable in class org.jclouds.ContextBuilder
 
credential - Variable in class org.jclouds.domain.Credentials.Builder
 
credential(String) - Method in class org.jclouds.domain.Credentials.Builder
 
credential - Variable in class org.jclouds.domain.Credentials
 
credential(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
credentialName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
credentialName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
credentials(String, String) - Method in class org.jclouds.ContextBuilder
constant value of the cloud identity and credential.
Credentials - Class in org.jclouds.domain
 
Credentials(String, String) - Constructor for class org.jclouds.domain.Credentials
 
Credentials.Builder<T extends Credentials> - Class in org.jclouds.domain
 
Credentials.Builder() - Constructor for class org.jclouds.domain.Credentials.Builder
 
credentialsSupplier(Supplier<Credentials>) - Method in class org.jclouds.ContextBuilder
returns the current login credentials.
credentialsSupplierOption - Variable in class org.jclouds.ContextBuilder
 
credentialStore() - Method in class org.jclouds.rest.internal.UtilsImpl
 
credentialStore() - Method in interface org.jclouds.rest.Utils
 
CredentialStoreModule - Class in org.jclouds.rest.config
 
CredentialStoreModule(Map<String, InputStream>) - Constructor for class org.jclouds.rest.config.CredentialStoreModule
 
CredentialStoreModule() - Constructor for class org.jclouds.rest.config.CredentialStoreModule
 
CredentialStoreModule.CredentialsFromJsonInputStream - Class in org.jclouds.rest.config
 
CredentialStoreModule.CredentialsToJsonInputStream - Class in org.jclouds.rest.config
 
Crypto - Interface in org.jclouds.crypto
Allows you to access cryptographic objects and factories without adding a provider to the JCE runtime.
crypto() - Method in class org.jclouds.rest.internal.UtilsImpl
 
crypto() - Method in interface org.jclouds.rest.Utils
#see #getCrypto
currentOrNull(StringBuilder) - Static method in class org.jclouds.util.SaxUtils
 

D

date() - Method in class org.jclouds.rest.internal.UtilsImpl
 
date() - Method in interface org.jclouds.rest.Utils
#see #getDateService
DateCodec - Interface in org.jclouds.date
converting from Date->String and vice versa.
DateCodecFactory - Interface in org.jclouds.date
Codecs for converting from Date->String and vice versa.
DateService - Interface in org.jclouds.date
Parses and formats the ISO8601, C, and RFC822 date formats found in XML responses and HTTP response headers.
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
DateServiceDateCodecFactory - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory
 
DateServiceDateCodecFactory.DateServiceIso8601Codec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceIso8601Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
DateServiceDateCodecFactory.DateServiceRfc1123Codec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceRfc1123Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
DateServiceDateCodecFactory.DateServiceRfc822Codec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceRfc822Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
DateUtils - Class in org.jclouds.date.internal
 
DateUtils() - Constructor for class org.jclouds.date.internal.DateUtils
 
DeadEventLoggingHandler - Class in org.jclouds.events.handlers
Default handler for dead events.
DeadEventLoggingHandler() - Constructor for class org.jclouds.events.handlers.DeadEventLoggingHandler
 
debug(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
debug(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
debug(String, Object...) - Method in interface org.jclouds.logging.Logger
 
debug(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
declaring - Variable in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory
 
declaring - Variable in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
 
DEFAULT_MAX_PERIOD - Static variable in class org.jclouds.util.Predicates2
 
DEFAULT_PERIOD - Static variable in class org.jclouds.util.Predicates2
 
DEFAULT_USER_AGENT - Static variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
DEFAULT_XML_HEADER - Static variable in interface org.jclouds.xml.XMLParser
The default xml header.
defaultCredential(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultCredential(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultEndpoint(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultEndpoint(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultIdentity(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultIdentity(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultModule(Class<? extends Module>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultModule(Class<? extends Module>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultModules(Set<Class<? extends Module>>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultModules(Set<Class<? extends Module>>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultProperties(Properties) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultProperties(Properties) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultProperties() - Static method in class org.jclouds.apis.internal.BaseApiMetadata
 
defaultProperties - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
defaultProperties(Properties) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
defaultProperties - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
defaultProperties(Properties) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
defaultProperties() - Static method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
delegate() - Method in class org.jclouds.internal.BaseView
 
delegate() - Method in class org.jclouds.json.internal.GsonWrapper
 
Delegate - Annotation Type in org.jclouds.rest.annotations
Designates that this method returns a rest client
delegate() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
DelegatesToInvocationFunction<S,F extends com.google.common.base.Function<Invocation,Object>> - Class in org.jclouds.rest.internal
 
DelegatingErrorHandler - Class in org.jclouds.http.handlers
Delegates to HttpErrorHandlers who are annotated according to the response codes they relate to.
DelegatingPayload - Class in org.jclouds.io.payloads
 
DelegatingPayload(Payload) - Constructor for class org.jclouds.io.payloads.DelegatingPayload
 
DelegatingRetryHandler - Class in org.jclouds.http.handlers
Delegates to HttpRetryHandlers who are annotated according to the response codes they relate to.
DelegatingRetryHandler(BackoffLimitedRetryHandler, RedirectionRetryHandler) - Constructor for class org.jclouds.http.handlers.DelegatingRetryHandler
 
delete(URI) - Method in interface org.jclouds.rest.HttpAsyncClient
 
delete(URI) - Method in interface org.jclouds.rest.HttpClient
 
dependencies - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
description(String) - Method in class org.jclouds.domain.LocationBuilder
 
DeserializationConstructorAndReflectiveTypeAdapterFactory - Class in org.jclouds.json.internal
Creates type adapters for types handled in the following ways:

Deserialization If there's an annotation designating a parameterized constructor, invoke that for fields correlating to named parameter annotations.

DeserializationConstructorAndReflectiveTypeAdapterFactory(ConstructorConstructor, FieldNamingStrategy, Excluder, NamingStrategies.AnnotationConstructorNamingStrategy) - Constructor for class org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
DnsNameValidator - Class in org.jclouds.predicates.validators
Validates name for dns-style names
DnsNameValidator(int, int) - Constructor for class org.jclouds.predicates.validators.DnsNameValidator
 
documentation(URI) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
documentation(URI) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
doParse(InputSource) - Method in class org.jclouds.http.functions.ParseSax
 
doShutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
doSlice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(String, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(File, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(InputStream, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(byte[], long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doWork() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
DynamicExecutors - Class in org.jclouds.concurrent
Factory and utility methods for handling DynamicThreadPoolExecutor.

E

EMPTY - Static variable in class org.jclouds.collect.IterableWithMarkers
 
enabled() - Method in class org.jclouds.logging.internal.Wire
 
encodeQueryLine(Multimap<String, ?>) - Static method in class org.jclouds.http.utils.Queries
percent encodes the query parameters, excep / and , characters.
encodeQueryLine(Multimap<String, ?>, Iterable<Character>) - Static method in class org.jclouds.http.utils.Queries
percent encodes the query parameters according except characters specified in the skips argument.
endpoint - Variable in class org.jclouds.ContextBuilder
 
endpoint(String) - Method in class org.jclouds.ContextBuilder
 
endpoint - Variable in class org.jclouds.http.HttpRequest.Builder
 
endpoint(URI) - Method in class org.jclouds.http.HttpRequest.Builder
 
endpoint(String) - Method in class org.jclouds.http.HttpRequest.Builder
 
ENDPOINT - Static variable in interface org.jclouds.location.reference.LocationConstants
 
endpoint - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
endpoint(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
endpoint - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
endpoint(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
Endpoint - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource expects virtual host style requests
endpointName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
endpointName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
EndpointParam - Annotation Type in org.jclouds.rest.annotations
Extracts the endpoint of a parameter from an object.
EndpointParam.ReturnSame - Class in org.jclouds.rest.annotations
 
EndpointParam.ReturnSame() - Constructor for class org.jclouds.rest.annotations.EndpointParam.ReturnSame
 
enter(Invocation) - Method in class org.jclouds.rest.config.SetCaller
 
entrySet() - Method in class org.jclouds.collect.InputSupplierMap
 
entrySet() - Method in class org.jclouds.collect.TransformingMap
 
EnumTypeAdapterThatReturnsFromValue<T extends Enum<T>> - Class in org.jclouds.json.internal
 
EnumTypeAdapterThatReturnsFromValue() - Constructor for class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
equals(Object) - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
equals(Object) - Method in class org.jclouds.domain.Credentials
 
equals(Object) - Method in class org.jclouds.domain.internal.LocationImpl
 
equals(Object) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
 
equals(Object) - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
 
equals(Object) - Method in class org.jclouds.domain.JsonBall
 
equals(Object) - Method in class org.jclouds.http.HttpCommand
 
equals(Object) - Method in class org.jclouds.http.HttpMessage
 
equals(Object) - Method in class org.jclouds.http.HttpRequest
 
equals(Object) - Method in class org.jclouds.http.HttpResponse
 
equals(Object) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
 
equals(Object) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
equals(Object) - Method in class org.jclouds.http.options.GetOptions
 
equals(Object) - Method in class org.jclouds.internal.BaseView
 
equals(Object) - Method in class org.jclouds.internal.ContextImpl
equals(Object) - Method in class org.jclouds.io.ContentMetadataBuilder
 
equals(Object) - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
equals(Object) - Method in class org.jclouds.io.payloads.BasePayload
 
equals(Object) - Method in class org.jclouds.io.payloads.DelegatingPayload
equals(Object) - Method in class org.jclouds.io.payloads.StreamingPayload
 
equals(Object) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter
 
equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter
 
equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter
 
equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
 
equals(Object) - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
equals(Object) - Method in class org.jclouds.reflect.Invocation
 
equals(Object) - Method in class org.jclouds.reflect.InvocationSuccess
 
equals(Object) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
 
equals(Object) - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
equalsOrSuffix(String, String) - Static method in class org.jclouds.util.SaxUtils
 
error(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
error(Throwable, String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
error(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
error(Throwable, String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
error(String, Object...) - Method in interface org.jclouds.logging.Logger
 
error(Throwable, String, Object...) - Method in interface org.jclouds.logging.Logger
 
error(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
error(Throwable, String, Object...) - Method in class org.jclouds.logging.NullLogger
 
errorHandler - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
eventBus() - Method in class org.jclouds.rest.internal.UtilsImpl
 
eventBus() - Method in interface org.jclouds.rest.Utils
 
EventBusModule - Class in org.jclouds.events.config
Configures the EventBus to be used in the platform.
EventBusModule() - Constructor for class org.jclouds.events.config.EventBusModule
 
exception - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
exception(String, String) - Method in class org.jclouds.predicates.validators.DnsNameValidator
 
exceptionIfDependenciesNotActive() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
exceptionIfNotActive() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
ExecutorServiceModule - Class in org.jclouds.concurrent.config
Configures ListeningExecutorService.
ExecutorServiceModule() - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
 
ExecutorServiceModule(ExecutorService, ExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
 
ExecutorServiceModule(ListeningExecutorService, ListeningExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
 
exists(URI) - Method in interface org.jclouds.rest.HttpAsyncClient
 
exists(URI) - Method in interface org.jclouds.rest.HttpClient
 
exit() - Method in class org.jclouds.rest.config.SetCaller
 
expand(String, Map<String, ?>) - Static method in class org.jclouds.http.UriTemplates
 
expires - Variable in class org.jclouds.io.ContentMetadataBuilder
 
expires(Date) - Method in class org.jclouds.io.ContentMetadataBuilder
 
expires - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
extractName(Named) - Method in class org.jclouds.json.internal.NamingStrategies.ExtractNamed
 
extractName(SerializedName) - Method in class org.jclouds.json.internal.NamingStrategies.ExtractSerializedName
 
extractName(A) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 

F

Fallback<V> - Interface in org.jclouds
Provides a backup value to replace an earlier exception.
Fallback - Annotation Type in org.jclouds.rest.annotations
Annotates the appropriate Fallback which propagates the exception or returns a valid fallback value.
Fallbacks - Class in org.jclouds
 
Fallbacks.AbsentOn403Or404Or500 - Class in org.jclouds
 
Fallbacks.AbsentOn403Or404Or500() - Constructor for class org.jclouds.Fallbacks.AbsentOn403Or404Or500
 
Fallbacks.EmptyFluentIterableOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptyFluentIterableOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyFluentIterableOnNotFoundOr404
 
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
 
Fallbacks.EmptyListOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptyListOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyListOnNotFoundOr404
 
Fallbacks.EmptyMapOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptyMapOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyMapOnNotFoundOr404
 
Fallbacks.EmptyMultimapOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptyMultimapOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyMultimapOnNotFoundOr404
 
Fallbacks.EmptyPagedIterableOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptyPagedIterableOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyPagedIterableOnNotFoundOr404
 
Fallbacks.EmptySetOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.EmptySetOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptySetOnNotFoundOr404
 
Fallbacks.FalseOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.FalseOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.FalseOnNotFoundOr404
 
Fallbacks.FalseOnNotFoundOr422 - Class in org.jclouds
 
Fallbacks.FalseOnNotFoundOr422() - Constructor for class org.jclouds.Fallbacks.FalseOnNotFoundOr422
 
Fallbacks.NullOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.NullOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.NullOnNotFoundOr404
 
Fallbacks.TrueOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.TrueOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.TrueOnNotFoundOr404
 
Fallbacks.VoidOnNotFoundOr404 - Class in org.jclouds
 
Fallbacks.VoidOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.VoidOnNotFoundOr404
 
filename(String) - Static method in class org.jclouds.io.payloads.Part.PartOptions.Builder
 
filename(String) - Method in class org.jclouds.io.payloads.Part.PartOptions
 
FilePayload - Class in org.jclouds.io.payloads
 
FilePayload(File) - Constructor for class org.jclouds.io.payloads.FilePayload
 
filter(HttpRequest) - Method in class org.jclouds.http.filters.BasicAuthentication
 
filter(HttpRequestFilter) - Method in class org.jclouds.http.HttpRequest.Builder
 
filter(HttpRequest) - Method in interface org.jclouds.http.HttpRequestFilter
 
filterOutContentHeaders(Multimap<String, String>) - Static method in class org.jclouds.http.HttpUtils
 
filters - Variable in class org.jclouds.http.HttpRequest.Builder
 
filters(Iterable<HttpRequestFilter>) - Method in class org.jclouds.http.HttpRequest.Builder
 
FilterStringsBoundToInjectorByName - Class in org.jclouds.internal
finds all the named string bindings who's name annotation matches the filter.
FilterStringsBoundToInjectorByName(Injector) - Constructor for class org.jclouds.internal.FilterStringsBoundToInjectorByName
 
findEndpoint(Invocation) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
findTZ(String) - Static method in class org.jclouds.date.internal.DateUtils
 
findView(ApiMetadata, TypeToken<?>) - Static method in class org.jclouds.apis.Apis
Returns the type of context
firstChar(CharSequence) - Static method in class org.jclouds.http.Uris
 
FirstNetwork - Class in org.jclouds.location.suppliers.implicit
 
firstOrJDKLoggingModule() - Static method in class org.jclouds.logging.LoggingModules
the first available LoggingModules from ServiceLoader or JDKLoggingModule
FirstRegion - Class in org.jclouds.location.suppliers.implicit
 
FirstZone - Class in org.jclouds.location.suppliers.implicit
 
flush() - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
forApiWithEndpoint(ApiMetadata, String) - Static method in class org.jclouds.providers.AnonymousProviderMetadata
 
forClientMappedToAsyncClient(Class<?>, Class<?>) - Static method in class org.jclouds.rest.AnonymousRestApiMetadata
 
forClientMappedToAsyncClientOnEndpoint(Class<?>, Class<?>, String) - Static method in class org.jclouds.providers.AnonymousProviderMetadata
 
formParameters - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
FormParams - Annotation Type in org.jclouds.rest.annotations
Designates that a url encoded form will be added to the request.
forToString - Variable in class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
from(Iterable<T>) - Static method in class org.jclouds.collect.IterableWithMarkers
Returns a paginated iterable containing the given elements and null marker.
from(Iterable<T>, Object) - Static method in class org.jclouds.collect.IterableWithMarkers
Returns a paginated iterable containing the given elements and marker.
fromApiMetadata(ApiMetadata) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
fromApiMetadata(ApiMetadata) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
fromApiMetadata(ApiMetadata) - Method in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
fromContentMetadata(ContentMetadata) - Static method in class org.jclouds.io.ContentMetadataBuilder
 
fromContentMetadata(ContentMetadata) - Static method in class org.jclouds.io.payloads.BaseMutableContentMetadata
 
fromCredentials(Credentials) - Static method in class org.jclouds.domain.LoginCredentials
 
fromGeneratedHttpRequest(GeneratedHttpRequest) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
fromHeaders(MutableContentMetadata, Multimap<String, String>) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
fromHeaders(MutableContentMetadata, Multimap<String, String>) - Method in interface org.jclouds.io.ContentMetadataCodec
Sets properties related to the http headers listed in ContentMetadata.HTTP_HEADERS
fromHttpMessage(HttpMessage) - Method in class org.jclouds.http.HttpMessage.Builder
 
fromHttpRequest(HttpRequest) - Method in class org.jclouds.http.HttpRequest.Builder
 
fromHttpResponse(HttpResponse) - Method in class org.jclouds.http.HttpResponse.Builder
 
fromJson(String, Type) - Method in class org.jclouds.json.internal.GsonWrapper
 
fromJson(String, Class<T>) - Method in class org.jclouds.json.internal.GsonWrapper
 
fromJson(String, Type) - Method in interface org.jclouds.json.Json
Deserialize the generic object from json.
fromJson(String, Class<T>) - Method in interface org.jclouds.json.Json
Deserialize the object from json.
fromPem(InputSupplier<? extends InputStream>, Pems.PemProcessor<T>) - Static method in class org.jclouds.crypto.Pems
Returns the object of generic type T that is pem encoded in the supplier.
fromProviderMetadata(ProviderMetadata) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
fromProviderMetadata(ProviderMetadata) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
fromRegistry() - Static method in class org.jclouds.osgi.ApiRegistry
 
fromRegistry() - Static method in class org.jclouds.osgi.ProviderRegistry
 
fromServiceLoader() - Static method in class org.jclouds.providers.Providers
Returns the providers located on the classpath via ServiceLoader.
fromXML(String, Class<T>) - Method in class org.jclouds.xml.internal.JAXBParser
 
fromXML(String, Class<T>) - Method in interface org.jclouds.xml.XMLParser
Deserialize the object from xml.
FunctionalReflection - Class in org.jclouds.reflect
Static utilities relating to functional Java reflection.
FunctionalReflection() - Constructor for class org.jclouds.reflect.FunctionalReflection
 
FutureIterables - Class in org.jclouds.concurrent
functions related to or replacing those in Iterables dealing with Futures
FutureIterables() - Constructor for class org.jclouds.concurrent.FutureIterables
 

G

GeneratedHttpRequest - Class in org.jclouds.rest.internal
 
GeneratedHttpRequest(String, URI, Multimap<String, String>, Payload, Iterable<HttpRequestFilter>, Invocation, Optional<Invocation>) - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest
 
GeneratedHttpRequest.Builder - Class in org.jclouds.rest.internal
 
GeneratedHttpRequest.Builder() - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
get(Object) - Method in class org.jclouds.collect.InputSupplierMap
 
get(Object) - Method in class org.jclouds.collect.TransformingMap
 
get() - Method in class org.jclouds.http.config.SSLModule.UntrustedSSLContextSupplier
 
get() - Static method in class org.jclouds.JcloudsVersion
 
get() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
get() - Method in class org.jclouds.location.suppliers.all.JustProvider
 
get() - Method in class org.jclouds.location.suppliers.all.RegionToProvider
 
get() - Method in class org.jclouds.location.suppliers.all.RegionToProviderOrJustProvider
 
get() - Method in class org.jclouds.location.suppliers.all.ZoneToProvider
 
get() - Method in class org.jclouds.location.suppliers.all.ZoneToRegionToProviderOrJustProvider
 
get() - Method in class org.jclouds.location.suppliers.derived.RegionIdsFromRegionIdToURIKeySet
 
get() - Method in class org.jclouds.location.suppliers.derived.ZoneIdsFromRegionIdToZoneIdsValues
 
get() - Method in class org.jclouds.location.suppliers.derived.ZoneIdsFromZoneIdToURIKeySet
 
get() - Method in class org.jclouds.location.suppliers.derived.ZoneIdToURIFromJoinOnRegionIdToURI
 
get() - Method in class org.jclouds.location.suppliers.fromconfig.LocationIdToIso3166CodesFromConfiguration
 
get() - Method in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
get() - Method in class org.jclouds.location.suppliers.fromconfig.RegionIdToZoneIdsFromConfiguration
 
get() - Method in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
get() - Method in class org.jclouds.location.suppliers.implicit.FirstNetwork
 
get() - Method in class org.jclouds.location.suppliers.implicit.FirstRegion
 
get() - Method in class org.jclouds.location.suppliers.implicit.FirstZone
 
get() - Method in class org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstRegionOptionallyMatchingRegionId
 
get() - Method in class org.jclouds.location.suppliers.implicit.OnlyLocationOrFirstZone
 
get() - Method in class org.jclouds.rest.config.AsyncHttpApiProvider
 
get() - Method in class org.jclouds.rest.config.CallGetOnFuturesProvider
 
get() - Method in class org.jclouds.rest.config.HttpApiProvider
 
get(URI) - Method in interface org.jclouds.rest.HttpAsyncClient
 
get(URI) - Method in interface org.jclouds.rest.HttpClient
 
get() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
get() - Method in class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
 
get() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
get() - Method in class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
 
getAcceptableRange() - Method in class org.jclouds.predicates.validators.DnsNameValidator
 
getAcceptedIssuers() - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
 
getApi() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
getApi() - Method in class org.jclouds.rest.internal.RestContextImpl
 
getApi() - Method in interface org.jclouds.rest.RestApiMetadata
 
getApi() - Method in interface org.jclouds.rest.RestContext
reflects a tuned connection to the cloud which calls RestContext.getAsyncApi() with predetermined timeouts.
getApiMetadata() - Method in class org.jclouds.ContextBuilder
 
getApiMetadata() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getApiMetadata() - Method in interface org.jclouds.providers.ProviderMetadata
 
getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
 
getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable
 
getArgs() - Method in class org.jclouds.reflect.Invocation
arguments applied to Invocation.getInvokable() during Invokable.invoke(Object, Object...)
getAsyncApi() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
getAsyncApi() - Method in class org.jclouds.rest.internal.RestContextImpl
 
getAsyncApi() - Method in interface org.jclouds.rest.RestApiMetadata
 
getAsyncApi() - Method in interface org.jclouds.rest.RestContext
low-level api to the cloud.
getBackendType() - Method in class org.jclouds.internal.BaseView
 
getBackendType() - Method in interface org.jclouds.View
 
getBindings() - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
getBuildVersion() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly identifies the build that the server jclouds connects to is running.
getBuildVersion() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly identifies the build that the server jclouds connects to is running.
getCaller() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
getCategory() - Method in class org.jclouds.logging.ConsoleLogger
getCategory() - Method in class org.jclouds.logging.jdk.JDKLogger
 
getCategory() - Method in interface org.jclouds.logging.Logger
 
getCategory() - Method in class org.jclouds.logging.NullLogger
 
getClientErrorHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
getClientErrorRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
getCommand() - Method in exception org.jclouds.http.HttpResponseException
 
getCommandName(Invocation) - Method in interface org.jclouds.rest.config.InvocationConfig
command named used in logging and configuration keys.
getCommandName(Invocation) - Method in class org.jclouds.rest.config.ReadAnnotationsAndProperties
 
getConnectionTimeout() - Method in class org.jclouds.http.HttpUtils
 
getConsole() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getConsole() - Method in interface org.jclouds.providers.ProviderMetadata
 
getContent() - Method in exception org.jclouds.http.HttpResponseException
 
getContentDisposition() - Method in interface org.jclouds.io.ContentMetadata
Specifies presentational information for the object.
getContentDisposition() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Specifies presentational information for the object.
getContentDisposition() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Specifies presentational information for the object.
getContentEncoding() - Method in interface org.jclouds.io.ContentMetadata
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
getContentEncoding() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
getContentEncoding() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
getContentLanguage() - Method in interface org.jclouds.io.ContentMetadata
Get Content Language of the payload

Not all providers may support it

getContentLanguage() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Get Content Language of the payload

Not all providers may support it

getContentLanguage() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Get Content Language of the payload

Not all providers may support it

getContentLength() - Method in interface org.jclouds.io.ContentMetadata
Returns the total size of the payload, or the chunk that's available.
getContentLength() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Returns the total size of the payload, or the chunk that's available.
getContentLength() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Returns the total size of the payload, or the chunk that's available.
getContentMD5() - Method in interface org.jclouds.io.ContentMetadata
 
getContentMD5() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
getContentMD5() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
getContentMetadata() - Method in interface org.jclouds.io.Payload
 
getContentMetadata() - Method in class org.jclouds.io.payloads.BasePayload
getContentMetadata() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
getContentMetadata() - Method in class org.jclouds.io.payloads.StreamingPayload
getContentType() - Method in interface org.jclouds.io.ContentMetadata
A standard MIME type describing the format of the contents.
getContentType() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
A standard MIME type describing the format of the contents.
getContentType() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
A standard MIME type describing the format of the contents.
getContentType() - Method in class org.jclouds.io.payloads.Part.PartOptions
 
getContext() - Method in interface org.jclouds.apis.ApiMetadata
 
getContext() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getCredentialName() - Method in interface org.jclouds.apis.ApiMetadata
Note: if the api doesn't need a credential, this will return absent.
getCredentialName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Note: if the api doesn't need a credential, this will return absent.
getCredentials() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
 
getCredentials() - Method in interface org.jclouds.proxy.ProxyConfig
 
getCredentialStore() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getCredentialStore() - Method in interface org.jclouds.rest.Utils
retrieves a list of credentials for resources created within this context, keyed on id of the resource with a namespace prefix (ex.
getCrypto() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getCrypto() - Method in interface org.jclouds.rest.Utils
 
getCurrentRequest() - Method in class org.jclouds.http.HttpCommand
The request associated with this command.
getDateService() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getDateService() - Method in interface org.jclouds.rest.Utils
 
getDefaultCredential() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly sets the secret, which when combined with the identity, will create an authenticated subject or session
getDefaultCredential() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly sets the secret, which when combined with the identity, will create an authenticated subject or session
getDefaultEndpoint() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly identifies the most top-level endpoint to a service provider.
getDefaultEndpoint() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly identifies the most top-level endpoint to a service provider.
getDefaultIdentity() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly identifies the login identity into a provider
getDefaultIdentity() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly identifies the login identity into a provider
getDefaultModules() - Method in interface org.jclouds.apis.ApiMetadata
Modules that configure dependency injection for this context
getDefaultModules() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Modules that configure dependency injection for this context
getDefaultProperties() - Method in interface org.jclouds.apis.ApiMetadata
Configuration Properties used when creating connections to this api
getDefaultProperties() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Configuration Properties used when creating connections to this api
getDefaultProperties() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
Configuration Properties used when creating connections to this provider.
getDefaultProperties() - Method in interface org.jclouds.providers.ProviderMetadata
Configuration Properties used when creating connections to this provider.
getDelegate() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
getDescription() - Method in class org.jclouds.domain.internal.LocationImpl
Description of the location
getDescription() - Method in interface org.jclouds.domain.Location
Description of the location
getDescription() - Method in class org.jclouds.internal.ContextImpl
Description of the location
getDocumentation() - Method in interface org.jclouds.apis.ApiMetadata
 
getDocumentation() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getEndpoint() - Method in class org.jclouds.http.HttpRequest
 
getEndpoint() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getEndpoint() - Method in interface org.jclouds.providers.ProviderMetadata
 
getEndpointFor(Invocation) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getEndpointName() - Method in interface org.jclouds.apis.ApiMetadata
The endpointName helps the user supply the correct data when prompted.
getEndpointName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
The endpointName helps the user supply the correct data when prompted.
getEventBus() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getEventBus() - Method in interface org.jclouds.rest.Utils
 
getException() - Method in class org.jclouds.http.HttpCommand
 
getException() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
getException() - Method in interface org.jclouds.lifecycle.LifeCycle
 
getExceptionFromDependenciesOrNull() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
getExpires() - Method in interface org.jclouds.io.ContentMetadata
Gives the date/time after which the response is considered stale.
getExpires() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Gives the date/time after which the response is considered stale.
getExpires() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Gives the date/time after which the response is considered stale.
getExpiresDateCodec() - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
getFactories() - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
getFailureCount() - Method in class org.jclouds.http.HttpCommand
This displays the current number of error retries for this command.
getFallback(Invocation) - Method in interface org.jclouds.rest.config.InvocationConfig
fallback used for Sync or Async commands.
getFallback(Invocation) - Method in class org.jclouds.rest.config.ReadAnnotationsAndProperties
 
getFilename() - Method in class org.jclouds.io.payloads.Part.PartOptions
 
getFilters() - Method in class org.jclouds.http.HttpRequest
 
getFirstFormOrNull(String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
getFirstHeaderOrNull(String) - Method in class org.jclouds.http.HttpMessage
try to get the value, then try as lowercase.
getFirstHeaderOrNull(String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
getFirstQueryOrNull(String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
getFirstThrowableOfType(Throwable, Class<T>) - Static method in class org.jclouds.util.Throwables2
 
getFromToException() - Method in exception org.jclouds.concurrent.TransformParallelException
 
getHandler() - Method in class org.jclouds.http.functions.ParseSax
 
getHeaders() - Method in class org.jclouds.http.HttpMessage
 
getHeaders() - Method in class org.jclouds.io.payloads.Part
 
getHomepage() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getHomepage() - Method in interface org.jclouds.providers.ProviderMetadata
 
getHttpAsyncClient() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getHttpAsyncClient() - Method in interface org.jclouds.rest.Utils
 
getHttpClient() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getHttpClient() - Method in interface org.jclouds.rest.Utils
 
getId() - Method in interface org.jclouds.apis.ApiMetadata
 
getId() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getId() - Method in class org.jclouds.domain.internal.LocationImpl
Unique ID provided by the provider (us-standard, miami, etc)
getId() - Method in interface org.jclouds.domain.Location
Unique ID provided by the provider (us-standard, miami, etc)
getId() - Method in class org.jclouds.internal.ContextImpl
Unique ID provided by the provider (us-standard, miami, etc)
getId() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getId() - Method in interface org.jclouds.providers.ProviderMetadata
 
getIdentity() - Method in interface org.jclouds.Context
 
getIdentity() - Method in class org.jclouds.internal.ContextImpl
getIdentityName() - Method in interface org.jclouds.apis.ApiMetadata
 
getIdentityName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getIfMatch() - Method in class org.jclouds.http.options.GetOptions
For use in the request header: If-Match

Return the object only if its payload tag (ETag) is the same as the eTag specified, otherwise return a 412 (precondition failed).

getIfModifiedSince() - Method in class org.jclouds.http.options.GetOptions
For use in the header If-Modified-Since

Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).

getIfNoneMatch() - Method in class org.jclouds.http.options.GetOptions
For use in the request header: If-None-Match

Return the object only if its payload tag (ETag) is different from the one specified, otherwise return a 304 (not modified).

getIfUnmodifiedSince() - Method in class org.jclouds.http.options.GetOptions
For use in the header If-Unmodified-Since

Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).

getInjector() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getInjector() - Method in interface org.jclouds.rest.Utils
 
getInput() - Method in interface org.jclouds.io.Payload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.BaseCipherPayload
 
getInput() - Method in class org.jclouds.io.payloads.ByteArrayPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.DelegatingPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.FilePayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.InputStreamPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.InputStreamSupplierPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.MultipartForm
 
getInput() - Method in class org.jclouds.io.payloads.PhantomPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.StreamingPayload
 
getInput() - Method in class org.jclouds.io.payloads.StringPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.UrlEncodedFormPayload
Creates a new InputStream object of the payload.
getInvocation() - Method in class org.jclouds.reflect.InvocationSuccess
what was invocation
getInvocation() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
what was interpreted to create this request
getInvokable() - Method in class org.jclouds.reflect.Invocation
what we can invoke
getIoExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getIoExecutor() - Method in interface org.jclouds.rest.Utils
 
getIso3166Codes() - Method in class org.jclouds.domain.internal.LocationImpl
getIso3166Codes() - Method in interface org.jclouds.domain.Location
 
getIso3166Codes() - Method in class org.jclouds.internal.ContextImpl
getIso3166Codes() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
iso 3166 codes; ex.
getIso3166Codes() - Method in interface org.jclouds.providers.ProviderMetadata
iso 3166 codes; ex.
getJson() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getJson() - Method in interface org.jclouds.rest.Utils
 
getLastValueInMap(Supplier<Map<K, Supplier<V>>>) - Static method in class org.jclouds.util.Suppliers2
 
getLinkedServices() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getLinkedServices() - Method in interface org.jclouds.providers.ProviderMetadata
 
getLocation() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Physical location of the resource, or null if n/a ex.
getLocation() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Physical location of the resource, or null if n/a ex.
getLocation() - Method in interface org.jclouds.domain.ResourceMetadata
Physical location of the resource, or null if n/a ex.
getLogger(String) - Method in class org.jclouds.logging.jdk.JDKLogger.JDKLoggerFactory
 
getLogger(String) - Method in interface org.jclouds.logging.Logger.LoggerFactory
 
getLoggerFactory() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getLoggerFactory() - Method in interface org.jclouds.rest.Utils
 
getMaxConnections() - Method in class org.jclouds.http.HttpUtils
 
getMaxConnectionsPerHost() - Method in class org.jclouds.http.HttpUtils
 
getMessage() - Method in class org.jclouds.http.HttpResponse
 
getMessage() - Method in exception org.jclouds.rest.binders.BindException
 
getMetadata() - Method in class org.jclouds.domain.internal.LocationImpl
getMetadata() - Method in interface org.jclouds.domain.Location
 
getMetadata() - Method in class org.jclouds.internal.ContextImpl
getMethod() - Method in class org.jclouds.http.HttpRequest
We cannot return an enum, as per specification custom methods are allowed.
getName() - Method in interface org.jclouds.apis.ApiMetadata
 
getName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getName() - Method in interface org.jclouds.Context
Identifies the Context.
getName() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Name of this resource.
getName() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Name of this resource.
getName() - Method in interface org.jclouds.domain.ResourceMetadata
Name of this resource.
getName() - Method in class org.jclouds.internal.ContextImpl
Identifies the Context.
getName() - Method in class org.jclouds.io.payloads.Part
 
getName() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getName() - Method in interface org.jclouds.providers.ProviderMetadata
 
getOptionalPassword() - Method in class org.jclouds.domain.LoginCredentials
 
getOptionalPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
 
GetOptions - Class in org.jclouds.http.options
Contains options supported for HTTP GET operations.
GetOptions() - Constructor for class org.jclouds.http.options.GetOptions
 
GetOptions.Builder - Class in org.jclouds.http.options
 
GetOptions.Builder() - Constructor for class org.jclouds.http.options.GetOptions.Builder
 
getParent() - Method in class org.jclouds.domain.internal.LocationImpl
The parent, or null, if top-level
getParent() - Method in interface org.jclouds.domain.Location
The parent, or null, if top-level
getParent() - Method in class org.jclouds.internal.ContextImpl
The parent, or null, if top-level
getParserOrThrowException(Invocation) - Method in class org.jclouds.rest.internal.TransformerForRequest
 
getPassword() - Method in class org.jclouds.domain.LoginCredentials
 
getPayload() - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
getPayload() - Method in interface org.jclouds.io.PayloadEnclosing
 
getPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
 
getProviderId() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Unique identifier of this resource within its enclosing namespace.
getProviderId() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Unique identifier of this resource within its enclosing namespace.
getProviderId() - Method in interface org.jclouds.domain.ResourceMetadata
Unique identifier of this resource within its enclosing namespace.
getProviderMetadata() - Method in interface org.jclouds.Context
 
getProviderMetadata() - Method in class org.jclouds.internal.ContextImpl
getProxy() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
 
getProxy() - Method in interface org.jclouds.proxy.ProxyConfig
 
getRange() - Method in class org.jclouds.http.options.GetOptions
For use in the header Range

getRanges() - Method in class org.jclouds.http.options.GetOptions
 
getRawContent() - Method in interface org.jclouds.io.Payload
Payload in its original form.
getRawContent() - Method in class org.jclouds.io.payloads.BasePayload
Payload in its original form.
getRawContent() - Method in class org.jclouds.io.payloads.DelegatingPayload
Payload in its original form.
getRawContent() - Method in class org.jclouds.io.payloads.StreamingPayload
 
getRedirectCount() - Method in class org.jclouds.http.HttpCommand
This displays the current number of redirect attempts for this command.
getRedirectionHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
getRedirectionRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
GetRegionIdMatchingProviderURIOrNull - Class in org.jclouds.location.suppliers.implicit
 
GetRegionIdMatchingProviderURIOrNull(Supplier<Map<String, Supplier<URI>>>, Supplier<URI>) - Constructor for class org.jclouds.location.suppliers.implicit.GetRegionIdMatchingProviderURIOrNull
 
getRequest() - Method in class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
 
getRequest() - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
 
getRequest() - Method in exception org.jclouds.rest.binders.BindException
 
getRequestLine() - Method in class org.jclouds.http.HttpRequest
 
getResponse() - Method in exception org.jclouds.http.HttpResponseException
 
getResult() - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
 
getResult() - Method in class org.jclouds.reflect.InvocationSuccess
 
getScope() - Method in class org.jclouds.domain.internal.LocationImpl
Scope of the location, ex.
getScope() - Method in interface org.jclouds.domain.Location
Scope of the location, ex.
getScope() - Method in class org.jclouds.internal.ContextImpl
Scope of the location, ex.
getSeconds() - Method in exception org.jclouds.rest.RetryAfterException
Get the value of the retry time
getServerErrorHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
getServerErrorRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
getSocketOpenTimeout() - Method in class org.jclouds.http.HttpUtils
 
getStatus() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
getStatus() - Method in interface org.jclouds.lifecycle.LifeCycle
 
getStatusCode() - Method in class org.jclouds.http.HttpResponse
 
getStatusLine() - Method in class org.jclouds.http.HttpResponse
 
getSuccessfulToValue() - Method in exception org.jclouds.concurrent.TransformParallelException
 
getSystemProperties() - Method in class org.jclouds.ContextBuilder
 
getTimeoutNanos(Invocation) - Method in interface org.jclouds.rest.config.InvocationConfig
If this is present, Sync method calls will block up to the specified nanos and throw an UncheckedTimeoutException.
getTimeoutNanos(Invocation) - Method in class org.jclouds.rest.config.ReadAnnotationsAndProperties
 
getTransformerForMethod(Invocation, Injector) - Method in class org.jclouds.rest.internal.TransformerForRequest
 
getType() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Whether this resource is a container, file, node, queue, etc.
getType() - Method in interface org.jclouds.domain.ResourceMetadata
Whether this resource is a container, file, node, queue, etc.
getType() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
 
getType() - Method in interface org.jclouds.proxy.ProxyConfig
 
getUri() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
URI used to access this resource
getUri() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
URI used to access this resource
getUri() - Method in interface org.jclouds.domain.ResourceMetadata
URI used to access this resource
getUser() - Method in class org.jclouds.domain.LoginCredentials
 
getUserExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getUserExecutor() - Method in interface org.jclouds.rest.Utils
 
getUserMetadata() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Any key-value pairs associated with the resource.
getUserMetadata() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Any key-value pairs associated with the resource.
getUserMetadata() - Method in interface org.jclouds.domain.ResourceMetadata
Any key-value pairs associated with the resource.
getUtils() - Method in interface org.jclouds.Context
 
getUtils() - Method in class org.jclouds.internal.ContextImpl
getVersion() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly identifies the version of an api.
getVersion() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly identifies the version of an api.
getViews() - Method in interface org.jclouds.apis.ApiMetadata
 
getViews() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getWireLog() - Method in class org.jclouds.http.internal.HttpWire
 
getWireLog() - Method in class org.jclouds.http.internal.SignatureWire
 
getWireLog() - Method in class org.jclouds.logging.internal.Wire
 
getWriter(JsonWriter) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
getXml() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getXml() - Method in interface org.jclouds.rest.Utils
 
GsonModule - Class in org.jclouds.json.config
Contains logic for parsing objects from Strings.
GsonModule() - Constructor for class org.jclouds.json.config.GsonModule
 
GsonModule.ByteArrayAdapter - Class in org.jclouds.json.config
 
GsonModule.ByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteArrayAdapter
 
GsonModule.ByteListAdapter - Class in org.jclouds.json.config
 
GsonModule.ByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteListAdapter
 
GsonModule.CDateAdapter - Class in org.jclouds.json.config
 
GsonModule.CDateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.CDateAdapter
 
GsonModule.DateAdapter - Class in org.jclouds.json.config
 
GsonModule.DateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.DateAdapter
 
GsonModule.DefaultExclusionStrategy - Interface in org.jclouds.json.config
 
GsonModule.HexByteArrayAdapter - Class in org.jclouds.json.config
 
GsonModule.HexByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
 
GsonModule.HexByteListAdapter - Class in org.jclouds.json.config
 
GsonModule.HexByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteListAdapter
 
GsonModule.Iso8601DateAdapter - Class in org.jclouds.json.config
 
GsonModule.Iso8601DateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
GsonModule.JsonAdapterBindings - Class in org.jclouds.json.config
 
GsonModule.JsonAdapterBindings() - Constructor for class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
GsonModule.LongDateAdapter - Class in org.jclouds.json.config
 
GsonModule.LongDateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.LongDateAdapter
 
GsonModule.NoExclusions - Class in org.jclouds.json.config
 
GsonModule.NoExclusions() - Constructor for class org.jclouds.json.config.GsonModule.NoExclusions
 
GsonModule.NullHackJsonBallAdapter - Class in org.jclouds.json.config
 
GsonModule.NullHackJsonBallAdapter() - Constructor for class org.jclouds.json.config.GsonModule.NullHackJsonBallAdapter
 
GsonModule.PropertiesAdapter - Class in org.jclouds.json.config
 
GsonModule.PropertiesAdapter(Provider<Gson>) - Constructor for class org.jclouds.json.config.GsonModule.PropertiesAdapter
 
GsonWrapper - Class in org.jclouds.json.internal
 
GsonWrapper(Gson) - Constructor for class org.jclouds.json.internal.GsonWrapper
 
GuiceProxyConfig - Class in org.jclouds.proxy.internal
Configuration derived from Guice properties.
GuiceProxyConfig() - Constructor for class org.jclouds.proxy.internal.GuiceProxyConfig
 

H

handle(Invocation) - Method in class org.jclouds.rest.internal.DelegatesToInvocationFunction
 
handleDeadEvent(DeadEvent) - Method in class org.jclouds.events.handlers.DeadEventLoggingHandler
 
handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
 
handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
handleError(HttpCommand, HttpResponse) - Method in interface org.jclouds.http.HttpErrorHandler
 
hashCode() - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
hashCode() - Method in class org.jclouds.domain.Credentials
 
hashCode() - Method in class org.jclouds.domain.internal.LocationImpl
 
hashCode() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
 
hashCode() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
 
hashCode() - Method in class org.jclouds.domain.JsonBall
 
hashCode() - Method in class org.jclouds.http.HttpCommand
 
hashCode() - Method in class org.jclouds.http.HttpMessage
 
hashCode() - Method in class org.jclouds.http.HttpRequest
 
hashCode() - Method in class org.jclouds.http.HttpResponse
 
hashCode() - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
 
hashCode() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
hashCode() - Method in class org.jclouds.http.options.GetOptions
 
hashCode() - Method in class org.jclouds.internal.BaseView
 
hashCode() - Method in class org.jclouds.internal.ContextImpl
hashCode() - Method in class org.jclouds.io.ContentMetadataBuilder
 
hashCode() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
hashCode() - Method in class org.jclouds.io.payloads.BasePayload
 
hashCode() - Method in class org.jclouds.io.payloads.DelegatingPayload
hashCode() - Method in class org.jclouds.io.payloads.StreamingPayload
 
hashCode() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter
 
hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter
 
hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter
 
hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
 
hashCode() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
hashCode() - Method in class org.jclouds.reflect.Invocation
 
hashCode() - Method in class org.jclouds.reflect.InvocationSuccess
 
hashCode() - Method in class org.jclouds.rest.internal.InvokeHttpMethod
 
hashCode() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
headerLog - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
headers - Variable in class org.jclouds.http.HttpMessage.Builder
 
headers(Multimap<String, String>) - Method in class org.jclouds.http.HttpMessage.Builder
replaces all headers with the the supplied multimap.
headers - Variable in class org.jclouds.http.HttpMessage
 
headers - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
Headers - Annotation Type in org.jclouds.rest.annotations
Designates that a header will be added to the request.
HeaderToRetryAfterException - Class in org.jclouds.fallbacks
propagates as RetryAfterException if a Throwable is an HttpResponseException with a set and a valid HttpHeaders.RETRY_AFTER header set.
hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class org.jclouds.logging.config.BindLoggersAnnotatedWithResource
 
hmac(String, byte[]) - Method in interface org.jclouds.crypto.Crypto
 
hmac(String, byte[]) - Method in class org.jclouds.encryption.internal.JCECrypto
 
hmacSHA1(byte[]) - Method in interface org.jclouds.crypto.Crypto
 
hmacSHA1(byte[]) - Method in class org.jclouds.encryption.internal.JCECrypto
 
hmacSHA256(byte[]) - Method in interface org.jclouds.crypto.Crypto
 
hmacSHA256(byte[]) - Method in class org.jclouds.encryption.internal.JCECrypto
 
homepage - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
homepage(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
homepage - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
homepage(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
host(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
http() - Method in class org.jclouds.rest.internal.UtilsImpl
 
http() - Method in interface org.jclouds.rest.Utils
#see #getHttpClient
HTTP_HEADERS - Static variable in interface org.jclouds.io.ContentMetadata
 
HttpApiProvider<S,A> - Class in org.jclouds.rest.config
 
HttpAsyncClient - Interface in org.jclouds.rest
Simple rest client
HttpClient - Interface in org.jclouds.rest
Simple client
HttpCommand - Class in org.jclouds.http
Command whose endpoint is an http service.
HttpCommand(HttpRequest) - Constructor for class org.jclouds.http.HttpCommand
 
HttpCommandExecutorService - Interface in org.jclouds.http
Capable of invoking http commands.
HttpErrorHandler - Interface in org.jclouds.http
Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.
HttpException - Exception in org.jclouds.http
// TODO: Adrian: Document this!
HttpException(String) - Constructor for exception org.jclouds.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception org.jclouds.http.HttpException
 
HttpException(Throwable) - Constructor for exception org.jclouds.http.HttpException
 
HttpMessage - Class in org.jclouds.http
Represents a request that can be executed within HttpCommandExecutorService
HttpMessage(Multimap<String, String>, Payload) - Constructor for class org.jclouds.http.HttpMessage
 
HttpMessage.Builder<T extends HttpMessage.Builder<T>> - Class in org.jclouds.http
 
HttpMessage.Builder() - Constructor for class org.jclouds.http.HttpMessage.Builder
 
HttpRequest - Class in org.jclouds.http
Represents a request that can be executed within HttpCommandExecutorService
HttpRequest(String, URI, Multimap<String, String>, Payload, Iterable<HttpRequestFilter>) - Constructor for class org.jclouds.http.HttpRequest
 
HttpRequest.Builder<T extends HttpRequest.Builder<T>> - Class in org.jclouds.http
 
HttpRequest.Builder() - Constructor for class org.jclouds.http.HttpRequest.Builder
 
HttpRequestFilter - Interface in org.jclouds.http
// TODO: Adrian: Document this! NOTE: HttpRequestFilter.filter(org.jclouds.http.HttpRequest) must be idempotent in a sense that multiple calls to it with the same request yield in the same output.
HttpRequestOptions - Interface in org.jclouds.http.options
Builds options that override or append to HttpRequests.
HttpResponse - Class in org.jclouds.http
Represents a response produced from HttpCommandExecutorService
HttpResponse(int, String, Multimap<String, String>, Payload) - Constructor for class org.jclouds.http.HttpResponse
 
HttpResponse.Builder<T extends HttpResponse.Builder<T>> - Class in org.jclouds.http
 
HttpResponse.Builder() - Constructor for class org.jclouds.http.HttpResponse.Builder
 
HttpResponseException - Exception in org.jclouds.http
Represents an error obtained from an HttpResponse.
HttpResponseException(String, HttpCommand, HttpResponse, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(String, HttpCommand, HttpResponse, String, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse, String, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(String, HttpCommand, HttpResponse) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(String, HttpCommand, HttpResponse, String) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse, String) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpRetryHandler - Interface in org.jclouds.http
Indicate whether a request should be retried after a server error response (HTTP status code >= 500) based on the request's replayable status and the number of attempts already performed.
HttpUtils - Class in org.jclouds.http
 
HttpUtils(int, int, int, int) - Constructor for class org.jclouds.http.HttpUtils
 
HttpWire - Class in org.jclouds.http.internal
 
HttpWire() - Constructor for class org.jclouds.http.internal.HttpWire
 

I

id(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
id(String) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis with the given id.
id(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
id(String) - Method in class org.jclouds.domain.LocationBuilder
 
id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
id(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
id(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
id(String) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with the given id.
identity - Variable in class org.jclouds.ContextBuilder
 
identity - Variable in class org.jclouds.domain.Credentials.Builder
 
identity(String) - Method in class org.jclouds.domain.Credentials.Builder
 
identity - Variable in class org.jclouds.domain.Credentials
 
identity(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
IdentityFunction - Enum in org.jclouds.functions
 
identityName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
identityName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
idEquals(String) - Static method in class org.jclouds.location.predicates.LocationPredicates
 
idFunction() - Static method in class org.jclouds.apis.Apis
 
idFunction() - Static method in class org.jclouds.providers.Providers
 
ifETagDoesntMatch(String) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
ifETagDoesntMatch(String) - Method in class org.jclouds.http.options.GetOptions
The object should not have a eTag hash corresponding with the parameter eTag.
ifETagMatches(String) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
ifETagMatches(String) - Method in class org.jclouds.http.options.GetOptions
The object's eTag hash should match the parameter eTag.
ifModifiedSince(Date) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
ifModifiedSince(Date) - Method in class org.jclouds.http.options.GetOptions
Only return the object if it has changed since this time.
ifUnmodifiedSince(Date) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
ifUnmodifiedSince(Date) - Method in class org.jclouds.http.options.GetOptions
Only return the object if it hasn't changed since this time.
implicitLocationSupplier(AtomicReference<AuthorizationException>, long, ImplicitLocationSupplier) - Method in class org.jclouds.location.config.LocationModule
 
ImplicitLocationSupplier - Interface in org.jclouds.location.suppliers
 
ImplicitOptionalConverter - Interface in org.jclouds.rest.functions
When a client marked @Delegate is optional, the implementation of this is responsible for creating the optional object.
implicitRegionIdSupplier(AtomicReference<AuthorizationException>, long, ImplicitRegionIdSupplier) - Method in class org.jclouds.location.config.LocationModule
 
ImplicitRegionIdSupplier - Interface in org.jclouds.location.suppliers
 
imposeBackoffExponentialDelay(int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
imposeBackoffExponentialDelay(long, int, int, int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
imposeBackoffExponentialDelay(long, long, int, int, int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
incrementFailureCount() - Method in class org.jclouds.http.HttpCommand
increment the current failure count.
incrementRedirectCount() - Method in class org.jclouds.http.HttpCommand
increments the current number of redirect attempts for this command.
InetAddresses2 - Class in org.jclouds.util
 
InetAddresses2() - Constructor for class org.jclouds.util.InetAddresses2
 
InetAddresses2.IsPrivateIPAddress - Enum in org.jclouds.util
 
InetSocketAddressConnect - Class in org.jclouds.predicates
Tests to see if a socket is open.
info(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
info(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
info(String, Object...) - Method in interface org.jclouds.logging.Logger
 
info(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
initializeCipher(Key) - Method in class org.jclouds.io.payloads.BaseCipherPayload
 
initializeCipher(Key) - Method in class org.jclouds.io.payloads.RSADecryptingPayload
 
initializeCipher(Key) - Method in class org.jclouds.io.payloads.RSAEncryptingPayload
 
injector() - Method in class org.jclouds.rest.internal.UtilsImpl
 
injector() - Method in interface org.jclouds.rest.Utils
#see #getInjector
input(InputStream) - Method in class org.jclouds.logging.internal.Wire
 
input(PayloadEnclosing) - Method in class org.jclouds.logging.internal.Wire
 
InputParamValidator - Class in org.jclouds.rest
Validates method parameters.
InputParamValidator(Injector) - Constructor for class org.jclouds.rest.InputParamValidator
 
InputParamValidator() - Constructor for class org.jclouds.rest.InputParamValidator
 
InputStreamPayload - Class in org.jclouds.io.payloads
 
InputStreamPayload(InputStream) - Constructor for class org.jclouds.io.payloads.InputStreamPayload
 
InputStreamSupplierPayload - Class in org.jclouds.io.payloads
 
InputStreamSupplierPayload(InputSupplier<? extends InputStream>) - Constructor for class org.jclouds.io.payloads.InputStreamSupplierPayload
 
InputSupplierMap<K,V> - Class in org.jclouds.collect
 
InputSupplierMap(Map<K, InputSupplier<V>>, Function<V, InputSupplier<V>>) - Constructor for class org.jclouds.collect.InputSupplierMap
 
InputSuppliers - Class in org.jclouds.io
functions related to or replacing those in InputSupplier
InputSuppliers() - Constructor for class org.jclouds.io.InputSuppliers
 
installLocations() - Method in class org.jclouds.rest.config.RestModule
 
INSTANCE - Static variable in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
instantiateAvailableClasses(Bundle, Iterable<String>, Class<T>) - Static method in class org.jclouds.osgi.Bundles
instantiates the supplied classnames using the bundle classloader, and casts to the supplied type.
InsufficientResourcesException - Exception in org.jclouds.rest
Thrown when there is a quota or otherwise limit preventing the operation from occurring.
InsufficientResourcesException() - Constructor for exception org.jclouds.rest.InsufficientResourcesException
 
InsufficientResourcesException(String, Throwable) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
 
InsufficientResourcesException(Throwable) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
 
intersectingIso3166Code(ProviderMetadata) - Static method in class org.jclouds.providers.ProviderPredicates
Return all providers that have at least one ISO 3166 code in common with the given provider metadata.
Invocation - Class in org.jclouds.reflect
Context needed to call Invokable.invoke(Object, Object...)
invocation(Invocation) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
InvocationConfig - Interface in org.jclouds.rest.config
Provides the ability to decouple timeouts and fallbacks from what's built-in.
InvocationContext<I extends InvocationContext<I>> - Interface in org.jclouds.rest
Passes generated Http request into this object;
InvocationSuccess - Class in org.jclouds.reflect
Holds the context of a successful call to Invokable.invoke(Object, Object...)
invoke(HttpCommand) - Method in interface org.jclouds.http.HttpCommandExecutorService
Returns a HttpResponse from the server which responded to the command.
invoke(HttpCommand) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
invoke(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
invoke(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
invoke(HttpRequest) - Method in interface org.jclouds.rest.HttpAsyncClient
 
invoke(HttpRequest) - Method in interface org.jclouds.rest.HttpClient
 
invoke(Object, Method, Object[]) - Method in class org.jclouds.rest.internal.DelegatesToInvocationFunction
invoke(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
invokes the HttpCommand associated with invocation, parses its response, and applies a fallback if a Throwable is encountered.
InvokeAndCallGetOnFutures<R> - Class in org.jclouds.rest.internal
 
InvokeHttpMethod - Class in org.jclouds.rest.internal
 
invokeWithTimeout(Invocation, long) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
calls InvokeHttpMethod.invoke(Invocation), timing out after the specified time limit.
IOExceptionRetryHandler - Interface in org.jclouds.http
 
ioExecutor - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
ioExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
ioExecutor() - Method in interface org.jclouds.rest.Utils
#see #getIoExecutor
ioRetryHandler - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
isDebugEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isDebugEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isDebugEnabled() - Method in interface org.jclouds.logging.Logger
 
isDebugEnabled() - Method in class org.jclouds.logging.NullLogger
 
isErrorEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isErrorEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isErrorEnabled() - Method in interface org.jclouds.logging.Logger
 
isErrorEnabled() - Method in class org.jclouds.logging.NullLogger
 
isInfoEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isInfoEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isInfoEnabled() - Method in interface org.jclouds.logging.Logger
 
isInfoEnabled() - Method in class org.jclouds.logging.NullLogger
 
isNetwork() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
Iso3166 - Annotation Type in org.jclouds.location
Related to a Iso3166 code
ISO3166_CODES - Static variable in interface org.jclouds.location.reference.LocationConstants
 
iso3166Code(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
iso3166Code(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
iso3166Codes(Iterable<String>) - Method in class org.jclouds.domain.LocationBuilder
 
iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
iso3166Codes(Iterable<String>) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
iso3166Codes(String...) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
iso3166Codes(Iterable<String>) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
iso3166Codes(String...) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
iso8601() - Method in interface org.jclouds.date.DateCodecFactory
 
iso8601() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
iso8601DateFormat(Date) - Method in interface org.jclouds.date.DateService
 
iso8601DateFormat() - Method in interface org.jclouds.date.DateService
 
iso8601DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601DateParse(String) - Method in interface org.jclouds.date.DateService
 
iso8601DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601Seconds() - Method in interface org.jclouds.date.DateCodecFactory
 
iso8601Seconds() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
iso8601SecondsDateFormat(Date) - Method in interface org.jclouds.date.DateService
 
iso8601SecondsDateFormat() - Method in interface org.jclouds.date.DateService
 
iso8601SecondsDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601SecondsDateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601SecondsDateParse(String) - Method in interface org.jclouds.date.DateService
 
iso8601SecondsDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
isoCodesSupplier(AtomicReference<AuthorizationException>, long, LocationIdToIso3166CodesSupplier) - Method in class org.jclouds.location.config.LocationModule
 
isPrivateIPAddress(String) - Static method in class org.jclouds.util.InetAddresses2
 
isProvider() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isRegion() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isRepeatable() - Method in interface org.jclouds.io.Payload
Tells if the payload is capable of producing its data more than once.
isRepeatable() - Method in class org.jclouds.io.payloads.BasePayload
By default we are repeatable.
isRepeatable() - Method in class org.jclouds.io.payloads.DelegatingPayload
Tells if the payload is capable of producing its data more than once.
isRepeatable() - Method in class org.jclouds.io.payloads.InputStreamPayload
By default we are repeatable.
isRepeatable() - Method in class org.jclouds.io.payloads.InputStreamSupplierPayload
By default we are repeatable.
isRepeatable() - Method in class org.jclouds.io.payloads.MultipartForm
 
isRepeatable() - Method in class org.jclouds.io.payloads.StreamingPayload
By default we are not repeatable.
isReplayable() - Method in class org.jclouds.http.HttpCommand
Commands need to be replayed, if redirected or on a retryable error.
isReturnTypeOptional(Invokable<?, ?>) - Static method in class org.jclouds.util.Optionals2
 
isSystem() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isToken(CharSequence, char) - Static method in class org.jclouds.http.Uris
 
isTraceEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isTraceEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isTraceEnabled() - Method in interface org.jclouds.logging.Logger
 
isTraceEnabled() - Method in class org.jclouds.logging.NullLogger
 
isUrlEncoded(String) - Static method in class org.jclouds.util.Strings2
 
isWarnEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isWarnEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isWarnEnabled() - Method in interface org.jclouds.logging.Logger
 
isWarnEnabled() - Method in class org.jclouds.logging.NullLogger
 
isZone() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isZoneOrRegionWhereRegionIdEquals(String) - Static method in class org.jclouds.location.predicates.LocationPredicates
 
IterableWithMarker<T> - Class in org.jclouds.collect
An Iterable that can be continued
IterableWithMarker() - Constructor for class org.jclouds.collect.IterableWithMarker
 
IterableWithMarkers - Class in org.jclouds.collect
Utilities for using IterableWithMarkers.
IterableWithMarkers() - Constructor for class org.jclouds.collect.IterableWithMarkers
 
iterator() - Method in class org.jclouds.collect.AdvanceUntilEmptyIterable
 

J

javaApi(Class<?>, Class<?>) - Method in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
javaApi(Class<?>, Class<?>) - Method in interface org.jclouds.rest.RestApiMetadata.Builder
 
JavaUrlHttpCommandExecutorService - Class in org.jclouds.http.internal
Basic implementation of a HttpCommandExecutorService.
JavaUrlHttpCommandExecutorService(HttpUtils, ContentMetadataCodec, ListeningExecutorService, DelegatingRetryHandler, IOExceptionRetryHandler, DelegatingErrorHandler, HttpWire, HostnameVerifier, Supplier<SSLContext>, Function<URI, Proxy>) - Constructor for class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
JavaUrlHttpCommandExecutorServiceModule - Class in org.jclouds.http.config
Configures JavaUrlHttpCommandExecutorService.
JavaUrlHttpCommandExecutorServiceModule() - Constructor for class org.jclouds.http.config.JavaUrlHttpCommandExecutorServiceModule
 
JAXBParser - Class in org.jclouds.xml.internal
Parses XML documents using JAXB.
JAXBParser(String) - Constructor for class org.jclouds.xml.internal.JAXBParser
 
JAXBResponseParser - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse XML with the ParseXMLWithJAXB parser in a HttpResponse.
JCECrypto - Class in org.jclouds.encryption.internal
 
JCECrypto() - Constructor for class org.jclouds.encryption.internal.JCECrypto
 
JCECrypto(Provider) - Constructor for class org.jclouds.encryption.internal.JCECrypto
 
JcloudsVersion - Class in org.jclouds
 
JDKLogger - Class in org.jclouds.logging.jdk
Logger implementation of Logger.
JDKLogger(Logger) - Constructor for class org.jclouds.logging.jdk.JDKLogger
 
JDKLogger.JDKLoggerFactory - Class in org.jclouds.logging.jdk
 
JDKLogger.JDKLoggerFactory() - Constructor for class org.jclouds.logging.jdk.JDKLogger.JDKLoggerFactory
 
JDKLoggingModule - Class in org.jclouds.logging.jdk.config
Configures logging of type JDKLogger
JDKLoggingModule() - Constructor for class org.jclouds.logging.jdk.config.JDKLoggingModule
 
JoinOnComma - Class in org.jclouds.functions
 
JoinOnComma() - Constructor for class org.jclouds.functions.JoinOnComma
 
json - Variable in class org.jclouds.http.functions.ParseJson
 
Json - Interface in org.jclouds.json
 
json() - Method in class org.jclouds.rest.internal.UtilsImpl
 
json() - Method in interface org.jclouds.rest.Utils
#see #getJson
JSON_BOOLEAN_PATTERN - Static variable in class org.jclouds.domain.JsonBall
 
JSON_NUMBER_PATTERN - Static variable in class org.jclouds.domain.JsonBall
 
JSON_STRING_PATTERN - Static variable in class org.jclouds.domain.JsonBall
 
JsonBall - Class in org.jclouds.domain
As String is final, using a different marker to imply this is a json object
JsonBall(double) - Constructor for class org.jclouds.domain.JsonBall
 
JsonBall(int) - Constructor for class org.jclouds.domain.JsonBall
 
JsonBall(long) - Constructor for class org.jclouds.domain.JsonBall
 
JsonBall(boolean) - Constructor for class org.jclouds.domain.JsonBall
 
JsonBall(String) - Constructor for class org.jclouds.domain.JsonBall
 
jsonBinder - Variable in class org.jclouds.rest.binders.BindToJsonPayload
 
JustProvider - Class in org.jclouds.location.suppliers.all
 
JustProvider(String, Supplier<URI>, Set<String>) - Constructor for class org.jclouds.location.suppliers.all.JustProvider
 

K

keyAdapter - Variable in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 

L

lastChar(CharSequence) - Static method in class org.jclouds.http.Uris
 
lastCharIsToken(CharSequence, char) - Static method in class org.jclouds.http.Uris
 
length() - Method in class org.jclouds.domain.JsonBall
 
LifeCycle - Interface in org.jclouds.lifecycle
// TODO: Adrian: Document this!
LifeCycle.Status - Enum in org.jclouds.lifecycle
States that are possible for a component.
LifeCycleModule - Class in org.jclouds.lifecycle.config
This associates java lifecycle annotations with guice hooks.
LifeCycleModule() - Constructor for class org.jclouds.lifecycle.config.LifeCycleModule
 
linkedService(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
linkedService(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
linkedServices - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
linkedServices(Iterable<String>) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
linkedServices(String...) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
linkedServices - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
linkedServices(Iterable<String>) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
linkedServices(String...) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
listApiMetadata(Bundle) - Method in class org.jclouds.osgi.MetadataBundleListener
Creates an instance of ApiMetadata from the Bundle.
listProviderMetadata(Bundle) - Method in class org.jclouds.osgi.MetadataBundleListener
Creates an instance of ProviderMetadata from the Bundle.
Location - Interface in org.jclouds.domain
Description of where a resource is running.
location - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
location(Location) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
LocationBuilder - Class in org.jclouds.domain
 
LocationBuilder() - Constructor for class org.jclouds.domain.LocationBuilder
 
LocationConstants - Interface in org.jclouds.location.reference
 
locationIds - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
LocationIdToIso3166CodesFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming conventions jclouds.region.
LocationIdToIso3166CodesFromConfiguration(Function<Predicate<String>, Map<String, String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.LocationIdToIso3166CodesFromConfiguration
 
LocationIdToIso3166CodesSupplier - Interface in org.jclouds.location.suppliers
 
LocationIdToURIFromConfigurationOrDefaultToProvider - Class in org.jclouds.location.suppliers.fromconfig
 
LocationIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull, Supplier<URI>, Supplier<Set<String>>, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
LocationImpl - Class in org.jclouds.domain.internal
 
LocationImpl(LocationScope, String, String, Location, Iterable<String>, Map<String, Object>) - Constructor for class org.jclouds.domain.internal.LocationImpl
 
LocationModule - Class in org.jclouds.location.config
All of these are memoized as locations do not change often at runtime.
LocationModule() - Constructor for class org.jclouds.location.config.LocationModule
 
LocationPredicates - Class in org.jclouds.location.predicates
 
LocationPredicates() - Constructor for class org.jclouds.location.predicates.LocationPredicates
 
LocationScope - Enum in org.jclouds.domain
The scope of the location
LocationsSupplier - Interface in org.jclouds.location.suppliers
 
logDebug(String) - Method in class org.jclouds.logging.BaseLogger
 
logDebug(String) - Method in class org.jclouds.logging.jdk.JDKLogger
 
logError(String, Throwable) - Method in class org.jclouds.logging.BaseLogger
 
logError(String) - Method in class org.jclouds.logging.BaseLogger
 
logError(String) - Method in class org.jclouds.logging.jdk.JDKLogger
 
logError(String, Throwable) - Method in class org.jclouds.logging.jdk.JDKLogger
 
logger - Variable in class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
logger - Variable in class org.jclouds.http.functions.ParseJson
 
logger - Variable in class org.jclouds.http.functions.ParseXMLWithJAXB
 
logger - Variable in class org.jclouds.http.functions.ReleasePayloadAndReturn
 
logger - Variable in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
logger - Variable in class org.jclouds.http.handlers.RedirectionRetryHandler
 
logger - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
logger - Variable in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
logger - Variable in class org.jclouds.io.CopyInputStreamIntoSupplier
 
logger - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
logger - Variable in class org.jclouds.location.suppliers.all.ZoneToProvider
 
logger - Variable in class org.jclouds.location.suppliers.all.ZoneToRegionToProviderOrJustProvider
 
logger - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
logger - Variable in class org.jclouds.location.suppliers.fromconfig.RegionIdToZoneIdsFromConfiguration
 
logger - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
logger - Variable in class org.jclouds.logging.internal.Wire
 
Logger - Interface in org.jclouds.logging
JClouds log abstraction layer.
logger - Variable in class org.jclouds.predicates.InetSocketAddressConnect
 
logger - Variable in class org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonInputStream
 
logger - Variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 
logger - Variable in class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
 
Logger.LoggerFactory - Interface in org.jclouds.logging
Produces instances of Logger relevant to the specified category
LOGGER_HTTP_HEADERS - Static variable in interface org.jclouds.Constants
Name of the logger that records all http headers from the client and the server.
LOGGER_HTTP_WIRE - Static variable in interface org.jclouds.Constants
Name of the logger that records the content sent to and from the server.
LOGGER_SIGNATURE - Static variable in interface org.jclouds.Constants
Name of the logger that records the steps of the request signing process of the HTTP_service.
loggerFactory() - Method in class org.jclouds.rest.internal.UtilsImpl
 
loggerFactory() - Method in interface org.jclouds.rest.Utils
#see #getLoggerFactory
LoggingModule - Class in org.jclouds.logging.config
Creates a post-injection listener that binds Loggers named the same as the enclosing class.
LoggingModule() - Constructor for class org.jclouds.logging.config.LoggingModule
 
LoggingModules - Class in org.jclouds.logging
The LoggingModules class provides static methods for accessing loggingModules.
LoggingModules() - Constructor for class org.jclouds.logging.LoggingModules
 
LoginCredentials - Class in org.jclouds.domain
 
LoginCredentials.Builder - Class in org.jclouds.domain
 
LoginCredentials.Builder() - Constructor for class org.jclouds.domain.LoginCredentials.Builder
 
logInfo(String) - Method in class org.jclouds.logging.BaseLogger
 
logInfo(String) - Method in class org.jclouds.logging.jdk.JDKLogger
 
logRequest(Logger, HttpRequest, String) - Method in class org.jclouds.http.HttpUtils
 
logResponse(Logger, HttpResponse, String) - Method in class org.jclouds.http.HttpUtils
 
logTrace(String) - Method in class org.jclouds.logging.BaseLogger
 
logTrace(String) - Method in class org.jclouds.logging.jdk.JDKLogger
 
logWarn(String, Throwable) - Method in class org.jclouds.logging.BaseLogger
 
logWarn(String) - Method in class org.jclouds.logging.BaseLogger
 
logWarn(String) - Method in class org.jclouds.logging.jdk.JDKLogger
 
logWarn(String, Throwable) - Method in class org.jclouds.logging.jdk.JDKLogger
 

M

Macs - Class in org.jclouds.crypto
functions for Mac
Macs() - Constructor for class org.jclouds.crypto.Macs
 
majorVersion - Variable in class org.jclouds.JcloudsVersion
 
MapBinder - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will hold the payload for a PUT or POST command.
MapBinder - Interface in org.jclouds.rest
Builds the payload of a Post request.
MapHttp4xxCodesToExceptions - Class in org.jclouds.fallbacks
 
Maps2 - Class in org.jclouds.util
General utilities used in jclouds code for Maps.
Maps2() - Constructor for class org.jclouds.util.Maps2
 
markerToNextForArg0(Optional<Object>) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable
 
markerToNextForCallingArg0(String) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
Deprecated.  
Memoized - Annotation Type in org.jclouds.collect
Designates that this object is going to return cached results
memoizedLocationsSupplier(AtomicReference<AuthorizationException>, long, LocationsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T> - Class in org.jclouds.rest.suppliers
This will retry the supplier if it encounters a timeout exception, but not if it encounters an AuthorizationException.
message - Variable in class org.jclouds.http.HttpResponse.Builder
 
message(String) - Method in class org.jclouds.http.HttpResponse.Builder
 
metadata(Map<String, Object>) - Method in class org.jclouds.domain.LocationBuilder
 
MetadataBundleListener - Class in org.jclouds.osgi
A BundleListener that listens for BundleEvent and searches for ProviderMetadata and ApiMetadata in newly installed Bundles.
MetadataBundleListener() - Constructor for class org.jclouds.osgi.MetadataBundleListener
 
method - Variable in class org.jclouds.http.HttpRequest.Builder
 
method(String) - Method in class org.jclouds.http.HttpRequest.Builder
 
method(TypeToken<T>, Method) - Static method in class org.jclouds.reflect.Reflection2
returns an Invokable object that links the method to its owner.
method(Class<T>, String, Class<?>...) - Static method in class org.jclouds.reflect.Reflection2
returns an Invokable object that reflects a method present in the TypeToken type.
methods(Class<T>) - Static method in class org.jclouds.reflect.Reflection2
return all methods present in the class as Invokables.
minorVersion - Variable in class org.jclouds.JcloudsVersion
 
modules - Variable in class org.jclouds.ContextBuilder
 
modules(Iterable<? extends Module>) - Method in class org.jclouds.ContextBuilder
 
Multimaps2 - Class in org.jclouds.util
 
Multimaps2() - Constructor for class org.jclouds.util.Multimaps2
 
MultipartForm - Class in org.jclouds.io.payloads
 
MultipartForm(String, Iterable<? extends Part>) - Constructor for class org.jclouds.io.payloads.MultipartForm
 
MultipartForm(String, Part...) - Constructor for class org.jclouds.io.payloads.MultipartForm
 
MultipartForm(Part...) - Constructor for class org.jclouds.io.payloads.MultipartForm
 
MutableContentMetadata - Interface in org.jclouds.io
 
MutableResourceMetadata<T extends Enum<T>> - Interface in org.jclouds.domain
Used to construct new resources or modify existing ones.
MutableResourceMetadataImpl<T extends Enum<T>> - Class in org.jclouds.domain.internal
Used to construct new resources or modify existing ones.
MutableResourceMetadataImpl() - Constructor for class org.jclouds.domain.internal.MutableResourceMetadataImpl
 
MutableResourceMetadataImpl(ResourceMetadata<T>) - Constructor for class org.jclouds.domain.internal.MutableResourceMetadataImpl
 

N

Name - Annotation Type in org.jclouds.annotations
Designates that this Resource qualifies an object to a context name.
name(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
name(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
name - Variable in class org.jclouds.ContextBuilder
 
name(String) - Method in class org.jclouds.ContextBuilder
 
name - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
name(String) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
name - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
name(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
name - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
name(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
NamingStrategies - Class in org.jclouds.json.internal
NamingStrategies used for JSON deserialization using GSON
NamingStrategies() - Constructor for class org.jclouds.json.internal.NamingStrategies
 
NamingStrategies.AnnotationBasedNamingStrategy - Class in org.jclouds.json.internal
 
NamingStrategies.AnnotationBasedNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
NamingStrategies.AnnotationConstructorNamingStrategy - Class in org.jclouds.json.internal
Determines field naming from constructor annotations
NamingStrategies.AnnotationConstructorNamingStrategy(Collection<? extends Class<? extends Annotation>>, Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationConstructorNamingStrategy
 
NamingStrategies.AnnotationFieldNamingStrategy - Class in org.jclouds.json.internal
Definition of field naming policy for annotation-based field
NamingStrategies.AnnotationFieldNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationFieldNamingStrategy
 
NamingStrategies.AnnotationOrNameFieldNamingStrategy - Class in org.jclouds.json.internal
 
NamingStrategies.AnnotationOrNameFieldNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationOrNameFieldNamingStrategy
 
NamingStrategies.ExtractNamed - Class in org.jclouds.json.internal
 
NamingStrategies.ExtractNamed() - Constructor for class org.jclouds.json.internal.NamingStrategies.ExtractNamed
 
NamingStrategies.ExtractSerializedName - Class in org.jclouds.json.internal
 
NamingStrategies.ExtractSerializedName() - Constructor for class org.jclouds.json.internal.NamingStrategies.ExtractSerializedName
 
NamingStrategies.NameExtractor<A extends Annotation> - Class in org.jclouds.json.internal
Specifies how to extract the name from an annotation for use in determining the serialized name.
NamingStrategies.NameExtractor(Class<A>) - Constructor for class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
NEVER_RETRY - Static variable in interface org.jclouds.http.HttpRetryHandler
 
NEVER_RETRY - Static variable in interface org.jclouds.http.IOExceptionRetryHandler
 
newAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory
 
newAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory
 
newAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory
 
newAdapter(TypeAdapter<K>, TypeAdapter<V>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
 
newAdapter(TypeAdapter<K>, TypeAdapter<V>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory
 
newAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory
 
newBuilder(String) - Static method in class org.jclouds.ContextBuilder
looks up a provider or api with the given id
newBuilder(ApiMetadata) - Static method in class org.jclouds.ContextBuilder
 
newBuilder(ProviderMetadata) - Static method in class org.jclouds.ContextBuilder
 
newByteArrayPayload(byte[]) - Static method in class org.jclouds.io.Payloads
 
newFilePayload(File) - Static method in class org.jclouds.io.Payloads
 
newInputStreamPayload(InputStream) - Static method in class org.jclouds.io.Payloads
 
NEWLINE_PATTERN - Static variable in class org.jclouds.util.Patterns
 
newOptionalAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.OptionalTypeAdapterFactory
 
newPayload(Object) - Static method in class org.jclouds.io.Payloads
 
newProxy(TypeToken<T>, Function<Invocation, Object>) - Static method in class org.jclouds.reflect.FunctionalReflection
Returns a proxy instance that implements enclosingType by dispatching method invocations to invocationFunction.
newProxy(Class<T>, Function<Invocation, Object>) - Static method in class org.jclouds.reflect.FunctionalReflection
 
newScalingThreadPool(int, int, long, ThreadFactory) - Static method in class org.jclouds.concurrent.DynamicExecutors
Creates a thread pool, same as in #newScalingThreadPool(int, int, long), using the provided ThreadFactory to create new threads when needed.
newStringPayload(String) - Static method in class org.jclouds.io.Payloads
 
newUrlEncodedFormPayload(Multimap<String, String>) - Static method in class org.jclouds.io.Payloads
 
nextMarker() - Method in class org.jclouds.collect.IterableWithMarker
If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value
NO_CONTENT_TYPE - Static variable in annotation type org.jclouds.rest.annotations.PartParam
 
NO_FILENAME - Static variable in annotation type org.jclouds.rest.annotations.PartParam
 
NON_PAYLOAD_METHODS - Static variable in class org.jclouds.http.HttpRequest
 
NONE - Static variable in class org.jclouds.http.options.GetOptions
 
NOOP - Static variable in interface org.jclouds.http.HttpErrorHandler
 
noPassword() - Method in class org.jclouds.domain.LoginCredentials.Builder
 
noPrivateKey() - Method in class org.jclouds.domain.LoginCredentials.Builder
 
NotThreadSafe - Annotation Type in org.jclouds.javax.annotation.concurrent
 
NULL - Static variable in interface org.jclouds.logging.Logger
Assign to member to avoid NPE when no logging module is configured.
NULL - Static variable in annotation type org.jclouds.rest.annotations.FormParams
 
NULL - Static variable in annotation type org.jclouds.rest.annotations.PayloadParams
 
NULL - Static variable in annotation type org.jclouds.rest.annotations.QueryParams
 
Nullable - Annotation Type in org.jclouds.javax.annotation
 
NullFilteringTypeAdapterFactories - Class in org.jclouds.json.internal
Eliminates null values when deserializing Collections, Maps, and Multimaps

Treats [null] as the empty set; [A, null] as [A]; etc.

NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter<E> - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter(TypeAdapter<E>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter
 
NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter<E> - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter(TypeAdapter<E>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter
 
NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory(Class<?>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter<E> - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter(TypeAdapter<E>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
NullFilteringTypeAdapterFactories.MapTypeAdapterFactory - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.MapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.MapTypeAdapterFactory(Class<?>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter<K,V> - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter(TypeAdapter<K>, TypeAdapter<V>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter<K,V> - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter(TypeAdapter<K>, TypeAdapter<V>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter
 
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory
 
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter<E> - Class in org.jclouds.json.internal
 
NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter(TypeAdapter<E>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
 
NullHackJsonLiteralAdapter<L> - Class in org.jclouds.json.internal
writes or reads the literal json directly
NullHackJsonLiteralAdapter() - Constructor for class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
NullHackJsonLiteralAdapter.NullReplacingWriter - Class in org.jclouds.json.internal
 
NullHackJsonLiteralAdapter.NullReplacingWriter(Writer, String) - Constructor for class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
NullLogger - Class in org.jclouds.logging
Logger that doesn't do anything.
NullLogger() - Constructor for class org.jclouds.logging.NullLogger
 
NullLoggingModule - Class in org.jclouds.logging.config
Configures logging of type NullLogger
NullLoggingModule() - Constructor for class org.jclouds.logging.config.NullLoggingModule
 
nullToEmpty(byte[]) - Static method in class org.jclouds.http.HttpUtils
 
nullToEmpty(Collection<String>) - Static method in class org.jclouds.http.HttpUtils
 

O

of(IterableWithMarker<T>) - Static method in class org.jclouds.collect.PagedIterables
Deprecated. 
of(InputStream) - Static method in class org.jclouds.io.InputSuppliers
 
of(String) - Static method in class org.jclouds.io.InputSuppliers
 
ofInstanceFunction() - Static method in class org.jclouds.util.Suppliers2
 
OnlyElement - Annotation Type in org.jclouds.rest.annotations
Extracts the only element of a collection or null
OnlyElementOrNull<T> - Class in org.jclouds.functions
 
OnlyElementOrNull() - Constructor for class org.jclouds.functions.OnlyElementOrNull
 
OnlyLocationOrFirstRegionOptionallyMatchingRegionId - Class in org.jclouds.location.suppliers.implicit
 
OnlyLocationOrFirstZone - Class in org.jclouds.location.suppliers.implicit
 
onlyPage(IterableWithMarker<T>) - Static method in class org.jclouds.collect.PagedIterables
 
onThrowable(Supplier<T>, Class<X>, Supplier<T>) - Static method in class org.jclouds.util.Suppliers2
if a throwable of certain type is encountered on getting the first value, use the fallback.
Optionals2 - Class in org.jclouds.util
 
Optionals2() - Constructor for class org.jclouds.util.Optionals2
 
OptionalTypeAdapterFactory - Class in org.jclouds.json.internal
Writes and reads Optional values as JSON
OptionalTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.OptionalTypeAdapterFactory
 
or(Supplier<T>, Supplier<T>) - Static method in class org.jclouds.util.Suppliers2
returns the value of the first supplier, or the value of the fallback, if the unlessNull is null.
org.jclouds - package org.jclouds
 
org.jclouds.annotations - package org.jclouds.annotations
 
org.jclouds.apis - package org.jclouds.apis
 
org.jclouds.apis.internal - package org.jclouds.apis.internal
 
org.jclouds.collect - package org.jclouds.collect
 
org.jclouds.collect.internal - package org.jclouds.collect.internal
 
org.jclouds.concurrent - package org.jclouds.concurrent
 
org.jclouds.concurrent.config - package org.jclouds.concurrent.config
 
org.jclouds.config - package org.jclouds.config
 
org.jclouds.crypto - package org.jclouds.crypto
 
org.jclouds.date - package org.jclouds.date
 
org.jclouds.date.internal - package org.jclouds.date.internal
 
org.jclouds.domain - package org.jclouds.domain
 
org.jclouds.domain.internal - package org.jclouds.domain.internal
 
org.jclouds.encryption.internal - package org.jclouds.encryption.internal
 
org.jclouds.events.config - package org.jclouds.events.config
 
org.jclouds.events.config.annotations - package org.jclouds.events.config.annotations
 
org.jclouds.events.handlers - package org.jclouds.events.handlers
 
org.jclouds.fallbacks - package org.jclouds.fallbacks
 
org.jclouds.functions - package org.jclouds.functions
 
org.jclouds.http - package org.jclouds.http
 
org.jclouds.http.annotation - package org.jclouds.http.annotation
 
org.jclouds.http.config - package org.jclouds.http.config
 
org.jclouds.http.filters - package org.jclouds.http.filters
 
org.jclouds.http.functions - package org.jclouds.http.functions
 
org.jclouds.http.functions.config - package org.jclouds.http.functions.config
 
org.jclouds.http.handlers - package org.jclouds.http.handlers
 
org.jclouds.http.internal - package org.jclouds.http.internal
 
org.jclouds.http.options - package org.jclouds.http.options
 
org.jclouds.http.utils - package org.jclouds.http.utils
 
org.jclouds.internal - package org.jclouds.internal
 
org.jclouds.io - package org.jclouds.io
 
org.jclouds.io.internal - package org.jclouds.io.internal
 
org.jclouds.io.payloads - package org.jclouds.io.payloads
 
org.jclouds.javax.annotation - package org.jclouds.javax.annotation
 
org.jclouds.javax.annotation.concurrent - package org.jclouds.javax.annotation.concurrent
 
org.jclouds.json - package org.jclouds.json
 
org.jclouds.json.config - package org.jclouds.json.config
 
org.jclouds.json.internal - package org.jclouds.json.internal
 
org.jclouds.lifecycle - package org.jclouds.lifecycle
 
org.jclouds.lifecycle.config - package org.jclouds.lifecycle.config
 
org.jclouds.location - package org.jclouds.location
 
org.jclouds.location.config - package org.jclouds.location.config
 
org.jclouds.location.functions - package org.jclouds.location.functions
 
org.jclouds.location.predicates - package org.jclouds.location.predicates
 
org.jclouds.location.predicates.fromconfig - package org.jclouds.location.predicates.fromconfig
 
org.jclouds.location.reference - package org.jclouds.location.reference
 
org.jclouds.location.suppliers - package org.jclouds.location.suppliers
 
org.jclouds.location.suppliers.all - package org.jclouds.location.suppliers.all
 
org.jclouds.location.suppliers.derived - package org.jclouds.location.suppliers.derived
 
org.jclouds.location.suppliers.fromconfig - package org.jclouds.location.suppliers.fromconfig
 
org.jclouds.location.suppliers.implicit - package org.jclouds.location.suppliers.implicit
 
org.jclouds.logging - package org.jclouds.logging
 
org.jclouds.logging.config - package org.jclouds.logging.config
 
org.jclouds.logging.internal - package org.jclouds.logging.internal
 
org.jclouds.logging.jdk - package org.jclouds.logging.jdk
 
org.jclouds.logging.jdk.config - package org.jclouds.logging.jdk.config
 
org.jclouds.osgi - package org.jclouds.osgi
 
org.jclouds.predicates - package org.jclouds.predicates
 
org.jclouds.predicates.validators - package org.jclouds.predicates.validators
 
org.jclouds.providers - package org.jclouds.providers
 
org.jclouds.providers.config - package org.jclouds.providers.config
 
org.jclouds.providers.internal - package org.jclouds.providers.internal
 
org.jclouds.proxy - package org.jclouds.proxy
 
org.jclouds.proxy.internal - package org.jclouds.proxy.internal
 
org.jclouds.reflect - package org.jclouds.reflect
 
org.jclouds.rest - package org.jclouds.rest
 
org.jclouds.rest.annotations - package org.jclouds.rest.annotations
 
org.jclouds.rest.binders - package org.jclouds.rest.binders
 
org.jclouds.rest.config - package org.jclouds.rest.config
 
org.jclouds.rest.functions - package org.jclouds.rest.functions
 
org.jclouds.rest.internal - package org.jclouds.rest.internal
 
org.jclouds.rest.suppliers - package org.jclouds.rest.suppliers
 
org.jclouds.suppliers - package org.jclouds.suppliers
 
org.jclouds.util - package org.jclouds.util
 
org.jclouds.xml - package org.jclouds.xml
 
org.jclouds.xml.internal - package org.jclouds.xml.internal
 
output(PayloadEnclosing) - Method in class org.jclouds.logging.internal.Wire
 
output(T) - Method in class org.jclouds.logging.internal.Wire
 
OverrideRequestFilters - Annotation Type in org.jclouds.rest.annotations
Do not accept filters that were passed from the type.
overrides - Variable in class org.jclouds.ContextBuilder
 
overrides(Properties) - Method in class org.jclouds.ContextBuilder
 

P

PagedIterable<E> - Class in org.jclouds.collect
Extends FluentIterable allowing you to lazily advance through sequence of pages in a resultset.
PagedIterable() - Constructor for class org.jclouds.collect.PagedIterable
 
PagedIterables - Class in org.jclouds.collect
Utilities for using PagedIterables.
PagedIterables() - Constructor for class org.jclouds.collect.PagedIterables
 
ParamParser - Annotation Type in org.jclouds.rest.annotations
Extracts the value of a parameter from an object.
ParamValidators - Annotation Type in org.jclouds.rest.annotations
Marks the validation for method/parameter value(s).
parent(Location) - Method in class org.jclouds.domain.LocationBuilder
 
parse(String) - Method in class org.jclouds.http.functions.ParseSax
 
parse(InputStream) - Method in class org.jclouds.http.functions.ParseSax
 
parse(InputSource) - Method in class org.jclouds.http.functions.ParseSax
 
parseDate(String) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
ParseETagHeader - Class in org.jclouds.http.functions
Parses an MD5 checksum from the header com.google.common.net.HttpHeaders.HttpHeaders#ETAG.
ParseETagHeader() - Constructor for class org.jclouds.http.functions.ParseETagHeader
 
parseExpires(String) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
parseExpires(String) - Method in interface org.jclouds.io.ContentMetadataCodec
Parses the 'Expires' header.
ParseFirstJsonValueNamed<T> - Class in org.jclouds.http.functions
 
ParseFirstJsonValueNamed(GsonWrapper, TypeLiteral<T>, String...) - Constructor for class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
ParseJson<T> - Class in org.jclouds.http.functions
This object will parse the body of an HttpResponse and return the result of type back to the caller.
ParseJson(Json, TypeLiteral<T>) - Constructor for class org.jclouds.http.functions.ParseJson
 
ParseSax<T> - Class in org.jclouds.http.functions
This object will parse the body of an HttpResponse and return the result of type back to the caller.
ParseSax(XMLReader, ParseSax.HandlerWithResult<T>) - Constructor for class org.jclouds.http.functions.ParseSax
 
ParseSax.Factory - Interface in org.jclouds.http.functions
 
ParseSax.HandlerForGeneratedRequestWithResult<T> - Class in org.jclouds.http.functions
 
ParseSax.HandlerForGeneratedRequestWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
 
ParseSax.HandlerWithResult<T> - Class in org.jclouds.http.functions
Handler that produces a useable domain object accessible after parsing completes.
ParseSax.HandlerWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerWithResult
 
ParseURIFromListOrLocationHeaderIf20x - Class in org.jclouds.http.functions
parses a single URI from a list
ParseURIFromListOrLocationHeaderIf20x() - Constructor for class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
 
ParseXMLWithJAXB<T> - Class in org.jclouds.http.functions
This object will parse the body of an HttpResponse and return the result of type back to the caller.
ParseXMLWithJAXB(XMLParser, TypeLiteral<T>) - Constructor for class org.jclouds.http.functions.ParseXMLWithJAXB
 
Part - Class in org.jclouds.io.payloads
 
Part.PartOptions - Class in org.jclouds.io.payloads
 
Part.PartOptions() - Constructor for class org.jclouds.io.payloads.Part.PartOptions
 
Part.PartOptions.Builder - Class in org.jclouds.io.payloads
 
Part.PartOptions.Builder() - Constructor for class org.jclouds.io.payloads.Part.PartOptions.Builder
 
PartParam - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will be bound to a multipart form.
password(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
patchVersion - Variable in class org.jclouds.JcloudsVersion
 
path(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
pathSuffix - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
Patterns - Class in org.jclouds.util
 
Patterns() - Constructor for class org.jclouds.util.Patterns
 
payload - Variable in class org.jclouds.http.HttpMessage.Builder
 
payload(Payload) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(byte[]) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(File) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(InputStream) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(String) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload - Variable in class org.jclouds.http.internal.PayloadEnclosingImpl
 
payload - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
Payload - Interface in org.jclouds.io
 
Payload - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will hold the payload for a PUT or POST command.
PayloadEnclosing - Interface in org.jclouds.io
 
PayloadEnclosingImpl - Class in org.jclouds.http.internal
 
PayloadEnclosingImpl() - Constructor for class org.jclouds.http.internal.PayloadEnclosingImpl
 
PayloadEnclosingImpl(Payload) - Constructor for class org.jclouds.http.internal.PayloadEnclosingImpl
 
PayloadParam - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will hold the payload for a PUT or POST command.
PayloadParams - Annotation Type in org.jclouds.rest.annotations
Designates that default parameters will be added a map that builds the request entity.
Payloads - Class in org.jclouds.io
 
PayloadSlicer - Interface in org.jclouds.io
 
pem(X509Certificate) - Static method in class org.jclouds.crypto.Pems
encodes the X509Certificate to PEM format.
pem(PublicKey) - Static method in class org.jclouds.crypto.Pems
encodes the PublicKey to PEM format.
pem(PrivateKey) - Static method in class org.jclouds.crypto.Pems
encodes the PrivateKey to PEM format.
Pems - Class in org.jclouds.crypto
Reads and writes PEM encoded Strings and Streams
Pems() - Constructor for class org.jclouds.crypto.Pems
 
PhantomPayload - Class in org.jclouds.io.payloads
 
PhantomPayload() - Constructor for class org.jclouds.io.payloads.PhantomPayload
 
PhantomPayload(ContentMetadata) - Constructor for class org.jclouds.io.payloads.PhantomPayload
 
PhantomPayload(MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.PhantomPayload
 
post(URI, Payload) - Method in interface org.jclouds.rest.HttpAsyncClient
 
post(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
 
predicate - Variable in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
Predicates2 - Class in org.jclouds.util
 
Predicates2() - Constructor for class org.jclouds.util.Predicates2
 
PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion - Class in org.jclouds.rest.functions
 
PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion(String) - Constructor for class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
 
PRIVATE_PKCS1_MARKER - Static variable in class org.jclouds.crypto.Pems
 
PRIVATE_PKCS8_MARKER - Static variable in class org.jclouds.crypto.Pems
 
privateKey(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
privateKeySpec(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.Pems
Returns the RSAPrivateKeySpec that is pem encoded in the supplier.
privateKeySpec(String) - Static method in class org.jclouds.crypto.Pems
Executes Pems.privateKeySpec(InputSupplier) on the string which contains an encoded private key in PEM format.
propagateAuthorizationOrOriginalException(Exception) - Static method in class org.jclouds.util.Throwables2
 
propagateIfPossible(Throwable, Iterable<TypeToken<? extends Throwable>>) - Static method in class org.jclouds.util.Throwables2
 
PropagateIfRetryAfter - Interface in org.jclouds.fallbacks
propagates as RetryAfterException if a Throwable contains information such as a retry offset.
PROPERTY_API - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_API_VERSION - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_BUILD_VERSION - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_CONNECTION_TIMEOUT - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_CREDENTIAL - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_ENDPOINT - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_IDENTITY - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_IO_WORKER_THREADS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_ISO3166_CODES - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_MAX_CONNECTION_REUSE - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_CONNECTIONS_PER_CONTEXT - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_CONNECTIONS_PER_HOST - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_REDIRECTS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_RETRIES - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_SESSION_FAILURES - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_PRETTY_PRINT_PAYLOADS - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_PROVIDER - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_HOST - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_PASSWORD - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_PORT - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_PROXY_SYSTEM - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_PROXY_TYPE - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_USER - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_REGION - Static variable in interface org.jclouds.location.reference.LocationConstants
 
PROPERTY_REGIONS - Static variable in interface org.jclouds.location.reference.LocationConstants
 
PROPERTY_RELAX_HOSTNAME - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_REQUEST_TIMEOUT - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_RETRY_DELAY_START - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_SCHEDULER_THREADS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_SESSION_INTERVAL - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_SO_TIMEOUT - Static variable in interface org.jclouds.Constants
int property.
PROPERTY_TIMEOUTS_PREFIX - Static variable in interface org.jclouds.Constants
Long properties

Overrides timeouts on sync interfaces.

PROPERTY_TRUST_ALL_CERTS - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_USER_THREADS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_ZONE - Static variable in interface org.jclouds.location.reference.LocationConstants
 
PROPERTY_ZONES - Static variable in interface org.jclouds.location.reference.LocationConstants
 
provideCredentialStore(Map<String, InputStream>, Function<Credentials, InputStream>, Function<InputStream, Credentials>) - Method in class org.jclouds.rest.config.CredentialStoreModule
 
provideJsonBallAdapter(GsonModule.NullHackJsonBallAdapter) - Method in class org.jclouds.json.config.GsonModule
 
provideProvider(AtomicReference<AuthorizationException>, long, ProviderURISupplier) - Method in class org.jclouds.location.config.LocationModule
 
Provider - Annotation Type in org.jclouds.location
Designates that this Resource qualifies an object to a provider of a rest service.
provider - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
providerId - Variable in class org.jclouds.ContextBuilder
 
providerId - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
providerId(String) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
ProviderListener - Interface in org.jclouds.osgi
A listener interface for ProviderMetadata.
providerMetadata - Variable in class org.jclouds.ContextBuilder
 
ProviderMetadata - Interface in org.jclouds.providers
The ProviderMetadata interface allows jclouds to provide a plugin framework for gathering cloud provider metadata.
ProviderMetadata.Builder - Interface in org.jclouds.providers
 
ProviderPredicates - Class in org.jclouds.providers
Container for provider filters (predicates).
ProviderPredicates() - Constructor for class org.jclouds.providers.ProviderPredicates
 
ProviderPredicates.ContextAssignableFrom - Class in org.jclouds.providers
 
ProviderPredicates.ContextAssignableFrom(TypeToken<? extends Context>) - Constructor for class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
 
ProviderPredicates.TransformableTo - Class in org.jclouds.providers
 
ProviderPredicates.TransformableTo(TypeToken<? extends View>) - Constructor for class org.jclouds.providers.ProviderPredicates.TransformableTo
 
ProviderRegistry - Class in org.jclouds.osgi
A registry for holding ProviderMetadata.
ProviderRegistry() - Constructor for class org.jclouds.osgi.ProviderRegistry
 
Providers - Class in org.jclouds.providers
The Providers class provides static methods for accessing providers.
Providers() - Constructor for class org.jclouds.providers.Providers
 
Providers.ApiMetadataFunction - Class in org.jclouds.providers
 
Providers.ApiMetadataFunction() - Constructor for class org.jclouds.providers.Providers.ApiMetadataFunction
 
Providers.IdFunction - Enum in org.jclouds.providers
 
providerURI - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
ProviderURIFromProviderMetadata - Class in org.jclouds.location.suppliers.fromconfig
 
ProviderURIFromProviderMetadata(ProviderMetadata) - Constructor for class org.jclouds.location.suppliers.fromconfig.ProviderURIFromProviderMetadata
 
ProviderURISupplier - Interface in org.jclouds.location.suppliers
 
ProxyConfig - Interface in org.jclouds.proxy
parameters needed to configure Proxy.
ProxyForURI - Class in org.jclouds.proxy
 
PUBLIC_PKCS1_MARKER - Static variable in class org.jclouds.crypto.Pems
 
PUBLIC_X509_MARKER - Static variable in class org.jclouds.crypto.Pems
 
publicKeySpec(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.Pems
Returns the KeySpec that is pem encoded in the supplier.
publicKeySpec(String) - Static method in class org.jclouds.crypto.Pems
Executes Pems.publicKeySpec(InputSupplier) on the string which contains an encoded public key in PEM format.
put(K, V) - Method in class org.jclouds.collect.InputSupplierMap
 
put(K, V2) - Method in class org.jclouds.collect.TransformingMap
 
put(URI, Payload) - Method in interface org.jclouds.rest.HttpAsyncClient
 
put(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
 
putInvokables(Class<?>, Class<?>, Cache<Invokable<?, ?>, Invokable<?, ?>>) - Static method in class org.jclouds.rest.config.RestModule
 

Q

Queries - Class in org.jclouds.http.utils
 
Queries() - Constructor for class org.jclouds.http.utils.Queries
 
query(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
query(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
queryParameters - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
QueryParams - Annotation Type in org.jclouds.rest.annotations
Designates that a query will be added to the request.
queryParser() - Static method in class org.jclouds.http.utils.Queries
 

R

range(long, long) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
range(long, long) - Method in class org.jclouds.http.options.GetOptions
download the specified range of the object.
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.HexByteListAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.LongDateAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.PropertiesAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
readAndBuild(JsonReader, B) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
ReadAnnotationsAndProperties - Class in org.jclouds.rest.config
 
Redirection - Annotation Type in org.jclouds.http.annotation
Implies that the object can address HttpResponses that contain status code 3xx.
RedirectionRetryHandler - Class in org.jclouds.http.handlers
Handles Retryable responses with error codes in the 3xx range, backing off when redirecting to itself.
RedirectionRetryHandler(BackoffLimitedRetryHandler) - Constructor for class org.jclouds.http.handlers.RedirectionRetryHandler
 
Reflection2 - Class in org.jclouds.reflect
Utilities that allow access to Invokables with owner types.
Reflection2() - Constructor for class org.jclouds.reflect.Reflection2
 
Region - Annotation Type in org.jclouds.location
Related to a Region-scoped resource.
RegionIdFilter - Interface in org.jclouds.location.predicates
Means to constrain regions returned to abstraction calls.
RegionIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.regions
RegionIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdsFromConfiguration
 
RegionIdsFromRegionIdToURIKeySet - Class in org.jclouds.location.suppliers.derived
as opposed to via properties, lets look up regions via api, as they are more likely to change
RegionIdsFromRegionIdToURIKeySet(Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.suppliers.derived.RegionIdsFromRegionIdToURIKeySet
 
regionIdsSupplier(AtomicReference<AuthorizationException>, long, RegionIdFilter, RegionIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
RegionIdsSupplier - Interface in org.jclouds.location.suppliers
 
RegionIdToURIFromConfigurationOrDefaultToProvider - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.region.regionId.endpoint
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull, Supplier<URI>, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdToURIFromConfigurationOrDefaultToProvider
 
regionIdToURISupplier(AtomicReference<AuthorizationException>, long, RegionIdToURISupplier) - Method in class org.jclouds.location.config.LocationModule
 
RegionIdToURISupplier - Interface in org.jclouds.location.suppliers
 
RegionIdToURISupplier.Factory - Interface in org.jclouds.location.suppliers
 
RegionIdToZoneIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.location.region.regionId .zones
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdToZoneIdsFromConfiguration
 
regionIdToZoneIdsSupplier(AtomicReference<AuthorizationException>, long, RegionIdToZoneIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
RegionIdToZoneIdsSupplier - Interface in org.jclouds.location.suppliers
 
RegionToEndpoint - Class in org.jclouds.location.functions
 
RegionToEndpoint(Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.functions.RegionToEndpoint
 
RegionToEndpointOrProviderIfNull - Class in org.jclouds.location.functions
Return a uri corresponding to the name of the region (passed argument).
RegionToEndpointOrProviderIfNull(String, Supplier<URI>, Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.functions.RegionToEndpointOrProviderIfNull
 
RegionToProvider - Class in org.jclouds.location.suppliers.all
 
RegionToProvider(JustProvider, Supplier<Set<String>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.all.RegionToProvider
 
RegionToProviderOrJustProvider - Class in org.jclouds.location.suppliers.all
 
RegionToProviderOrJustProvider(JustProvider, Supplier<Set<String>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.all.RegionToProviderOrJustProvider
 
registerApi(ApiMetadata) - Static method in class org.jclouds.osgi.ApiRegistry
 
registerProvider(ProviderMetadata) - Static method in class org.jclouds.osgi.ProviderRegistry
 
relaxHostname() - Method in class org.jclouds.http.HttpUtils
 
release() - Method in interface org.jclouds.io.Payload
release resources used by this entity.
release() - Method in class org.jclouds.io.payloads.BasePayload
By default there are no resources to release.
release() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
release() - Method in class org.jclouds.io.payloads.InputStreamPayload
if we created the stream, then it is already consumed on close.
release() - Method in class org.jclouds.io.payloads.InputStreamSupplierPayload
if we created the stream, then it is already consumed on close.
release() - Method in class org.jclouds.io.payloads.MultipartForm
 
release() - Method in class org.jclouds.io.payloads.StreamingPayload
By default there are no resources to release.
releaseCandidate - Variable in class org.jclouds.JcloudsVersion
 
releaseCandidateVersion - Variable in class org.jclouds.JcloudsVersion
Non-null iff JcloudsVersion.releaseCandidate is true
releasePayload(HttpMessage) - Static method in class org.jclouds.http.HttpUtils
 
ReleasePayloadAndReturn - Class in org.jclouds.http.functions
 
ReleasePayloadAndReturn() - Constructor for class org.jclouds.http.functions.ReleasePayloadAndReturn
 
remove(Object) - Method in class org.jclouds.collect.InputSupplierMap
 
remove(Object) - Method in class org.jclouds.collect.TransformingMap
 
removeApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Removes the ApiListener
removed(A) - Method in interface org.jclouds.osgi.ApiListener
Method to be called when an api gets removed.
removed(P) - Method in interface org.jclouds.osgi.ProviderListener
Method to be called when a Provider gets removed.
removeHeader(String) - Method in class org.jclouds.http.HttpMessage.Builder
replace all headers that have the same keys as the input multimap
removeProviderListener(ProviderListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Removes the ProviderListener
replaceAll(String, Pattern, String) - Static method in class org.jclouds.util.Strings2
 
replaceAll(String, char, String) - Static method in class org.jclouds.util.Strings2
 
replaceEntries(Multimap<K, V>, Multimap<K, V>) - Static method in class org.jclouds.util.Multimaps2
 
replaceFormParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceFormParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
Replaces the current payload with one that is a urlencoded payload including the following parameters and any formerly set.
replaceHeader(String, String...) - Method in class org.jclouds.http.HttpMessage.Builder
Replace header.
replaceHeader(String, String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
replaceHeaders(Multimap<String, String>) - Method in class org.jclouds.http.HttpMessage.Builder
replace all headers that have the same keys as the input multimap
replacePath(String) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQuery(String, String...) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQuery(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQueryParams(Map<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceTokens(String, Map<String, String>) - Static method in class org.jclouds.util.Strings2
replaces tokens that are expressed as {token}

ex.

replaceTokens(String, Multimap<String, ?>) - Static method in class org.jclouds.util.Strings2
 
replaceValue(Multimap<K, V>, K, V) - Static method in class org.jclouds.util.Multimaps2
 
RequestFilters - Annotation Type in org.jclouds.rest.annotations
Filters that should be applied to the request
RequestSigner - Interface in org.jclouds.rest
 
ResourceMetadata<T extends Enum<T>> - Interface in org.jclouds.domain
Identifies containers, files, etc.
ResourceMetadataBuilder<T extends Enum<T>> - Class in org.jclouds.domain
 
ResourceMetadataBuilder() - Constructor for class org.jclouds.domain.ResourceMetadataBuilder
 
ResourceMetadataImpl<T extends Enum<T>> - Class in org.jclouds.domain.internal
Idpayload of the object
ResourceMetadataImpl(String, String, Location, URI, Map<String, String>) - Constructor for class org.jclouds.domain.internal.ResourceMetadataImpl
 
ResourceNotFoundException - Exception in org.jclouds.rest
Thrown when a resource cannot be located.
ResourceNotFoundException() - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
response - Variable in exception org.jclouds.http.HttpResponseException
 
ResponseParser - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse the HttpResponse
RestAnnotationProcessor - Class in org.jclouds.rest.internal
 
RestApiMetadata - Interface in org.jclouds.rest
 
RestApiMetadata.Builder<T extends RestApiMetadata.Builder<T>> - Interface in org.jclouds.rest
 
RestClientModule<S,A> - Class in org.jclouds.rest.config
 
RestClientModule(Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.rest.config.RestClientModule
Note that this ctor requires that you instantiate w/resolved generic params.
RestClientModule() - Constructor for class org.jclouds.rest.config.RestClientModule
 
RestClientModule(TypeToken<S>, TypeToken<A>) - Constructor for class org.jclouds.rest.config.RestClientModule
 
RestClientModule(TypeToken<S>, TypeToken<A>, Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.rest.config.RestClientModule
only necessary when type params are not resolvable at runtime.
RestContext<S,A> - Interface in org.jclouds.rest
Represents an authenticated context to the cloud.
RestContextImpl<S,A> - Class in org.jclouds.rest.internal
 
RestContextImpl(String, ProviderMetadata, Supplier<Credentials>, Utils, Closer, Injector, TypeLiteral<S>, TypeLiteral<A>) - Constructor for class org.jclouds.rest.internal.RestContextImpl
 
RestModule - Class in org.jclouds.rest.config
 
RestModule() - Constructor for class org.jclouds.rest.config.RestModule
 
RestModule(Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.rest.config.RestModule
 
retry(Predicate<T>, long, long, long, TimeUnit) - Static method in class org.jclouds.util.Predicates2
Retries a predicate until it is met, a timeout occurs, or an exception occurs.
retry(Predicate<T>, long, long, TimeUnit) - Static method in class org.jclouds.util.Predicates2
like Predicates2.retry(Predicate, long, long, long, TimeUnit) where maxPeriod is 10x period
retry(Predicate<T>, long, long, long) - Static method in class org.jclouds.util.Predicates2
like Predicates2.retry(Predicate, long, long, long, TimeUnit) where unit is in milliseconds
retry(Predicate<T>, long) - Static method in class org.jclouds.util.Predicates2
like Predicates2.retry(Predicate, long, long, long, TimeUnit) where unit is in milliseconds, period is 50ms, and maxPeriod 1s.
RetryAfterException - Exception in org.jclouds.rest
This exception is raised when an http endpoint returns with a response telling the caller to make the same request after a certain period of time.
RetryAfterException(String, int) - Constructor for exception org.jclouds.rest.RetryAfterException
Construct an exception instance to happen at a time in the future
RetryAfterException(Throwable, int) - Constructor for exception org.jclouds.rest.RetryAfterException
Construct an exception instance to happen at a time in the future
RetryAfterException(String, Throwable, int) - Constructor for exception org.jclouds.rest.RetryAfterException
Construct an exception instance to happen at a time in the future
retryCountLimit - Variable in class org.jclouds.http.handlers.RedirectionRetryHandler
 
retryHandler - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
ReturnInputStream - Class in org.jclouds.http.functions
Simply returns the InputStream of the response
ReturnInputStream() - Constructor for class org.jclouds.http.functions.ReturnInputStream
 
ReturnStringIf2xx - Class in org.jclouds.http.functions
 
ReturnStringIf2xx() - Constructor for class org.jclouds.http.functions.ReturnStringIf2xx
 
ReturnTrueIf2xx - Class in org.jclouds.http.functions
Simply returns true when the http response code is in the range 200-299.
ReturnTrueIf2xx() - Constructor for class org.jclouds.http.functions.ReturnTrueIf2xx
 
returnValueOnCodeOrNull(Throwable, T, Predicate<Integer>) - Static method in class org.jclouds.http.HttpUtils
 
rfc1123() - Method in interface org.jclouds.date.DateCodecFactory
 
rfc1123() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
RFC1123_DATE_PATTERN - Static variable in interface org.jclouds.io.ContentMetadata
 
rfc1123DateFormat(Date) - Method in interface org.jclouds.date.DateService
 
rfc1123DateFormat() - Method in interface org.jclouds.date.DateService
 
rfc1123DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc1123DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc1123DateParse(String) - Method in interface org.jclouds.date.DateService
 
rfc1123DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc822() - Method in interface org.jclouds.date.DateCodecFactory
 
rfc822() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
rfc822DateFormat(Date) - Method in interface org.jclouds.date.DateService
 
rfc822DateFormat() - Method in interface org.jclouds.date.DateService
 
rfc822DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc822DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc822DateParse(String) - Method in interface org.jclouds.date.DateService
 
rfc822DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
RSADecryptingPayload - Class in org.jclouds.io.payloads
 
RSADecryptingPayload(Payload, Key) - Constructor for class org.jclouds.io.payloads.RSADecryptingPayload
 
RSAEncryptingPayload - Class in org.jclouds.io.payloads
 
RSAEncryptingPayload(Payload, Key) - Constructor for class org.jclouds.io.payloads.RSAEncryptingPayload
 
rsaKeyFactory() - Method in interface org.jclouds.crypto.Crypto
 
rsaKeyFactory() - Method in class org.jclouds.encryption.internal.JCECrypto
 
rsaKeyPairGenerator() - Method in interface org.jclouds.crypto.Crypto
 
rsaKeyPairGenerator() - Method in class org.jclouds.encryption.internal.JCECrypto
 
run() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 

S

SaxParserModule - Class in org.jclouds.http.functions.config
Contains logic for parsing objects from Strings.
SaxParserModule() - Constructor for class org.jclouds.http.functions.config.SaxParserModule
 
SaxUtils - Class in org.jclouds.util
 
SaxUtils() - Constructor for class org.jclouds.util.SaxUtils
 
ScheduledExecutorServiceModule - Class in org.jclouds.concurrent.config
Provides an ScheduledExecutorService to run periodical tasks such as virtual machine monitoring, etc.
ScheduledExecutorServiceModule() - Constructor for class org.jclouds.concurrent.config.ScheduledExecutorServiceModule
 
scheme(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
scope(LocationScope) - Method in class org.jclouds.domain.LocationBuilder
 
searchPropertiesForProviderScopedProperty(Properties, String, String) - Static method in class org.jclouds.ContextBuilder
 
seedKnownSync2AsyncInvokables() - Method in class org.jclouds.rest.config.RestModule
seeds well-known invokables.
SelectJson - Annotation Type in org.jclouds.rest.annotations
Selects a name in a json structure as opposed to parsing from root.
self() - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
self() - Method in class org.jclouds.http.HttpMessage.Builder
 
self() - Method in class org.jclouds.rest.AnonymousRestApiMetadata.Builder
 
self() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
serialize(T, Type, JsonSerializationContext) - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
ServerError - Annotation Type in org.jclouds.http.annotation
Implies that the object can address HttpResponses that contain status code 5xx.
SetAndThrowAuthorizationExceptionSupplier<T> - Class in org.jclouds.rest.suppliers
 
SetAndThrowAuthorizationExceptionSupplier(Supplier<T>, AtomicReference<AuthorizationException>) - Constructor for class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
 
setBindings(Map<Type, Object>) - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
SetCaller - Class in org.jclouds.rest.config
Allows the provider to supply a value set in a threadlocal.
SetCaller() - Constructor for class org.jclouds.rest.config.SetCaller
 
SetCaller.Module - Class in org.jclouds.rest.config
 
SetCaller.Module() - Constructor for class org.jclouds.rest.config.SetCaller.Module
 
setContent(String) - Method in exception org.jclouds.http.HttpResponseException
 
setContentDisposition(String) - Method in interface org.jclouds.io.MutableContentMetadata
Set Content Disposition of the payload

Not all providers may support it

setContentDisposition(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Set Content Disposition of the payload

Not all providers may support it

setContentEncoding(String) - Method in interface org.jclouds.io.MutableContentMetadata
Set Content Encoding of the payload

Not all providers may support it

setContentEncoding(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Set Content Encoding of the payload

Not all providers may support it

setContentLanguage(String) - Method in interface org.jclouds.io.MutableContentMetadata
Set Content Language of the payload

Not all providers may support it

setContentLanguage(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Set Content Language of the payload

Not all providers may support it

setContentLength(Long) - Method in interface org.jclouds.io.MutableContentMetadata
 
setContentLength(Long) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setContentMD5(byte[]) - Method in interface org.jclouds.io.MutableContentMetadata
 
setContentMD5(byte[]) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setContentMetadata(MutableContentMetadata) - Method in interface org.jclouds.io.Payload
 
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.BasePayload
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.DelegatingPayload
 
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.StreamingPayload
 
setContentType(String) - Method in interface org.jclouds.io.MutableContentMetadata
 
setContentType(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setContext(HttpRequest) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable
 
setContext(HttpRequest) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
Deprecated.  
setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
 
setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
 
setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseSax
 
setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
 
setContext(HttpRequest) - Method in interface org.jclouds.rest.InvocationContext
 
setCurrentRequest(HttpRequest) - Method in class org.jclouds.http.HttpCommand
The request associated with this command.
setException(Exception) - Method in class org.jclouds.http.HttpCommand
Used to prevent a command from being re-executed, or having its response parsed.
setExpires(Date) - Method in interface org.jclouds.io.MutableContentMetadata
 
setExpires(Date) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setFactories(Set<TypeAdapterFactory>) - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
setId(String) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setId(String) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setLocation(Location) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setLocation(Location) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setName(String) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setName(String) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setPayload(Payload) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
Sets payload for the request or the content from the response.
setPayload(InputStream) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(byte[]) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(String) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(File) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(Payload) - Method in interface org.jclouds.io.PayloadEnclosing
Sets payload for the request or the content from the response.
setPayload(File) - Method in interface org.jclouds.io.PayloadEnclosing
 
setPayload(byte[]) - Method in interface org.jclouds.io.PayloadEnclosing
 
setPayload(InputStream) - Method in interface org.jclouds.io.PayloadEnclosing
 
setPayload(String) - Method in interface org.jclouds.io.PayloadEnclosing
 
setType(T) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setType(T) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setUri(URI) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setUri(URI) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setUserMetadata(Map<String, String>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setUserMetadata(Map<String, String>) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
shouldAuthenticateSudo() - Method in class org.jclouds.domain.LoginCredentials
secures access to root requires a password.
shouldDoWork() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
shouldRetryRequest(HttpCommand, IOException) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.RedirectionRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in interface org.jclouds.http.HttpRetryHandler
Return true if the command should be retried.
shouldRetryRequest(HttpCommand, IOException) - Method in interface org.jclouds.http.IOExceptionRetryHandler
 
shouldSkipClass(Class<?>) - Method in class org.jclouds.json.config.GsonModule.NoExclusions
 
shouldSkipField(FieldAttributes) - Method in class org.jclouds.json.config.GsonModule.NoExclusions
 
shutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
shutdown(long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
shutdown() - Method in interface org.jclouds.lifecycle.LifeCycle
Requests shutdown of the component.
shutdown(long) - Method in interface org.jclouds.lifecycle.LifeCycle
Requests shutdown, but will only wait @link waitms milliseconds
sign(String) - Method in interface org.jclouds.rest.RequestSigner
 
SignatureWire - Class in org.jclouds.http.internal
 
SignatureWire() - Constructor for class org.jclouds.http.internal.SignatureWire
 
SimpleDateFormatDateService - Class in org.jclouds.date.internal
uses SimpleDateFormat internally.
SimpleDateFormatDateService() - Constructor for class org.jclouds.date.internal.SimpleDateFormatDateService
 
SinceApiVersion - Annotation Type in org.jclouds.rest.annotations
Designates that this resource only exists since a particular ApiVersion.
SingleThreaded - Annotation Type in org.jclouds.concurrent
designates that the object must not exist in an environment that spawns threads.
size() - Method in class org.jclouds.collect.InputSupplierMap
 
size() - Method in class org.jclouds.collect.TransformingMap
 
SkipEncoding - Annotation Type in org.jclouds.rest.annotations
Designates we should not encode the following parameters
skipPathEncoding(Iterable<Character>) - Method in class org.jclouds.http.Uris.UriBuilder
override default of / : ; =
slice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
Returns a Payload that returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes.
slice(Payload, long, long) - Method in interface org.jclouds.io.PayloadSlicer
Returns a Payload that returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes.
snapshot - Variable in class org.jclouds.JcloudsVersion
 
SocketOpen - Interface in org.jclouds.predicates
Tests to see if a socket is open.
SocketOpenUnsupported - Class in org.jclouds.predicates
 
SocketOpenUnsupported() - Constructor for class org.jclouds.predicates.SocketOpenUnsupported
 
SplitConfigurationKey - Class in org.jclouds.location.suppliers.fromconfig
 
SplitConfigurationKey(ValueOfConfigurationKeyOrNull, String, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
SSLModule - Class in org.jclouds.http.config
 
SSLModule() - Constructor for class org.jclouds.http.config.SSLModule
 
SSLModule.LogToMapHostnameVerifier - Class in org.jclouds.http.config
Used to get more information about HTTPS hostname wrong errors.
SSLModule.LogToMapHostnameVerifier() - Constructor for class org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
 
SSLModule.TrustAllCerts - Class in org.jclouds.http.config
Used to trust all certs
SSLModule.TrustAllCerts() - Constructor for class org.jclouds.http.config.SSLModule.TrustAllCerts
 
SSLModule.UntrustedSSLContextSupplier - Class in org.jclouds.http.config
 
start() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
start() - Method in interface org.jclouds.lifecycle.LifeCycle
Asynchronously starts the component
start(BundleContext) - Method in class org.jclouds.osgi.Activator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
start(BundleContext) - Method in class org.jclouds.osgi.MetadataBundleListener
Starts the listener.
startAt(long) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
startAt(long) - Method in class org.jclouds.http.options.GetOptions
download the object offset at start
startsWith(String) - Static method in class org.jclouds.util.Predicates2
Returns a predicate that evaluates to true if the String being tested starts with a prefix.
status - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
statusCode - Variable in class org.jclouds.http.HttpResponse.Builder
 
statusCode(int) - Method in class org.jclouds.http.HttpResponse.Builder
 
statusLock - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
stop(BundleContext) - Method in class org.jclouds.osgi.Activator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
stop(BundleContext) - Method in class org.jclouds.osgi.MetadataBundleListener
Stops the listener.
StreamingPayload - Class in org.jclouds.io.payloads
Note that not all services accept streaming payloads.
StreamingPayload(WriteTo) - Constructor for class org.jclouds.io.payloads.StreamingPayload
 
StreamingPayload(WriteTo, MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.StreamingPayload
 
string() - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
string() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
 
string() - Method in class org.jclouds.http.HttpMessage
 
string() - Method in class org.jclouds.http.HttpRequest
 
string() - Method in class org.jclouds.http.HttpResponse
 
string() - Method in class org.jclouds.internal.BaseView
 
string() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
string() - Method in class org.jclouds.reflect.InvocationSuccess
 
string() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
string() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
StringPayload - Class in org.jclouds.io.payloads
This implementation converts the String to a byte array using UTF-8 encoding.
StringPayload(String) - Constructor for class org.jclouds.io.payloads.StringPayload
 
Strings2 - Class in org.jclouds.util
 
Strings2() - Constructor for class org.jclouds.util.Strings2
 
stringsForResourceInBundle(String, Bundle) - Static method in class org.jclouds.osgi.Bundles
Reads the resource from a Bundle.
submit(HttpCommand) - Method in interface org.jclouds.http.HttpCommandExecutorService
Returns a potentially deferred HttpResponse from a server responding to the command.
submit(HttpCommand) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
submit(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
submits the HttpCommand associated with invocation, parses its response, and applies a fallback if a Throwable is encountered.
subSequence(int, int) - Method in class org.jclouds.domain.JsonBall
 
Suppliers2 - Class in org.jclouds.util
 
Suppliers2() - Constructor for class org.jclouds.util.Suppliers2
 
SupplyKeyMatchingValueOrNull<K,V> - Class in org.jclouds.suppliers
Allows you to lazy discover a key by value.
SupplyKeyMatchingValueOrNull(Supplier<Map<K, Supplier<V>>>, Supplier<V>) - Constructor for class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
 
sync2Async - Variable in class org.jclouds.rest.config.RestModule
 
sync2async(Cache<Invokable<?, ?>, Invokable<?, ?>>) - Method in class org.jclouds.rest.config.RestModule
function view of above
syncClientType - Variable in class org.jclouds.rest.config.RestClientModule
 

T

tail(long) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
tail(long) - Method in class org.jclouds.http.options.GetOptions
download the last count bytes of the object
Throwables2 - Class in org.jclouds.util
General utilities used in jclouds code.
Throwables2() - Constructor for class org.jclouds.util.Throwables2
 
TimeStamp - Annotation Type in org.jclouds.date
Related to a TimeStamp
toBuilder() - Method in interface org.jclouds.apis.ApiMetadata
 
toBuilder() - Method in class org.jclouds.domain.Credentials
 
toBuilder() - Method in class org.jclouds.domain.LoginCredentials
 
toBuilder() - Method in class org.jclouds.http.HttpMessage
 
toBuilder() - Method in class org.jclouds.http.HttpRequest
 
toBuilder() - Method in class org.jclouds.http.HttpResponse
 
toBuilder() - Method in interface org.jclouds.io.ContentMetadata
 
toBuilder() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
toBuilder() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
 
toBuilder() - Method in class org.jclouds.providers.AnonymousProviderMetadata
 
toBuilder() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
toBuilder() - Method in interface org.jclouds.providers.ProviderMetadata
 
toBuilder() - Method in class org.jclouds.rest.AnonymousRestApiMetadata
 
toBuilder() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
toByteArrayOrNull(PayloadEnclosing) - Static method in class org.jclouds.http.HttpUtils
 
toClasses(ImmutableList<Parameter>) - Static method in class org.jclouds.reflect.Reflection2
 
toDate(String) - Method in interface org.jclouds.date.DateCodec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
toHeaders(ContentMetadata) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
toHeaders(ContentMetadata) - Method in interface org.jclouds.io.ContentMetadataCodec
Generates standard HTTP headers for the give metadata.
ToIdAndScope - Enum in org.jclouds.location.functions
 
toInputStream(String) - Static method in class org.jclouds.util.Strings2
 
toJson(Object) - Method in class org.jclouds.json.internal.GsonWrapper
 
toJson(Object, Type) - Method in class org.jclouds.json.internal.GsonWrapper
 
toJson(Object) - Method in interface org.jclouds.json.Json
Serialize the object into json.
toJson(Object, Type) - Method in interface org.jclouds.json.Json
Serialize the generic object into json.
TOKEN_TO_PATTERN - Static variable in class org.jclouds.util.Patterns
 
ToLowerCase - Class in org.jclouds.functions
 
ToLowerCase() - Constructor for class org.jclouds.functions.ToLowerCase
 
toString() - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
toString() - Method in class org.jclouds.ContextBuilder
 
toString(Date) - Method in interface org.jclouds.date.DateCodec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
toString() - Method in class org.jclouds.domain.Credentials
 
toString() - Method in class org.jclouds.domain.internal.LocationImpl
 
toString() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
 
toString() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
 
toString() - Method in class org.jclouds.domain.JsonBall
 
toString() - Method in class org.jclouds.domain.LoginCredentials
 
toString() - Method in enum org.jclouds.functions.IdentityFunction
 
toString() - Method in class org.jclouds.http.HttpCommand
 
toString() - Method in class org.jclouds.http.HttpMessage
 
toString() - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
 
toString() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
toString() - Method in class org.jclouds.http.options.GetOptions
 
toString() - Method in class org.jclouds.http.Uris.UriBuilder
returns template expression without url encoding
toString() - Method in class org.jclouds.internal.BaseView
 
toString() - Method in class org.jclouds.internal.ContextImpl
toString() - Method in class org.jclouds.io.ContentMetadataBuilder
 
toString() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
toString() - Method in class org.jclouds.io.payloads.BasePayload
 
toString() - Method in class org.jclouds.io.payloads.StreamingPayload
 
toString() - Method in class org.jclouds.JcloudsVersion
 
toString() - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
toString() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter
 
toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter
 
toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter
 
toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
 
toString(L) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
toString() - Method in enum org.jclouds.location.functions.ToIdAndScope
 
toString() - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
 
toString() - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
 
toString() - Method in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
toString() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
toString() - Method in class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
toString() - Method in class org.jclouds.providers.ProviderPredicates.TransformableTo
toString() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
toString() - Method in class org.jclouds.reflect.Invocation
 
toString() - Method in class org.jclouds.reflect.InvocationSuccess
 
toString() - Method in class org.jclouds.rest.internal.DelegatesToInvocationFunction
 
toString() - Method in class org.jclouds.rest.internal.InvokeAndCallGetOnFutures
 
toString() - Method in class org.jclouds.rest.internal.InvokeHttpMethod
 
toString() - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
toString() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
toString() - Method in class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
 
toString() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
toString() - Method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
 
toString(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.util.Strings2
 
toStringAndClose(InputStream) - Static method in class org.jclouds.util.Strings2
 
toXML(Object) - Method in class org.jclouds.xml.internal.JAXBParser
 
toXML(Object, Class<T>) - Method in class org.jclouds.xml.internal.JAXBParser
 
toXML(Object) - Method in interface org.jclouds.xml.XMLParser
Serialize the object into xml.
toXML(Object, Class<T>) - Method in interface org.jclouds.xml.XMLParser
Serialize the object into xml, as the declared type.
trace(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
trace(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
trace(String, Object...) - Method in interface org.jclouds.logging.Logger
 
trace(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
Transform - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse the first result of the HttpResponse
TransformerForRequest - Class in org.jclouds.rest.internal
 
TransformingMap<K,V1,V2> - Class in org.jclouds.collect
A map that transforms values on the way in and out.
TransformingMap(Map<K, V1>, Function<? super V1, V2>, Function<? super V2, V1>) - Constructor for class org.jclouds.collect.TransformingMap
 
transformKeys(Map<K1, V>, Function<K1, K2>) - Static method in class org.jclouds.util.Maps2
change the keys but keep the values in-tact.
transformKeys(Multimap<K1, V>, Function<K1, K2>) - Static method in class org.jclouds.util.Multimaps2
change the keys but keep the values in-tact.
transformParallel(Iterable<F>, Function<? super F, ListenableFuture<? extends T>>, ListeningExecutorService, Long, Logger, String) - Static method in class org.jclouds.concurrent.FutureIterables
 
transformParallel(Iterable<F>, Function<? super F, ListenableFuture<? extends T>>, ListeningExecutorService, Long, Logger, String, BackoffLimitedRetryHandler, int) - Static method in class org.jclouds.concurrent.FutureIterables
 
TransformParallelException - Exception in org.jclouds.concurrent
A failure occurred while concurrently operating on an Iterable
TransformParallelException(Map<?, Future<?>>, Map<?, Exception>, String) - Constructor for exception org.jclouds.concurrent.TransformParallelException
 
translateName(Field) - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationFieldNamingStrategy
 
translateName(Field) - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationOrNameFieldNamingStrategy
 
trimToMillis(String) - Static method in class org.jclouds.date.internal.DateUtils
 
trimTZ(String) - Static method in class org.jclouds.date.internal.DateUtils
 
trustAllCerts() - Method in class org.jclouds.http.HttpUtils
 
tryCreateRetryAfterException(Throwable, String) - Method in class org.jclouds.fallbacks.HeaderToRetryAfterException
returns a RetryAfterException if parameter retryAfter corresponds to known formats.
tryFindHttpMethod(Invokable<?, ?>) - Static method in class org.jclouds.http.HttpUtils
 
type - Variable in class org.jclouds.http.functions.ParseJson
 
type - Variable in class org.jclouds.http.functions.ParseXMLWithJAXB
 
typeToken(Type) - Static method in class org.jclouds.reflect.Reflection2
gets a TypeToken for the given type.
typeToken(Class<T>) - Static method in class org.jclouds.reflect.Reflection2
gets a TypeToken for the given class.

U

unRegisterApi(ApiMetadata) - Static method in class org.jclouds.osgi.ApiRegistry
 
unregisterProvider(ProviderMetadata) - Static method in class org.jclouds.osgi.ProviderRegistry
 
unwrap(TypeToken<C>) - Method in class org.jclouds.internal.BaseView
 
unwrap() - Method in class org.jclouds.internal.BaseView
 
Unwrap - Annotation Type in org.jclouds.rest.annotations
Unwraps the only value in a nested json response ex.
unwrap(TypeToken<C>) - Method in interface org.jclouds.View
Return an object of the specified type to allow access to the backend context.
unwrap() - Method in interface org.jclouds.View
shortcut for unwrap(getWrappedType())
unwrapIfOptional(TypeToken<?>) - Static method in class org.jclouds.util.Optionals2
 
UnwrapOnlyJsonValue<T> - Class in org.jclouds.http.functions
 
UnwrapOnlyJsonValueInSet<T> - Class in org.jclouds.http.functions
 
UpdateProviderMetadataFromProperties - Class in org.jclouds.providers.internal
Updates ProviderMetadata carrying over the input Properties, filtering out those which are typed fields in ProviderMetadata or ApiMetadata
UpdateProviderMetadataFromProperties(ProviderMetadata) - Constructor for class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
 
UpdateProviderMetadataFromProperties(ApiMetadata) - Constructor for class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
 
UpdateProviderMetadataFromProperties(ApiMetadata, Optional<ProviderMetadata>) - Constructor for class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
 
uri - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
uri(URI) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
URI_SUPPLIER_TYPE - Static variable in class org.jclouds.rest.config.RestModule
 
uriBuilder(CharSequence) - Static method in class org.jclouds.http.Uris
 
uriBuilder(URI) - Static method in class org.jclouds.http.Uris
 
URIFromStringSupplier - Class in org.jclouds.rest.suppliers
 
URIFromStringSupplier(String) - Constructor for class org.jclouds.rest.suppliers.URIFromStringSupplier
 
Uris - Class in org.jclouds.http
Functions on Strings and URIs.
Uris() - Constructor for class org.jclouds.http.Uris
 
Uris.UriBuilder - Class in org.jclouds.http
Mutable URI builder that can be in level 1 RFC6570 template form.
UriTemplates - Class in org.jclouds.http
 
UriTemplates() - Constructor for class org.jclouds.http.UriTemplates
 
urlDecode(Object) - Static method in class org.jclouds.util.Strings2
url decodes the input param, if set.
urlEncode(String, char...) - Static method in class org.jclouds.util.Strings2
Web browsers do not always handle '+' characters well, use the well-supported '%20' instead.
urlEncode(String, Iterable<Character>) - Static method in class org.jclouds.util.Strings2
 
UrlEncodedFormPayload - Class in org.jclouds.io.payloads
 
UrlEncodedFormPayload(Multimap<String, String>) - Constructor for class org.jclouds.io.payloads.UrlEncodedFormPayload
 
user(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
userExecutor - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
userExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
userExecutor() - Method in interface org.jclouds.rest.Utils
#see #getUserExecutor
userMetadata - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
userMetadata(Map<String, String>) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
useSystem() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
 
useSystem() - Method in interface org.jclouds.proxy.ProxyConfig
 
utils() - Method in interface org.jclouds.Context
 
utils - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
utils() - Method in class org.jclouds.internal.ContextImpl
 
Utils - Interface in org.jclouds.rest
 
UtilsImpl - Class in org.jclouds.rest.internal
 
UtilsImpl(Injector, Json, XMLParser, HttpClient, HttpAsyncClient, Crypto, DateService, ListeningExecutorService, ListeningExecutorService, EventBus, Map<String, Credentials>, Logger.LoggerFactory) - Constructor for class org.jclouds.rest.internal.UtilsImpl
 

V

validate(T) - Method in class org.jclouds.predicates.Validator
Validates the parameter
validate(String) - Method in class org.jclouds.predicates.validators.AllLowerCaseValidator
 
validate(String) - Method in class org.jclouds.predicates.validators.DnsNameValidator
 
validateMethodParametersOrThrow(Invocation) - Method in class org.jclouds.rest.InputParamValidator
Validates that method parameters are correct, according to ParamValidators.
Validator<T> - Class in org.jclouds.predicates
Abstract class that creates a bridge between Predicate and ParamValidatorss.
Validator() - Constructor for class org.jclouds.predicates.Validator
 
valOnNotFoundOr404(T, Throwable) - Static method in class org.jclouds.Fallbacks
 
valueAdapter - Variable in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
valueOf(String) - Static method in enum org.jclouds.domain.LocationScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.functions.IdentityFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.lifecycle.LifeCycle.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.location.functions.ToIdAndScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.providers.Providers.IdFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
Returns the enum constant of this type with the specified name.
ValueOfConfigurationKeyOrNull - Class in org.jclouds.config
 
values() - Static method in enum org.jclouds.domain.LocationScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.functions.IdentityFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.lifecycle.LifeCycle.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.location.functions.ToIdAndScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.providers.Providers.IdFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
 
version(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
version(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
view(Class<? extends View>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
view(TypeToken<? extends View>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
view(Class<? extends View>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
view(TypeToken<? extends View>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
View - Interface in org.jclouds
View allows access to the provider-specific, or library-driven api behind an abstraction.
viewableAs(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis who's contexts are transformable to the parameter
viewableAs(TypeToken<? extends View>) - Static method in class org.jclouds.apis.Apis
Returns all apis who's contexts are assignable from the parameter
viewableAs(Class<? extends View>) - Static method in class org.jclouds.apis.Apis
 
viewableAs(TypeToken<? extends View>) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with an context transformable to the given type.
viewableAs(TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
Returns the providers that are of the provided viewableAs.
viewableAs(Class<? extends View>) - Static method in class org.jclouds.providers.Providers
 
views(Set<TypeToken<? extends View>>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
views(Set<TypeToken<? extends View>>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
VirtualHost - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource expects virtual host style requests

W

warn(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
warn(Throwable, String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
warn(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
warn(Throwable, String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
warn(String, Object...) - Method in interface org.jclouds.logging.Logger
 
warn(Throwable, String, Object...) - Method in interface org.jclouds.logging.Logger
 
warn(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
warn(Throwable, String, Object...) - Method in class org.jclouds.logging.NullLogger
 
wire - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
Wire - Class in org.jclouds.logging.internal
Logs data to the wire LOG, similar to org.apache.HttpWire.impl.conn.Wire
Wire() - Constructor for class org.jclouds.logging.internal.Wire
 
wirePayloadIfEnabled(Wire, HttpMessage) - Static method in class org.jclouds.http.HttpUtils
 
withId(String) - Static method in class org.jclouds.apis.Apis
Returns the first api with the provided id
withId(String) - Static method in class org.jclouds.providers.Providers
Returns the first provider with the provided id
withoutKey(Multimap<K, V>, K) - Static method in class org.jclouds.util.Multimaps2
 
withoutKeys(Multimap<K, V>, Set<K>) - Static method in class org.jclouds.util.Multimaps2
 
WithSubmissionTrace - Class in org.jclouds.concurrent.config
 
wrap(ListeningExecutorService) - Static method in class org.jclouds.concurrent.config.WithSubmissionTrace
 
wrap(ListeningScheduledExecutorService) - Static method in class org.jclouds.concurrent.config.WithSubmissionTrace
 
WrapWith - Annotation Type in org.jclouds.rest.annotations
Wraps the payload in json nested one level deep, relating to the value parameter.
write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
 
write(JsonWriter, byte[]) - Method in class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
 
write(JsonWriter, List<Byte>) - Method in class org.jclouds.json.config.GsonModule.HexByteListAdapter
 
write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.LongDateAdapter
 
write(JsonWriter, Properties) - Method in class org.jclouds.json.config.GsonModule.PropertiesAdapter
 
write(JsonWriter, Collection<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory.CollectionTypeAdapter
 
write(JsonWriter, FluentIterable<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory.FluentIterableTypeAdapter
 
write(JsonWriter, Iterable<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory.IterableTypeAdapter
 
write(JsonWriter, Map<K, V>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory.MapTypeAdapter
 
write(JsonWriter, Multimap<K, V>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory.MultimapTypeAdapter
 
write(JsonWriter, Set<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory.SetTypeAdapter
 
write(char[], int, int) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
write(String) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
write(JsonWriter, L) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
writeNothing(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.BaseCipherPayload
 
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.BasePayload
Writes the payload content to the output stream.
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.DelegatingPayload
Writes the payload content to the output stream.
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.PhantomPayload
 
writeTo - Variable in class org.jclouds.io.payloads.StreamingPayload
 
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.StreamingPayload
Writes the payload content to the output stream.
WriteTo - Interface in org.jclouds.io
 
writeTo(OutputStream) - Method in interface org.jclouds.io.WriteTo
Writes the payload content to the output stream.
written - Variable in class org.jclouds.io.payloads.BasePayload
 
written - Variable in class org.jclouds.io.payloads.StreamingPayload
 

X

x509Certificate(InputSupplier<? extends InputStream>, CertificateFactory) - Static method in class org.jclouds.crypto.Pems
Returns the X509EncodedKeySpec that is pem encoded in the supplier.
x509Certificate(String) - Static method in class org.jclouds.crypto.Pems
Executes Pems.x509Certificate(InputSupplier, CertificateFactory) on the string which contains an X.509 certificate in PEM format.
xml - Variable in class org.jclouds.http.functions.ParseXMLWithJAXB
 
xml() - Method in class org.jclouds.rest.internal.UtilsImpl
 
xml() - Method in interface org.jclouds.rest.Utils
#see #getXml
xmlParser - Variable in class org.jclouds.rest.binders.BindToXMLPayload
 
XMLParser - Interface in org.jclouds.xml
Parses XML documents.
XMLResponseParser - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse XML in a HttpResponse

Z

Zone - Annotation Type in org.jclouds.location
Related to a Zone-scoped resource.
ZoneIdFilter - Interface in org.jclouds.location.predicates
Means to constrain zones returned to abstraction calls.
ZoneIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.zones
ZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.ZoneIdsFromConfiguration
 
ZoneIdsFromRegionIdToZoneIdsValues - Class in org.jclouds.location.suppliers.derived
as opposed to via properties, lets look up zones via api, as they are more likely to change
ZoneIdsFromRegionIdToZoneIdsValues(Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.derived.ZoneIdsFromRegionIdToZoneIdsValues
 
ZoneIdsFromZoneIdToURIKeySet - Class in org.jclouds.location.suppliers.derived
as opposed to via properties, lets look up zones via api, as they are more likely to change
ZoneIdsFromZoneIdToURIKeySet(Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.suppliers.derived.ZoneIdsFromZoneIdToURIKeySet
 
zoneIdsSupplier(AtomicReference<AuthorizationException>, long, ZoneIdFilter, ZoneIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
ZoneIdsSupplier - Interface in org.jclouds.location.suppliers
 
ZoneIdToURIFromConfigurationOrDefaultToProvider - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.zone.zoneId.endpoint
ZoneIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull, Supplier<URI>, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.ZoneIdToURIFromConfigurationOrDefaultToProvider
 
ZoneIdToURIFromJoinOnRegionIdToURI - Class in org.jclouds.location.suppliers.derived
 
ZoneIdToURIFromJoinOnRegionIdToURI(Supplier<Map<String, Supplier<URI>>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.derived.ZoneIdToURIFromJoinOnRegionIdToURI
 
zoneIdToURISupplier(AtomicReference<AuthorizationException>, long, ZoneIdToURISupplier) - Method in class org.jclouds.location.config.LocationModule
 
ZoneIdToURISupplier - Interface in org.jclouds.location.suppliers
 
ZoneIdToURISupplier.Factory - Interface in org.jclouds.location.suppliers
 
ZoneToEndpoint - Class in org.jclouds.location.functions
 
ZoneToEndpoint(Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.functions.ZoneToEndpoint
 
ZoneToProvider - Class in org.jclouds.location.suppliers.all
 
ZoneToRegionToProviderOrJustProvider - Class in org.jclouds.location.suppliers.all
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z

Copyright © 2009-2013 jclouds. All Rights Reserved.