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
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbsentOn403Or404Or500() - Constructor for class org.jclouds.Fallbacks.AbsentOn403Or404Or500
- Activator - Class in org.jclouds.osgi
- Activator() - Constructor for class org.jclouds.osgi.Activator
- ACTIVE - org.jclouds.lifecycle.LifeCycle.Status
-
The component is active / processing I/O events.
- addApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
-
Adds a
ApiListenerand notifies it of existingApiMetadata. - 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
ProviderListenerand notifies it of existingProviderMetadata. - addQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
- addQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
- addQuery(String, 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.alphaistrue - 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
- AnnotatedHttpApiProvider<A> - Class in org.jclouds.rest.config
- AnnotationBasedNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
- AnnotationConstructorNamingStrategy(Collection<? extends Class<? extends Annotation>>, Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationConstructorNamingStrategy
- AnnotationFieldNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationFieldNamingStrategy
- AnnotationOrNameFieldNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor<?>>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationOrNameFieldNamingStrategy
- 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
- AnonymousHttpApiMetadata<A> - Class in org.jclouds.rest
-
Useful in creating arbitrary http apis.
- 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
- 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 - Variable in class org.jclouds.rest.config.HttpApiModule
- api - Variable in class org.jclouds.rest.internal.BaseHttpApiMetadata
- api - Variable in class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
- api(Class<A>) - Method in interface org.jclouds.rest.HttpApiMetadata.Builder
- api(Class<A>) - Method in class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
- Api - Annotation Type in org.jclouds.rest.annotations
-
Designates that this Resource qualifies an object to an api.
- ApiContext<A> - Interface in org.jclouds.rest
-
Represents an authenticated context to the cloud.
- ApiContextImpl<A> - Class in org.jclouds.rest.internal
- ApiContextImpl(String, ProviderMetadata, Supplier<Credentials>, Utils, Closer, Injector, TypeLiteral<A>) - Constructor for class org.jclouds.rest.internal.ApiContextImpl
- ApiListener - Interface in org.jclouds.osgi
-
A listener interface for
ApiMetadata. - 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 - Interface in org.jclouds.apis
-
The ApiMetadata interface allows jclouds to provide a plugin framework for gathering cloud api metadata.
- 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
- ApiMetadataFunction() - Constructor for class org.jclouds.providers.Providers.ApiMetadataFunction
- 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.
- ApiVersionOverride - Annotation Type in org.jclouds.rest.annotations
-
Deprecated.
- appendPath(String) - Method in class org.jclouds.http.Uris.UriBuilder
- apply(Predicate<String>) - Method in class org.jclouds.internal.FilterStringsBoundToInjectorByName
- apply(ByteSource) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonByteSource
- apply(HostAndPort) - Method in class org.jclouds.predicates.InetSocketAddressConnect
- apply(HostAndPort) - Method in class org.jclouds.predicates.SocketOpenUnsupported
- apply(InputStream) - Method in class org.jclouds.http.functions.ParseJson
- apply(InputStream) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
- apply(InputStream, Class<V>) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
- apply(InputStream, Type) - Method in class org.jclouds.http.functions.ParseJson
- apply(Annotation) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
- apply(Iterable<T>) - Method in class org.jclouds.functions.OnlyElementOrNull
- apply(Object) - Method in enum org.jclouds.functions.IdentityFunction
- apply(Object) - Method in class org.jclouds.functions.JoinOnComma
- apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpoint
- apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpointOrProviderIfNull
- apply(Object) - Method in class org.jclouds.location.functions.ZoneToEndpoint
- apply(Object) - Method in class org.jclouds.rest.annotations.EndpointParam.ReturnSame
- apply(String) - Method in class org.jclouds.config.ValueOfConfigurationKeyOrNull
- apply(String) - Method in class org.jclouds.functions.ToLowerCase
- apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
- apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
- apply(String) - Method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
- apply(URI) - Method in class org.jclouds.proxy.ProxyForURI
- apply(Properties) - Method in class org.jclouds.functions.ExpandProperties
- apply(Properties) - Method in class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
- apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable
- apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
-
Deprecated.
- apply(Credentials) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsToJsonByteSource
- apply(Location) - Method in enum org.jclouds.location.functions.ToIdAndScope
- apply(HttpRequest) - Method in class org.jclouds.rest.internal.TransformerForRequest
- 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(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(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.ReturnTrueIf201
- 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(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(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
- apply(Invocation) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
- apply(InvocationSuccess) - Method in class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
- apply(InvocationSuccess) - Method in class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
- apply(T) - Method in class org.jclouds.predicates.Validator
- Arg0ToPagedIterable<T,I extends Arg0ToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
-
Used to propagate
arg0during an advance in aPagedIterable. - 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
arg0to a callee during an advance in aPagedIterable. - ArgsToPagedIterable<T,I extends ArgsToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
-
Used to propagate the invoked method arguments during an advance in a
PagedIterable. - ArgsToPagedIterable() - Constructor for class org.jclouds.collect.internal.ArgsToPagedIterable
- ArgsToPagedIterable.FromCaller<T,I extends ArgsToPagedIterable.FromCaller<T,I>> - Class in org.jclouds.collect.internal
-
Sometimes the arguments in the invoked method do not provide enough information to fetch the next page of the result set.
- asByteProcessor(Mac) - Static method in class org.jclouds.crypto.Macs
-
Computes and returns the MAC value for a supplied input stream.
- asctime() - Method in interface org.jclouds.date.DateCodecFactory
- asctime() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
- AsyncBus - Annotation Type in org.jclouds.events.config.annotations
-
Used to configure
EventBusinjection, providing a flexible way to inject theAsyncEventBus. - 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) - 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
- AVAILABLE - org.jclouds.lifecycle.Closer.State
- 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
ApiMetadatato be extended by those implementing ApiMetadata. - 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(BaseApiMetadata.Builder<?>) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
- BaseApiMetadata.Builder<T extends BaseApiMetadata.Builder<T>> - Class in org.jclouds.apis.internal
- BaseCipherPayload - Class in org.jclouds.io.payloads
- BaseCipherPayload(Crypto, Payload, Key) - Constructor for class org.jclouds.io.payloads.BaseCipherPayload
- BaseHttpApiMetadata<A> - Class in org.jclouds.rest.internal
-
Useful in creating http apis.
- BaseHttpApiMetadata(BaseHttpApiMetadata.Builder<A, ?>) - Constructor for class org.jclouds.rest.internal.BaseHttpApiMetadata
- BaseHttpApiMetadata.Builder<A,T extends BaseHttpApiMetadata.Builder<A,T>> - Class in org.jclouds.rest.internal
- BaseHttpCommandExecutorService<Q> - Class in org.jclouds.http.internal
- BaseHttpCommandExecutorService(HttpUtils, ContentMetadataCodec, DelegatingRetryHandler, IOExceptionRetryHandler, DelegatingErrorHandler, HttpWire, String) - Constructor for class org.jclouds.http.internal.BaseHttpCommandExecutorService
- 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
-
Deprecated.
- BaseImmutableContentMetadata(String, 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
ProviderMetadatato be extended by those implementing ProviderMetadata. - BaseProviderMetadata(String, String, ApiMetadata, String, Properties, Optional<URI>, Optional<URI>, Set<String>, Set<String>) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
- BaseProviderMetadata(BaseProviderMetadata.Builder) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
- BaseProviderMetadata.Builder - Class in org.jclouds.providers.internal
- 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.betaistrue - BindApiContextWithWildcardExtendsExplicitAndRawType - Class in org.jclouds.config
-
Allows you to lookup the
ApiMetadata.getContext()asApiContext,ApiContext<Api>, andApiContext<?>. - BindApiContextWithWildcardExtendsExplicitAndRawType(HttpApiMetadata<?>) - Constructor for class org.jclouds.config.BindApiContextWithWildcardExtendsExplicitAndRawType
- BindAsHostPrefix - Class in org.jclouds.rest.binders
- BindAsHostPrefix() - Constructor for class org.jclouds.rest.binders.BindAsHostPrefix
- 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.HttpApiModule
-
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, String, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
- BindException(HttpRequest, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
- bindHttpApi(Binder, Class<A>) - Static method in class org.jclouds.rest.config.BinderUtils
-
adds an explicit binding for
asyncby parsing its annotations. - BindLoggersAnnotatedWithResource - Class in org.jclouds.logging.config
- 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
- BindProviderMetadataContextAndCredentials - Class in org.jclouds.providers.config
-
Binds data inside
ProviderMetadatato types with scopes qualified with annotations in theorg.jclouds.locationandorg.jclouds.rest.annotationspackages. - BindProviderMetadataContextAndCredentials(ProviderMetadata, Supplier<Credentials>) - Constructor for class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
- bindRetryHandlers() - Method in class org.jclouds.rest.config.HttpApiModule
-
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, Object) - Method in class org.jclouds.rest.binders.BindMapToStringPayload
- bindToRequest(R, Object) - Method in class org.jclouds.rest.binders.BindToJsonPayload
- bindToRequest(R, 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 class org.jclouds.rest.binders.BindMapToStringPayload
- bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindToJsonPayload
- bindToRequest(R, Map<String, Object>) - Method in class org.jclouds.rest.binders.BindToJsonPayloadWrappedWith
- 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() - 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() - 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.internal.GeneratedHttpRequest.Builder
- build(TypeToken<C>) - Method in class org.jclouds.ContextBuilder
-
this will build the
contextsupported by the current ApiMetadata. - build(Class<V>) - Method in class org.jclouds.ContextBuilder
- build(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
- build(Map<String, ?>, boolean) - Method in class org.jclouds.http.Uris.UriBuilder
- buildApi(TypeToken<A>) - Method in class org.jclouds.ContextBuilder
-
like
ContextBuilder.buildApi(Class)but permits a type-token for convenience. - buildApi(Class<A>) - Method in class org.jclouds.ContextBuilder
-
This will return the top-level interface for the api or provider.
- buildCredentialsSupplier(Properties) - Method in class org.jclouds.ContextBuilder
- 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
- builder(Credentials) - Static method in class org.jclouds.domain.LoginCredentials
- Builder() - Constructor for class org.jclouds.apis.internal.BaseApiMetadata.Builder
- Builder() - Constructor for class org.jclouds.domain.Credentials.Builder
- Builder() - Constructor for class org.jclouds.domain.LoginCredentials.Builder
- Builder() - Constructor for class org.jclouds.http.HttpMessage.Builder
- Builder() - Constructor for class org.jclouds.http.HttpRequest.Builder
- Builder() - Constructor for class org.jclouds.http.HttpResponse.Builder
- Builder() - Constructor for class org.jclouds.http.options.GetOptions.Builder
- Builder() - Constructor for class org.jclouds.io.payloads.Part.PartOptions.Builder
- Builder() - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- Builder() - Constructor for class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
-
Note that this ctor requires that you instantiate w/resolved generic params.
- Builder() - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
- Builder(Class<A>) - Constructor for class org.jclouds.rest.internal.BaseHttpApiMetadata.Builder
- Builder(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata.Builder
- 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 - Variable in class org.jclouds.ContextBuilder
- buildVersion(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
- buildVersion(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- 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(TypeToken<V>) - Method in class org.jclouds.ContextBuilder
-
this will build any
viewsupported by the ApiMetadata. - buildView(Class<V>) - Method in class org.jclouds.ContextBuilder
- bundleChanged(BundleEvent) - Method in class org.jclouds.osgi.MetadataBundleListener
- Bundles - Class in org.jclouds.osgi
-
Utility functions helpful in working with
bundles. - ByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteArrayAdapter
- 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
- ByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteListAdapter
- ByteSourcePayload - Class in org.jclouds.io.payloads
-
A repeatable, ByteSource-backed Payload.
- ByteSourcePayload(ByteSource) - Constructor for class org.jclouds.io.payloads.ByteSourcePayload
- ByteSources - Class in org.jclouds.io
-
functions related to or replacing those in
ByteSource - ByteSources() - Constructor for class org.jclouds.io.ByteSources
- ByteStreams2 - Class in org.jclouds.io
- ByteStreams2() - Constructor for class org.jclouds.io.ByteStreams2
C
- cacheControl - Variable in class org.jclouds.io.ContentMetadataBuilder
- cacheControl - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- cacheControl(String) - Method in class org.jclouds.io.ContentMetadataBuilder
- 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.
- CDateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.CDateAdapter
- cDateFormat() - Method in interface org.jclouds.date.DateService
- cDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
- cDateFormat(Date) - Method in interface org.jclouds.date.DateService
- cDateFormat(Date) - 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
- checkBound(TypeToken<T>) - Static method in class org.jclouds.reflect.Types2
-
Helpful when you are capturing the type inside a constructor.
- 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(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- cleanup(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- 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.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
- close() - Method in class org.jclouds.lifecycle.Closer
- Closeables2 - Class in org.jclouds.util
-
Alternative to
Closeables, which allows jclouds to avoid guava incompatibility on said class. - 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
- closeQuietly(Closeable) - Static method in class org.jclouds.util.Closeables2
-
Closes the closable, swallowing any IOException.
- 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
- Closer.State - Enum in org.jclouds.lifecycle
- CollectionTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory
- 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(Object) - Method in class org.jclouds.http.utils.QueryValue
- compareTo(String) - Method in class org.jclouds.domain.JsonBall
- compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
- 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.BindApiContextWithWildcardExtendsExplicitAndRawType
- configure() - Method in class org.jclouds.config.BindNameToContext
- configure() - Method in class org.jclouds.events.config.EventBusModule
-
Configures the
EventBusto be singleton and enables theAsyncBusannotation. - 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.HttpApiModule
- configure() - Method in class org.jclouds.rest.config.RestModule
- configure() - Method in class org.jclouds.rest.config.SetCaller.Module
- configureRequestHeaders(HttpURLConnection, HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
Configure the HTTP request headers in the connection.
- 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 - ConfiguresHttpApi - Annotation Type in org.jclouds.rest
-
designates the module configures a top-level api which is annotated with http methods.
- ConfiguresHttpCommandExecutorService - Annotation Type in org.jclouds.http.config
-
designates the the module configures a
HttpCommandExecutorService - ConnectionCloseHeader - Class in org.jclouds.http.filters
- ConnectionCloseHeader() - Constructor for class org.jclouds.http.filters.ConnectionCloseHeader
- console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- console(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- console(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- CONSOLE - Static variable in interface org.jclouds.logging.Logger
-
Assign to member to avoid NPE when no logging module is configured.
- ConsoleLogger - Class in org.jclouds.logging
-
Logger that logs to the console
- 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 - Class in org.jclouds
-
Constants used in jclouds services.
- constructor(Class<T>, Class<?>...) - Static method in class org.jclouds.reflect.Reflection2
-
returns an
Invokableobject that reflects a constructor present in theTypeTokentype. - constructors(TypeToken<T>) - Static method in class org.jclouds.reflect.Reflection2
-
return all constructors or static factory methods present in the class as
Invokables. - contains404(Throwable) - Static method in class org.jclouds.http.HttpUtils
- 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 - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- contentDisposition(String) - Method in class org.jclouds.io.ContentMetadataBuilder
- contentEncoding - Variable in class org.jclouds.io.ContentMetadataBuilder
- contentEncoding - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- contentEncoding(String) - Method in class org.jclouds.io.ContentMetadataBuilder
- contentLanguage - Variable in class org.jclouds.io.ContentMetadataBuilder
- contentLanguage - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- contentLanguage(String) - Method in class org.jclouds.io.ContentMetadataBuilder
- contentLength - Variable in class org.jclouds.io.ContentMetadataBuilder
- contentLength - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- contentLength(Long) - Method in class org.jclouds.io.ContentMetadataBuilder
- contentMD5 - Variable in class org.jclouds.io.ContentMetadataBuilder
- contentMD5 - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- contentMD5(byte[]) - Method in class org.jclouds.io.ContentMetadataBuilder
-
Deprecated.use
ContentMetadataBuilder.contentMD5(HashCode)instead. - contentMD5(HashCode) - Method in class org.jclouds.io.ContentMetadataBuilder
- contentMetadata - Variable in class org.jclouds.io.payloads.BasePayload
- ContentMetadata - Interface in org.jclouds.io
- 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.
- contentType - Variable in class org.jclouds.io.ContentMetadataBuilder
- contentType - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- contentType() - Method in annotation type org.jclouds.rest.annotations.PartParam
- contentType(String) - Method in class org.jclouds.io.ContentMetadataBuilder
- 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.
- ContextAssignableFrom(TypeToken<? extends Context>) - Constructor for class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
- ContextBuilder - Class in org.jclouds
-
Creates
ContextorInjectorconfigured to an api and endpoint. - ContextBuilder(ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
- ContextBuilder(ProviderMetadata) - Constructor for class org.jclouds.ContextBuilder
- ContextBuilder(ProviderMetadata, 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
- ContextLinking - Class in org.jclouds.config
- ContextLinking() - Constructor for class org.jclouds.config.ContextLinking
- contextToken(TypeToken<A>) - Static method in class org.jclouds.rest.internal.BaseHttpApiMetadata
- convert(HttpRequest) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- convert(HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- copy(InputStream, OutputStream, int) - Static method in class org.jclouds.io.ByteStreams2
- copy(String, InputStream) - Method in class org.jclouds.logging.internal.Wire
- copy(ContentMetadata, MutableContentMetadata) - Static method in class org.jclouds.http.HttpUtils
- copyMetadataAndSetLength(Payload, Payload, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- count(int) - Method in class org.jclouds.util.PasswordGenerator.Config
- create() - Static method in class org.jclouds.io.ContentMetadataBuilder
- create(Supplier<FluentIterable<E>>) - Static method in class org.jclouds.collect.AdvanceUntilEmptyIterable
- create(Ticker, DateCodec) - Static method in class org.jclouds.fallbacks.HeaderToRetryAfterException
- create(Invokable<?, ?>) - Static method in class org.jclouds.reflect.Invocation
-
invocation without arguments.
- create(Invokable<?, ?>, List<Object>) - Static method in class org.jclouds.reflect.Invocation
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory
- create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableListTypeAdapterFactory
- 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(String) - Method in interface org.jclouds.rest.binders.BindToJsonPayloadWrappedWith.Factory
- 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(AtomicReference<AuthorizationException>, Supplier<T>, long, TimeUnit) - Static method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
- create(AtomicReference<AuthorizationException>, Supplier<T>, long, TimeUnit, ValueLoadedCallback<T>) - Static method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
-
Creates a memoized supplier that calls the given callback each time values are loaded.
- create(ParseSax.HandlerWithResult<T>) - Method in interface org.jclouds.http.functions.ParseSax.Factory
- create(Invocation, Object) - Static method in class org.jclouds.reflect.InvocationSuccess
- 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
Fallbackimplementation 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.HeaderToRetryAfterException
- createOrPropagate(Throwable) - Method in class org.jclouds.fallbacks.MapHttp4xxCodesToExceptions
- createOrPropagate(Throwable) - Method in class org.jclouds.Fallbacks.NullOnNotFoundOr404
- createOrPropagate(Throwable) - Method in interface org.jclouds.fallbacks.PropagateIfRetryAfter
-
if input is not of type
HttpResponseException, this method propagates. - 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
-
Deprecated.
- credential - Variable in class org.jclouds.ContextBuilder
- credential - Variable in class org.jclouds.domain.Credentials.Builder
- credential - Variable in class org.jclouds.domain.Credentials
- credential(String) - Method in class org.jclouds.domain.Credentials.Builder
- 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
- CredentialsAdapterFactory() - Constructor for class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
- 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
-
retrieves a list of credentials for resources created within this context, keyed on
idof the resource with a namespace prefix (ex. - CredentialStoreModule - Class in org.jclouds.rest.config
- CredentialStoreModule() - Constructor for class org.jclouds.rest.config.CredentialStoreModule
- CredentialStoreModule(Map<String, ByteSource>) - Constructor for class org.jclouds.rest.config.CredentialStoreModule
- CredentialStoreModule.CredentialsFromJsonByteSource - Class in org.jclouds.rest.config
- CredentialStoreModule.CredentialsToJsonByteSource - Class in org.jclouds.rest.config
- crypto - Variable in class org.jclouds.io.payloads.BaseCipherPayload
- crypto() - Method in class org.jclouds.rest.internal.UtilsImpl
- crypto() - Method in interface org.jclouds.rest.Utils
- Crypto - Interface in org.jclouds.crypto
-
Allows you to access cryptographic objects and factories without adding a provider to the JCE runtime.
- 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
- DateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.DateAdapter
- 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 - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceAsctimeCodec
- 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
- DateService - Interface in org.jclouds.date
-
Parses and formats the ISO8601, C, and RFC822 date formats found in XML responses and HTTP response headers.
- DateServiceAsctimeCodec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceAsctimeCodec
- DateServiceDateCodecFactory - Class in org.jclouds.date.internal
- DateServiceDateCodecFactory(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory
- DateServiceDateCodecFactory.DateServiceAsctimeCodec - Class in org.jclouds.date.internal
- DateServiceDateCodecFactory.DateServiceIso8601Codec - Class in org.jclouds.date.internal
- DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec - Class in org.jclouds.date.internal
- DateServiceDateCodecFactory.DateServiceRfc1123Codec - Class in org.jclouds.date.internal
- DateServiceDateCodecFactory.DateServiceRfc822Codec - Class in org.jclouds.date.internal
- DateServiceIso8601Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
- DateServiceIso8601SecondsCodec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
- DateServiceRfc1123Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
- 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.ImmutableListTypeAdapterFactory
- 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_XML_HEADER - Static variable in interface org.jclouds.xml.XMLParser
-
The default xml header.
- DefaultContentMetadataCodec(DateCodecFactory) - Constructor for class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
- 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 - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- defaultProperties - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- defaultProperties() - Static method in class org.jclouds.apis.internal.BaseApiMetadata
- defaultProperties() - Static method in class org.jclouds.rest.internal.BaseHttpApiMetadata
- defaultProperties(Properties) - Method in interface org.jclouds.apis.ApiMetadata.Builder
- defaultProperties(Properties) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- defaultProperties(Properties) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- defaultProperties(Properties) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- delayRequestUntilAllowed(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.RateLimitRetryHandler
- delegate() - Method in class org.jclouds.internal.BaseView
- delegate() - Method in class org.jclouds.json.internal.GsonWrapper
- delegate() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
- Delegate - Annotation Type in org.jclouds.rest.annotations
-
Designates that this method returns a rest client
- 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
HttpErrorHandlerswho 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
HttpRetryHandlerswho 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.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:
- 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
- DONE - org.jclouds.lifecycle.Closer.State
- doParse(InputSource) - Method in class org.jclouds.http.functions.ParseSax
- doShutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
- doSlice(byte[], long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(byte[], ContentMetadata) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(ByteSource, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(ByteSource, ContentMetadata) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(File, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(File, ContentMetadata) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(InputStream, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(InputStream, ContentMetadata) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(String, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(String, ContentMetadata) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- doSlice(Payload, ContentMetadata) - 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
- EmptyFluentIterableOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyFluentIterableOnNotFoundOr404
- EmptyIterableWithMarkerOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
- EmptyListOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyListOnNotFoundOr404
- EmptyMapOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyMapOnNotFoundOr404
- EmptyMultimapOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyMultimapOnNotFoundOr404
- EmptyPagedIterableOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptyPagedIterableOnNotFoundOr404
- EmptySetOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.EmptySetOnNotFoundOr404
- 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
skipsargument. - endpoint - Variable in class org.jclouds.ContextBuilder
- endpoint - Variable in class org.jclouds.http.HttpRequest.Builder
- endpoint - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- endpoint - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- endpoint(String) - Method in class org.jclouds.ContextBuilder
- endpoint(String) - Method in class org.jclouds.http.HttpRequest.Builder
- endpoint(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- endpoint(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- endpoint(URI) - Method in class org.jclouds.http.HttpRequest.Builder
- Endpoint - Annotation Type in org.jclouds.rest.annotations
-
Designates that this Resource expects virtual host style requests
- ENDPOINT - Static variable in class org.jclouds.location.reference.LocationConstants
- 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
- enter(Invocation) - Method in class org.jclouds.rest.config.SetCaller
- 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.http.utils.QueryValue
- 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.json.internal.NamingStrategies.NameExtractor
- equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapter
- equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- equals(Object) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.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(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
- error(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.BaseLogger
- error(Throwable, String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
- error(Throwable, String, Object...) - Method in interface org.jclouds.logging.Logger
- 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
EventBusto 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
- exclude(char[]) - Method in class org.jclouds.util.PasswordGenerator.Config
- ExecutorServiceModule - Class in org.jclouds.concurrent.config
-
Configures
ListeningExecutorService. - ExecutorServiceModule() - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
- ExecutorServiceModule(ListeningExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
- ExecutorServiceModule(ListeningExecutorService, ListeningExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
-
Deprecated.
ioExecutoris no longer used. This constructor will be removed in jclouds v2. UseExecutorServiceModule(ListeningExecutorService)instead. - ExecutorServiceModule(ExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
- ExecutorServiceModule(ExecutorService, ExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
-
Deprecated.
ioExecutoris no longer used. This constructor will be removed in jclouds v2. UseExecutorServiceModule(ExecutorService)instead. - 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
- ExpandProperties - Class in org.jclouds.functions
-
Resolves the values of the properties so they can be inferred from other properties.
- ExpandProperties() - Constructor for class org.jclouds.functions.ExpandProperties
- expires - Variable in class org.jclouds.io.ContentMetadataBuilder
- expires - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- expires(Date) - Method in class org.jclouds.io.ContentMetadataBuilder
- extractName(A) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
- extractName(SerializedName) - Method in class org.jclouds.json.internal.NamingStrategies.ExtractSerializedName
- extractName(Named) - Method in class org.jclouds.json.internal.NamingStrategies.ExtractNamed
- ExtractNamed() - Constructor for class org.jclouds.json.internal.NamingStrategies.ExtractNamed
- ExtractSerializedName() - Constructor for class org.jclouds.json.internal.NamingStrategies.ExtractSerializedName
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
Fallbackwhich propagates the exception or returns a valid fallback value. - Fallbacks - Class in org.jclouds
- Fallbacks.AbsentOn403Or404Or500 - Class in org.jclouds
- Fallbacks.EmptyFluentIterableOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.EmptyListOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.EmptyMapOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.EmptyMultimapOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.EmptyPagedIterableOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.EmptySetOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.FalseOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.FalseOnNotFoundOr422 - Class in org.jclouds
- Fallbacks.NullOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.TrueOnNotFoundOr404 - Class in org.jclouds
- Fallbacks.VoidOnNotFoundOr404 - Class in org.jclouds
- FalseOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.FalseOnNotFoundOr404
- FalseOnNotFoundOr422() - Constructor for class org.jclouds.Fallbacks.FalseOnNotFoundOr422
- filename() - Method in annotation type org.jclouds.rest.annotations.PartParam
- 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(HttpRequest) - Method in class org.jclouds.http.filters.ConnectionCloseHeader
- filter(HttpRequest) - Method in class org.jclouds.http.filters.StripExpectHeader
- filter(HttpRequest) - Method in interface org.jclouds.http.HttpRequestFilter
- filter(HttpRequestFilter) - Method in class org.jclouds.http.HttpRequest.Builder
- 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
- FirstRegion - Class in org.jclouds.location.suppliers.implicit
- FirstZone - Class in org.jclouds.location.suppliers.implicit
- FluentIterableTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory
- flush() - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
- forApi(Class<A>) - Static method in class org.jclouds.rest.AnonymousHttpApiMetadata
- forApiOnEndpoint(Class<A>, String) - Static method in class org.jclouds.providers.AnonymousProviderMetadata
- forApiWithEndpoint(ApiMetadata, 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.BaseHttpApiMetadata.Builder
- FromCaller() - Constructor for class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
- FromCaller() - Constructor for class org.jclouds.collect.internal.ArgsToPagedIterable.FromCaller
- 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(InputStream, Charset, Class<T>) - Method in class org.jclouds.json.internal.GsonWrapper
- fromJson(InputStream, Charset, Class<T>) - Method in interface org.jclouds.json.Json
-
Deserialize the object from json.
- fromJson(InputStream, Charset, Type) - Method in class org.jclouds.json.internal.GsonWrapper
- fromJson(InputStream, Charset, Type) - Method in interface org.jclouds.json.Json
-
Deserialize the generic object from json.
- fromJson(String, Class<T>) - Method in class org.jclouds.json.internal.GsonWrapper
- fromJson(String, Class<T>) - Method in interface org.jclouds.json.Json
-
Deserialize the object from json.
- fromJson(String, Type) - Method in class org.jclouds.json.internal.GsonWrapper
- fromJson(String, Type) - Method in interface org.jclouds.json.Json
-
Deserialize the generic object from json.
- fromPem(ByteSource, Pems.PemProcessor<T>) - Static method in class org.jclouds.crypto.Pems
-
Returns the object of generic type
Tthat 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
Iterablesdealing with Futures - FutureIterables() - Constructor for class org.jclouds.concurrent.FutureIterables
G
- generate() - Method in class org.jclouds.util.PasswordGenerator.Config
- generate() - Method in class org.jclouds.util.PasswordGenerator
-
Generates a random password using the configured spec.
- 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
- 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.AnnotatedHttpApiProvider
- 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
- get(Object) - Method in class org.jclouds.collect.TransformingMap
- get(URI) - Method in interface org.jclouds.rest.HttpClient
- getAcceptableRange() - Method in class org.jclouds.predicates.validators.DnsNameValidator
- getAcceptedIssuers() - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
- getApi() - Method in interface org.jclouds.rest.ApiContext
-
low-level api to the cloud.
- getApi() - Method in interface org.jclouds.rest.HttpApiMetadata
- getApi() - Method in class org.jclouds.rest.internal.ApiContextImpl
- getApi() - Method in class org.jclouds.rest.internal.BaseHttpApiMetadata
- 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() - Method in class org.jclouds.reflect.Invocation
-
arguments applied to
Invocation.getInvokable()duringInvokable.invoke(Object, Object...) - getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller
- getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable.FromCaller
- getArgs(GeneratedHttpRequest) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable
- 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.
- getCacheControl() - Method in interface org.jclouds.io.ContentMetadata
- getCacheControl() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- getCacheControl() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
- 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
- getContentLanguage() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Get Content Language of the payload
- getContentLanguage() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Get Content Language of the payload
- 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
-
Deprecated.use
ContentMetadata.getContentMD5AsHashCode()instead. - getContentMD5() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
-
Deprecated.
- getContentMD5() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Deprecated.use
BaseMutableContentMetadata.getContentMD5AsHashCode()instead. - getContentMD5AsHashCode() - Method in interface org.jclouds.io.ContentMetadata
- getContentMD5AsHashCode() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
- getContentMD5AsHashCode() - 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
- 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
- getCurrentRequest() - Method in class org.jclouds.http.HttpCommand
-
The request associated with this command.
- 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
endpointNamehelps the user supply the correct data when prompted. - getEndpointName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
-
The
endpointNamehelps the user supply the correct data when prompted. - getEventKey() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent
- 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
- getExpiresDateDecoders() - 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 commands when exceptions are encountered.
- 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
- 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
- getIfModifiedSince() - Method in class org.jclouds.http.options.GetOptions
-
For use in the header If-Modified-Since
- getIfNoneMatch() - Method in class org.jclouds.http.options.GetOptions
-
For use in the request header: If-None-Match
- getIfUnmodifiedSince() - Method in class org.jclouds.http.options.GetOptions
-
For use in the header If-Unmodified-Since
- getInput() - Method in interface org.jclouds.io.Payload
-
Deprecated.see
Payload.openStream(). - getInput() - Method in class org.jclouds.io.payloads.BasePayload
- getInput() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
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
- getInvokableParameters(Invokable<?, ?>) - Static method in class org.jclouds.reflect.Reflection2
-
Returns the
Parameters associated with the givenInvokable. - 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.
- 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
- getMaxConnections() - Method in class org.jclouds.http.HttpUtils
- getMaxConnectionsPerHost() - Method in class org.jclouds.http.HttpUtils
- getMaxRateLimitWait() - Method in class org.jclouds.http.handlers.RateLimitRetryHandler
- 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
- 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
- getPassword() - Method in class org.jclouds.domain.LoginCredentials
-
Deprecated.since 1.8; instead use
LoginCredentials.getOptionalPassword() - 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
-
Deprecated.since 1.8; instead use
LoginCredentials.getOptionalPrivateKey() - 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
-
Returns the host and port of the proxy configured here, if there is one
- 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.
- 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
- getRetryCountLimit() - Method in class org.jclouds.http.handlers.RateLimitRetryHandler
- 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
- getState() - Method in class org.jclouds.lifecycle.Closer
- 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
- 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.
- getValue() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent
- getValueInMapOrNull(Supplier<Map<K, Supplier<V>>>, K) - Static method in class org.jclouds.util.Suppliers2
- 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
- GsonModule - Class in org.jclouds.json.config
- GsonModule() - Constructor for class org.jclouds.json.config.GsonModule
- GsonModule.ByteArrayAdapter - Class in org.jclouds.json.config
- GsonModule.ByteListAdapter - Class in org.jclouds.json.config
- GsonModule.CDateAdapter - Class in org.jclouds.json.config
- GsonModule.CredentialsAdapterFactory - Class in org.jclouds.json.config
-
Special cases serialization for LoginCredentials and normalizes all others.
- GsonModule.DateAdapter - Class in org.jclouds.json.config
- GsonModule.DefaultExclusionStrategy - Interface in org.jclouds.json.config
- GsonModule.HexByteArrayAdapter - Class in org.jclouds.json.config
- GsonModule.HexByteListAdapter - Class in org.jclouds.json.config
- GsonModule.Iso8601DateAdapter - Class in org.jclouds.json.config
- GsonModule.JsonAdapterBindings - Class in org.jclouds.json.config
- GsonModule.LongDateAdapter - Class in org.jclouds.json.config
- GsonModule.NoExclusions - Class in org.jclouds.json.config
- GsonModule.NullHackJsonBallAdapter - Class in org.jclouds.json.config
- GsonModule.PropertiesAdapter - Class in org.jclouds.json.config
- 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
- HandlerForGeneratedRequestWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
- HandlerWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerWithResult
- hashAndClose(InputStream, HashFunction) - Static method in class org.jclouds.io.ByteStreams2
- 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.http.utils.QueryValue
- 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.json.internal.NamingStrategies.NameExtractor
- hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapter
- hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- hashCode() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.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
- hasUnencryptedPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
- headerLog - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- headers - Variable in class org.jclouds.http.HttpMessage.Builder
- headers - Variable in class org.jclouds.http.HttpMessage
- headers - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
- headers(Multimap<String, String>) - Method in class org.jclouds.http.HttpMessage.Builder
-
replaces all headers with the the supplied multimap.
- 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
RetryAfterExceptionif a Throwable is anHttpResponseExceptionwith asetand a validHttpHeaders.RETRY_AFTERheader set. - hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class org.jclouds.logging.config.BindLoggersAnnotatedWithResource
- HexByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
- HexByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteListAdapter
- 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 - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- homepage(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- homepage(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- host(String) - Method in class org.jclouds.http.Uris.UriBuilder
- HOST - org.jclouds.domain.LocationScope
- http() - Method in class org.jclouds.rest.internal.UtilsImpl
- http() - Method in interface org.jclouds.rest.Utils
- HTTP_HEADERS - Static variable in interface org.jclouds.io.ContentMetadata
- HttpApiMetadata<A> - Interface in org.jclouds.rest
- HttpApiMetadata.Builder<A,T extends HttpApiMetadata.Builder<A,T>> - Interface in org.jclouds.rest
- HttpApiModule<A> - Class in org.jclouds.rest.config
- HttpApiModule() - Constructor for class org.jclouds.rest.config.HttpApiModule
-
Note that this ctor requires that you instantiate w/resolved generic params.
- HttpApiModule(Class<A>) - Constructor for class org.jclouds.rest.config.HttpApiModule
- 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
- 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
- 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
- HttpResponseException - Exception in org.jclouds.http
-
Represents an error obtained from an HttpResponse.
- HttpResponseException(String, HttpCommand, HttpResponse) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(String, HttpCommand, HttpResponse, String) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(String, HttpCommand, HttpResponse, String, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(String, HttpCommand, HttpResponse, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(HttpCommand, HttpResponse) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(HttpCommand, HttpResponse, boolean) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(HttpCommand, HttpResponse, String) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(HttpCommand, HttpResponse, String, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
- HttpResponseException(HttpCommand, HttpResponse, Throwable) - 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 - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- 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(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- 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 - Variable in class org.jclouds.domain.Credentials
- identity(String) - Method in class org.jclouds.domain.Credentials.Builder
- 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.
- ImmutableListTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableListTypeAdapterFactory
- ImmutableListTypeAdapterFactory(Class<?>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableListTypeAdapterFactory
- ImmutableMapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableMapTypeAdapterFactory
- ImmutableSetTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableSetTypeAdapterFactory
- ImmutableSetTypeAdapterFactory(Class<?>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableSetTypeAdapterFactory
- 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
- INACTIVE - org.jclouds.lifecycle.LifeCycle.Status
-
The component is inactive / has not been started
- 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
- initConnection(HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
-
Creates and initializes the connection.
- 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 - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
- injector() - Method in class org.jclouds.rest.internal.UtilsImpl
- injector() - Method in interface org.jclouds.rest.Utils
- 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() - Constructor for class org.jclouds.rest.InputParamValidator
- InputParamValidator(Injector) - Constructor for class org.jclouds.rest.InputParamValidator
- InputStreamPayload - Class in org.jclouds.io.payloads
- InputStreamPayload(InputStream) - Constructor for class org.jclouds.io.payloads.InputStreamPayload
- installLocations() - Method in class org.jclouds.rest.config.RestModule
- INSTANCE - org.jclouds.functions.IdentityFunction
- INSTANCE - org.jclouds.location.functions.ToIdAndScope
- INSTANCE - org.jclouds.providers.Providers.IdFunction
- INSTANCE - org.jclouds.util.InetAddresses2.IsPrivateIPAddress
- 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) - 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(Invocation) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
- Invocation - Class in org.jclouds.reflect
-
Context needed to call
Invokable.invoke(Object, Object...) - 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(Object, Method, Object[]) - Method in class org.jclouds.rest.internal.DelegatesToInvocationFunction
- invoke(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- invoke(HttpCommand) - Method in interface org.jclouds.http.HttpCommandExecutorService
-
Returns a
HttpResponsefrom the server which responded to thecommand. - invoke(HttpCommand) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- invoke(HttpRequest) - Method in interface org.jclouds.rest.HttpClient
- invoke(Invocation) - Method in class org.jclouds.rest.internal.InvokeHttpMethod
-
invokes the HttpCommand associated with
invocation,parses its response, and applies afallbackif aThrowableis encountered. - invoke(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- 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
- ioRetryHandler - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- isCidrFormat(String) - Static method in class org.jclouds.util.Strings2
- 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
- isIPv6CIDR(String) - Static method in class org.jclouds.util.Strings2
- isJvmProxyEnabled() - Method in class org.jclouds.proxy.internal.GuiceProxyConfig
- isJvmProxyEnabled() - Method in interface org.jclouds.proxy.ProxyConfig
- isLogSensitiveInformation() - Method in class org.jclouds.http.internal.HttpWire
- isLogSensitiveInformation() - Method in class org.jclouds.logging.internal.Wire
- 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 class 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 - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- iso3166Codes(Iterable<String>) - Method in class org.jclouds.domain.LocationBuilder
- iso3166Codes(Iterable<String>) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- iso3166Codes(Iterable<String>) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- iso3166Codes(String...) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.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
- Iso8601DateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
- iso8601DateFormat() - Method in interface org.jclouds.date.DateService
- iso8601DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
- iso8601DateFormat(Date) - Method in interface org.jclouds.date.DateService
- iso8601DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
- iso8601DateOrSecondsDateParse(String) - Method in interface org.jclouds.date.DateService
-
Parse a given date in either of two iso8601 formats: "yyyy-MM-dd'T'HH:mm:ssZ" or "yyyy-MM-dd'T'HH:mm:ss.SSSZ".
- iso8601DateOrSecondsDateParse(String) - 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() - Method in interface org.jclouds.date.DateService
- iso8601SecondsDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
- iso8601SecondsDateFormat(Date) - Method in interface org.jclouds.date.DateService
- 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
- isOpen() - Method in interface org.jclouds.Context
- isOpen() - Method in class org.jclouds.internal.ContextImpl
- 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.ByteSourcePayload
- 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.MultipartForm
- 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
- isSensitive() - Method in interface org.jclouds.io.Payload
-
Returns whether the payload contains sensitive information.
- isSensitive() - Method in class org.jclouds.io.payloads.BasePayload
- isSensitive() - Method in class org.jclouds.io.payloads.DelegatingPayload
- isSupertypeOf(TypeToken<C>, TypeToken<D>) - Static method in class org.jclouds.util.TypeTokenUtils
- isSupertypeOf(TypeToken<C>, Type) - Static method in class org.jclouds.util.TypeTokenUtils
- 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
- 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
- IterableTypeAdapter(TypeAdapter<E>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapter
- IterableTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory
- IterableWithMarker<T> - Class in org.jclouds.collect
-
An
Iterablethat 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
- JavaUrlHttpCommandExecutorService - Class in org.jclouds.http.internal
- JavaUrlHttpCommandExecutorService(HttpUtils, ContentMetadataCodec, DelegatingRetryHandler, IOExceptionRetryHandler, DelegatingErrorHandler, HttpWire, HostnameVerifier, Supplier<SSLContext>, Function<URI, Proxy>, String, int, String) - 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
ParseXMLWithJAXBparser 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
- JDKLogger(Logger) - Constructor for class org.jclouds.logging.jdk.JDKLogger
- JDKLogger.JDKLoggerFactory - Class in org.jclouds.logging.jdk
- 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() - Method in class org.jclouds.rest.internal.UtilsImpl
- json() - Method in interface org.jclouds.rest.Utils
- Json - Interface in org.jclouds.json
- 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
- JsonAdapterBindings() - Constructor for class org.jclouds.json.config.GsonModule.JsonAdapterBindings
- JsonBall - Class in org.jclouds.domain
-
As String is final, using a different marker to imply this is a json object
- JsonBall(boolean) - Constructor for class org.jclouds.domain.JsonBall
- 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(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.MapTypeAdapter
- keys() - Method in annotation type org.jclouds.rest.annotations.FormParams
- keys() - Method in annotation type org.jclouds.rest.annotations.Headers
- keys() - Method in annotation type org.jclouds.rest.annotations.PayloadParams
- keys() - Method in annotation type org.jclouds.rest.annotations.QueryParams
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
- linkContext(String, Supplier<Context>) - Static method in class org.jclouds.config.ContextLinking
- linkContext(Context) - Static method in class org.jclouds.config.ContextLinking
- 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 - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- linkedServices(Iterable<String>) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- linkedServices(Iterable<String>) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- linkedServices(String...) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- linkedServices(String...) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- linkView(String, Supplier<View>) - Static method in class org.jclouds.config.ContextLinking
- linkView(View) - Static method in class org.jclouds.config.ContextLinking
- listApiMetadata(Bundle) - Method in class org.jclouds.osgi.MetadataBundleListener
-
Creates an instance of
ApiMetadatafrom theBundle. - listProviderMetadata(Bundle) - Method in class org.jclouds.osgi.MetadataBundleListener
-
Creates an instance of
ProviderMetadatafrom theBundle. - ListTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ListTypeAdapterFactory
- location - Variable in class org.jclouds.domain.ResourceMetadataBuilder
- location(Location) - Method in class org.jclouds.domain.ResourceMetadataBuilder
- Location - Interface in org.jclouds.domain
-
Description of where a resource is running.
- LocationBuilder - Class in org.jclouds.domain
- LocationBuilder() - Constructor for class org.jclouds.domain.LocationBuilder
- LocationConstants - Class 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) - 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.BaseLogger
- 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.RateLimitRetryHandler
- 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.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 - Variable in class org.jclouds.predicates.InetSocketAddressConnect
- logger - Variable in class org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonByteSource
- logger - Variable in class org.jclouds.rest.internal.RestAnnotationProcessor
- logger - Variable in class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
- Logger - Interface in org.jclouds.logging
-
JClouds log abstraction layer.
- LOGGER_HTTP_HEADERS - Static variable in class org.jclouds.Constants
-
Name of the logger that records all http headers from the client and the server.
- LOGGER_HTTP_WIRE - Static variable in class org.jclouds.Constants
-
Name of the logger that records the content sent to and from the server.
- LOGGER_SIGNATURE - Static variable in class org.jclouds.Constants
-
Name of the logger that records the steps of the request signing process of the HTTP_service.
- Logger.LoggerFactory - Interface in org.jclouds.logging
-
Produces instances of
Loggerrelevant to the specified category - loggerFactory() - Method in class org.jclouds.rest.internal.UtilsImpl
- loggerFactory() - Method in interface org.jclouds.rest.Utils
- 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
- 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
- LogToMapHostnameVerifier() - Constructor for class org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
- logTrace(String) - Method in class org.jclouds.logging.BaseLogger
- logTrace(String) - Method in class org.jclouds.logging.jdk.JDKLogger
- 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.BaseLogger
- logWarn(String, Throwable) - Method in class org.jclouds.logging.jdk.JDKLogger
- LongDateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.LongDateAdapter
- lower() - Method in class org.jclouds.util.PasswordGenerator.Config
- lower() - Method in class org.jclouds.util.PasswordGenerator
-
Returns the lower case configuration.
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 - Interface in org.jclouds.rest
-
Builds the payload of a Post request.
- MapBinder - Annotation Type in org.jclouds.rest.annotations
-
Designates that this parameter will hold the payload for a PUT or POST command.
- 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
- MapTypeAdapter(TypeAdapter<K>, TypeAdapter<V>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- MapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
- MapTypeAdapterFactory(Class<?>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapterFactory
- markerToNextForArg0(Optional<Object>) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable
- markerToNextForArgs(List<Object>) - Method in class org.jclouds.collect.internal.Arg0ToPagedIterable
- markerToNextForArgs(List<Object>) - Method in class org.jclouds.collect.internal.ArgsToPagedIterable
- markerToNextForCallingArg0(String) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
-
Deprecated.
- max(int) - Method in class org.jclouds.util.PasswordGenerator.Config
- 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.
- MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent<V> - Class in org.jclouds.rest.suppliers
- 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
BundleListenerthat listens forBundleEventand searches forProviderMetadataandApiMetadatain newly installed Bundles. - MetadataBundleListener() - Constructor for class org.jclouds.osgi.MetadataBundleListener
- method - Variable in class org.jclouds.http.HttpRequest.Builder
- method(TypeToken<T>, Method) - Static method in class org.jclouds.reflect.Reflection2
-
returns an
Invokableobject that links themethodto its owner. - method(Class<T>, String, Class<?>...) - Static method in class org.jclouds.reflect.Reflection2
-
returns an
Invokableobject that reflects a method present in theTypeTokentype. - method(String) - Method in class org.jclouds.http.HttpRequest.Builder
- methodInvoker - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
- methodInvokerFor(Class<?>) - Method in class org.jclouds.rest.internal.DelegatesToInvocationFunction
-
attempts to guess the generic type params for the delegate's invocation function based on the supplied type
- methods(Class<T>) - Static method in class org.jclouds.reflect.Reflection2
-
return all methods present in the class as
Invokables. - millisToNextAvailableRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.RateLimitRetryHandler
-
Compute the number of milliseconds that must pass until a request can be performed.
- min(int) - Method in class org.jclouds.util.PasswordGenerator.Config
- minorVersion - Variable in class org.jclouds.JcloudsVersion
- Module() - Constructor for class org.jclouds.rest.config.SetCaller.Module
- 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
- MultimapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory
- 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 - Variable in class org.jclouds.ContextBuilder
- name - Variable in class org.jclouds.domain.ResourceMetadataBuilder
- name - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- name - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
- name() - Method in annotation type org.jclouds.rest.annotations.PartParam
- name(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
- name(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- name(String) - Method in class org.jclouds.ContextBuilder
- name(String) - Method in class org.jclouds.domain.ResourceMetadataBuilder
- name(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
- name(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
- Name - Annotation Type in org.jclouds.annotations
-
Designates that this Resource qualifies an object to a context name.
- NameExtractor(Class<A>) - Constructor for class org.jclouds.json.internal.NamingStrategies.NameExtractor
- 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.AnnotationConstructorNamingStrategy - Class in org.jclouds.json.internal
-
Determines field naming from constructor annotations
- NamingStrategies.AnnotationFieldNamingStrategy - Class in org.jclouds.json.internal
-
Definition of field naming policy for annotation-based field
- NamingStrategies.AnnotationOrNameFieldNamingStrategy - Class in org.jclouds.json.internal
- NamingStrategies.ExtractNamed - Class in org.jclouds.json.internal
- NamingStrategies.ExtractSerializedName - Class in org.jclouds.json.internal
- 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.
- NETWORK - org.jclouds.domain.LocationScope
-
E.g.
- 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.FluentIterableTypeAdapterFactory
- newAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableListTypeAdapterFactory
- newAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.ImmutableSetTypeAdapterFactory
- 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
- 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
- newByteSourcePayload(ByteSource) - 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
enclosingTypeby dispatching method invocations toinvocationFunction. - 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
markerto 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
- NoExclusions() - Constructor for class org.jclouds.json.config.GsonModule.NoExclusions
- 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
- NoOpCallback() - Constructor for class org.jclouds.rest.suppliers.ValueLoadedCallback.NoOpCallback
- 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
- NullFilteringTypeAdapterFactories.CollectionTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.FluentIterableTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.ImmutableListTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.ImmutableMapTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.ImmutableSetTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.IterableTypeAdapter<E> - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.IterableTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.ListTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.MapTypeAdapter<K,V> - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.MapTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.MultimapTypeAdapterFactory - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.SetTypeAdapter<E> - Class in org.jclouds.json.internal
- NullFilteringTypeAdapterFactories.SetTypeAdapterFactory - Class in org.jclouds.json.internal
- NullHackJsonBallAdapter() - Constructor for class org.jclouds.json.config.GsonModule.NullHackJsonBallAdapter
- 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
- 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
- NullOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.NullOnNotFoundOr404
- NullReplacingWriter(Writer, String) - Constructor for class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
- nullToEmpty(byte[]) - Static method in class org.jclouds.http.HttpUtils
- nullToEmpty(Collection<String>) - Static method in class org.jclouds.http.HttpUtils
- numbers() - Method in class org.jclouds.util.PasswordGenerator.Config
- numbers() - Method in class org.jclouds.util.PasswordGenerator
-
Returns the numbers configuration.
O
- of(IterableWithMarker<T>) - Static method in class org.jclouds.collect.PagedIterables
-
Deprecated.
- 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.
- openStream() - Method in interface org.jclouds.io.Payload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.BaseCipherPayload
- openStream() - Method in class org.jclouds.io.payloads.ByteArrayPayload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.ByteSourcePayload
- openStream() - Method in class org.jclouds.io.payloads.DelegatingPayload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.FilePayload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.InputStreamPayload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.MultipartForm
- openStream() - Method in class org.jclouds.io.payloads.PhantomPayload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.StringPayload
-
Creates a new InputStream object of the payload.
- openStream() - Method in class org.jclouds.io.payloads.UrlEncodedFormPayload
-
Creates a new InputStream object of the payload.
- optionalConverter - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
- 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
- outputSocketBufferSize - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- 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
- ownerType - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
P
- PagedIterable<E> - Class in org.jclouds.collect
-
Extends
FluentIterableallowing you to lazily advance through sequence of pages in a result set. - 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(InputStream) - Method in class org.jclouds.http.functions.ParseSax
- parse(String) - 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
-
Parses the date from the given Expires header.
- 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
- parser() - Method in annotation type org.jclouds.rest.annotations.EndpointParam
- 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.HandlerWithResult<T> - Class in org.jclouds.http.functions
-
Handler that produces a useable domain object accessible after parsing completes.
- 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.Builder - Class in org.jclouds.io.payloads
- PartOptions() - Constructor for class org.jclouds.io.payloads.Part.PartOptions
- 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
- PasswordGenerator - Class in org.jclouds.util
-
Generates random passwords.
- PasswordGenerator() - Constructor for class org.jclouds.util.PasswordGenerator
- PasswordGenerator.Config - Class in org.jclouds.util
- PATCH - Annotation Type in org.jclouds.rest.annotations
-
Implements the PATCH HTTP request type
- 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 - Variable in class org.jclouds.http.internal.PayloadEnclosingImpl
- payload - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
- payload(byte[]) - Method in class org.jclouds.http.HttpMessage.Builder
- payload(ByteSource) - 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(Payload) - Method in class org.jclouds.http.HttpMessage.Builder
- 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
X509Certificateto PEM format. - pem(PrivateKey) - Static method in class org.jclouds.crypto.Pems
-
encodes the
PrivateKeyto PEM format. - pem(PublicKey) - Static method in class org.jclouds.crypto.Pems
-
encodes the
PublicKeyto 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.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(ByteSource) - Static method in class org.jclouds.crypto.Pems
-
Returns the
RSAPrivateKeySpecthat is pem encoded in the supplier. - privateKeySpec(String) - Static method in class org.jclouds.crypto.Pems
-
Executes
Pems.privateKeySpec(ByteSource)on the string which contains an encoded private key in PEM format. - PROC_TYPE_ENCRYPTED - Static variable in class org.jclouds.crypto.Pems
- PROCESSING - org.jclouds.lifecycle.Closer.State
- 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
RetryAfterExceptionif a Throwable contains information such as a retry offset. - PropertiesAdapter(Provider<Gson>) - Constructor for class org.jclouds.json.config.GsonModule.PropertiesAdapter
- PROPERTY_API - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_API_VERSION - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_BUILD_VERSION - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_CONNECTION_CLOSE_HEADER - Static variable in class org.jclouds.Constants
-
When true, add the Connection: close header.
- PROPERTY_CONNECTION_TIMEOUT - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_CREDENTIAL - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_ENDPOINT - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_IDEMPOTENT_METHODS - Static variable in class org.jclouds.Constants
-
Comma-separated list of methods considered idempotent for purposes of retries.
- PROPERTY_IDENTITY - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_IO_WORKER_THREADS - Static variable in class org.jclouds.Constants
-
Deprecated.No longer used. Will be removed in jclouds v2
- PROPERTY_ISO3166_CODES - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_LOGGER_WIRE_LOG_SENSITIVE_INFO - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_MAX_CONNECTION_REUSE - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_CONNECTIONS_PER_CONTEXT - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_CONNECTIONS_PER_HOST - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_PARALLEL_DELETES - Static variable in class org.jclouds.Constants
-
The maximum number of blob deletes happening in parallel at any point in time.
- PROPERTY_MAX_RATE_LIMIT_WAIT - Static variable in class org.jclouds.Constants
-
Maximum amount of time (in milliseconds) a request will wait until retrying if the rate limit is exhausted.
- PROPERTY_MAX_REDIRECTS - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_RETRIES - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_MAX_SESSION_FAILURES - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_OUTPUT_SOCKET_BUFFER_SIZE - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_PRETTY_PRINT_PAYLOADS - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_PROVIDER - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_ENABLE_JVM_PROXY - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_PROXY_FOR_SOCKETS - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_PROXY_HOST - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_PASSWORD - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_PORT - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_PROXY_SYSTEM - Static variable in class org.jclouds.Constants
-
Deprecated.in 2.0.0, replaced by
Constants.PROPERTY_PROXY_ENABLE_JVM_PROXYdoes what this intended but better - PROPERTY_PROXY_TYPE - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_PROXY_USER - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_REGION - Static variable in class org.jclouds.location.reference.LocationConstants
- PROPERTY_REGIONS - Static variable in class org.jclouds.location.reference.LocationConstants
- PROPERTY_RELAX_HOSTNAME - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_REQUEST_TIMEOUT - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_RETRY_DELAY_START - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_SCHEDULER_THREADS - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_SESSION_INTERVAL - Static variable in class org.jclouds.Constants
-
Long property.
- PROPERTY_SO_TIMEOUT - Static variable in class org.jclouds.Constants
-
int property.
- PROPERTY_STRIP_EXPECT_HEADER - Static variable in class org.jclouds.Constants
-
When true, strip the Expect: 100-continue header.
- PROPERTY_TIMEOUTS_PREFIX - Static variable in class org.jclouds.Constants
-
Long properties
- PROPERTY_TRUST_ALL_CERTS - Static variable in class org.jclouds.Constants
-
Boolean property.
- PROPERTY_USER_AGENT - Static variable in class org.jclouds.Constants
-
String property.
- PROPERTY_USER_THREADS - Static variable in class org.jclouds.Constants
-
Integer property.
- PROPERTY_ZONE - Static variable in class org.jclouds.location.reference.LocationConstants
- PROPERTY_ZONES - Static variable in class org.jclouds.location.reference.LocationConstants
- provideCredentialStore(Map<String, ByteSource>, Function<Credentials, ByteSource>, Function<ByteSource, Credentials>) - Method in class org.jclouds.rest.config.CredentialStoreModule
- provideJsonBallAdapter(GsonModule.NullHackJsonBallAdapter) - Method in class org.jclouds.json.config.GsonModule
- provideLoggerFactory() - Method in class org.jclouds.logging.config.LoggingModule
- provideProvider(AtomicReference<AuthorizationException>, long, ProviderURISupplier) - Method in class org.jclouds.location.config.LocationModule
- provider - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
- Provider - Annotation Type in org.jclouds.location
-
Designates that this Resource qualifies an object to a provider of a rest service.
- PROVIDER - org.jclouds.domain.LocationScope
- 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.TransformableTo - Class in org.jclouds.providers
- 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.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 - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- 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(ByteSource) - Static method in class org.jclouds.crypto.Pems
-
Returns the
KeySpecthat is pem encoded in the supplier. - publicKeySpec(String) - Static method in class org.jclouds.crypto.Pems
-
Executes
Pems.publicKeySpec(ByteSource)on the string which contains an encoded public key in PEM format. - put(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
- put(K, V2) - Method in class org.jclouds.collect.TransformingMap
Q
- Queries - Class in org.jclouds.http.utils
- Queries() - Constructor for class org.jclouds.http.utils.Queries
- query(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
- query(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
- QueryValue - Class in org.jclouds.http.utils
- QueryValue(Object, boolean) - Constructor for class org.jclouds.http.utils.QueryValue
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.
- rateLimitErrorStatus() - Method in class org.jclouds.http.handlers.RateLimitRetryHandler
-
Returns the response status that will be considered a rate limit error.
- RateLimitExceededException - Exception in org.jclouds.rest
-
Thrown when a request fails because the rate limit has been exceeded.
- RateLimitExceededException() - Constructor for exception org.jclouds.rest.RateLimitExceededException
- RateLimitExceededException(String) - Constructor for exception org.jclouds.rest.RateLimitExceededException
- RateLimitExceededException(String, Throwable) - Constructor for exception org.jclouds.rest.RateLimitExceededException
- RateLimitExceededException(Throwable) - Constructor for exception org.jclouds.rest.RateLimitExceededException
- RateLimitRetryHandler - Class in org.jclouds.http.handlers
-
Retry handler that takes into account the provider rate limit and delays the requests until they are known to succeed.
- RateLimitRetryHandler() - Constructor for class org.jclouds.http.handlers.RateLimitRetryHandler
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
- read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
- 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.IterableTypeAdapter
- read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- read(JsonReader) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapter
- read(JsonReader) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
- readAndBuild(JsonReader, B) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.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 withowner types. - Reflection2() - Constructor for class org.jclouds.reflect.Reflection2
- Region - Annotation Type in org.jclouds.location
-
Related to a Region-scoped resource.
- REGION - org.jclouds.domain.LocationScope
- 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.
- 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
- RegionToEndpointOrProviderIfNull - Class in org.jclouds.location.functions
-
Return a uri corresponding to the name of the region (passed argument).
- 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.ByteSourcePayload
-
if we created the stream, then it is already consumed on close.
- 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.MultipartForm
- releaseCandidate - Variable in class org.jclouds.JcloudsVersion
- releaseCandidateVersion - Variable in class org.jclouds.JcloudsVersion
-
Non-null iff
JcloudsVersion.releaseCandidateistrue - 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.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 - repeatingArrayByteSource(byte[]) - Static method in class org.jclouds.io.ByteSources
-
Create an infinite-length ByteSource which repeats its input.
- 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.options.BaseHttpRequestOptions
- replaceHeader(String, String...) - Method in class org.jclouds.http.HttpMessage.Builder
-
Replace header.
- 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(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
- 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
- replaceQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
- replaceQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
- replaceQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
- replaceQueryParams(Map<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
- replaceTokens(String, Multimap<String, ?>) - Static method in class org.jclouds.util.Strings2
- replaceTokens(String, Map<String, String>) - Static method in class org.jclouds.util.Strings2
-
replaces tokens that are expressed as
{token} - replaceValue(Multimap<K, V>, K, V) - Static method in class org.jclouds.util.Multimaps2
- request - Variable in class org.jclouds.collect.internal.ArgsToPagedIterable
- request - Variable in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
- RequestFilters - Annotation Type in org.jclouds.rest.annotations
-
Filters that should be applied to the request
- RequestSigner - Interface in org.jclouds.rest
-
Deprecated.This is an internal interface historically used to debug signature logic. It currently is a broken abstraction as AWS Signature v4 requires multiple parameters to sign a request.
- resetPayload(boolean) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- resetPayload(boolean) - Method in interface org.jclouds.io.PayloadEnclosing
- ResourceAlreadyExistsException - Exception in org.jclouds.rest
-
Thrown when creating a resource that already exists.
- ResourceAlreadyExistsException() - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
- ResourceAlreadyExistsException(String) - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
- ResourceAlreadyExistsException(String, Throwable) - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
- ResourceAlreadyExistsException(Throwable) - Constructor for exception org.jclouds.rest.ResourceAlreadyExistsException
- 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) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
- ResourceNotFoundException(String, Throwable) - 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
- RestModule - Class in org.jclouds.rest.config
- RestModule() - Constructor for class org.jclouds.rest.config.RestModule
- retry(Predicate<T>, long) - Static method in class org.jclouds.util.Predicates2
-
like
Predicates2.retry(Predicate, long, long, long, TimeUnit)whereunitis in milliseconds,periodis 50ms, andmaxPeriod1s. - retry(Predicate<T>, long, long, long) - Static method in class org.jclouds.util.Predicates2
-
like
Predicates2.retry(Predicate, long, long, long, TimeUnit)whereunitis in milliseconds - 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
- 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(String, Throwable, 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
- 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
- ReturnSame() - Constructor for class org.jclouds.rest.annotations.EndpointParam.ReturnSame
- ReturnStringIf2xx - Class in org.jclouds.http.functions
- ReturnStringIf2xx() - Constructor for class org.jclouds.http.functions.ReturnStringIf2xx
- ReturnTrueIf201 - Class in org.jclouds.http.functions
-
Parses the status code of an HTTPResponse and returns True if it is 201.
- ReturnTrueIf201() - Constructor for class org.jclouds.http.functions.ReturnTrueIf201
- 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() - Method in interface org.jclouds.date.DateService
- rfc1123DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
- rfc1123DateFormat(Date) - Method in interface org.jclouds.date.DateService
- rfc1123DateFormat(Date) - 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() - Method in interface org.jclouds.date.DateService
- rfc822DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
- rfc822DateFormat(Date) - Method in interface org.jclouds.date.DateService
- rfc822DateFormat(Date) - 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(Crypto, Payload, Key) - Constructor for class org.jclouds.io.payloads.RSADecryptingPayload
- RSAEncryptingPayload - Class in org.jclouds.io.payloads
- RSAEncryptingPayload(Crypto, 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
ScheduledExecutorServiceto 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
- 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.internal.GeneratedHttpRequest.Builder
- serialize(T, Type, JsonSerializationContext) - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
- SerializedNames - Annotation Type in org.jclouds.json
-
This annotation identifies the canonical factory method on an
AutoValuetype used for json. - 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
- setCacheControl(String) - Method in interface org.jclouds.io.MutableContentMetadata
- setCacheControl(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
- setCaller - Variable in class org.jclouds.rest.internal.DelegatesToInvocationFunction
- 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
- setContent(String) - Method in exception org.jclouds.http.HttpResponseException
- setContentDisposition(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
Set Content Disposition of the payload
- setContentDisposition(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Set Content Disposition of the payload
- setContentEncoding(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
Set Content Encoding of the payload
- setContentEncoding(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Set Content Encoding of the payload
- setContentLanguage(String) - Method in interface org.jclouds.io.MutableContentMetadata
-
Set Content Language of the payload
- setContentLanguage(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Set Content Language of the payload
- 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
-
Deprecated.use
MutableContentMetadata.setContentMD5(HashCode)instead. - setContentMD5(byte[]) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
-
Deprecated.use
BaseMutableContentMetadata.setContentMD5(HashCode)instead. - setContentMD5(HashCode) - Method in interface org.jclouds.io.MutableContentMetadata
- setContentMD5(HashCode) - 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
- 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.ArgsToPagedIterable
- 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(byte[]) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(byte[]) - Method in interface org.jclouds.io.PayloadEnclosing
- setPayload(ByteSource) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(ByteSource) - Method in interface org.jclouds.io.PayloadEnclosing
- setPayload(File) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(File) - Method in interface org.jclouds.io.PayloadEnclosing
- setPayload(InputStream) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(InputStream) - Method in interface org.jclouds.io.PayloadEnclosing
- setPayload(String) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
- setPayload(String) - Method in interface org.jclouds.io.PayloadEnclosing
- setPayload(Payload) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
-
Sets payload for the request or the content from the response.
- setPayload(Payload) - Method in interface org.jclouds.io.PayloadEnclosing
-
Sets payload for the request or the content from the response.
- setSensitive(boolean) - Method in interface org.jclouds.io.Payload
-
Sets whether the payload contains sensitive information.
- setSensitive(boolean) - Method in class org.jclouds.io.payloads.BasePayload
- setSensitive(boolean) - Method in class org.jclouds.io.payloads.DelegatingPayload
- setType(T) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- setType(T) - Method in interface org.jclouds.domain.MutableResourceMetadata
- SetTypeAdapter(TypeAdapter<E>) - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapter
- SetTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapterFactory
- 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, IOException) - Method in interface org.jclouds.http.IOExceptionRetryHandler
- 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.RateLimitRetryHandler
- 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.
- shouldSkipClass(Class<?>) - Method in class org.jclouds.json.config.GsonModule.NoExclusions
- shouldSkipField(FieldAttributes) - Method in class org.jclouds.json.config.GsonModule.NoExclusions
- SHUT_DOWN - org.jclouds.lifecycle.LifeCycle.Status
-
The component has shut down.
- shutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
- shutdown() - Method in interface org.jclouds.lifecycle.LifeCycle
-
Requests shutdown of the component.
- shutdown(long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
- shutdown(long) - Method in interface org.jclouds.lifecycle.LifeCycle
-
Requests shutdown, but will only wait @link waitms milliseconds
- SHUTDOWN_REQUEST - org.jclouds.lifecycle.LifeCycle.Status
-
Shutdown of the component has been requested.
- SHUTTING_DOWN - org.jclouds.lifecycle.LifeCycle.Status
-
The component is shutting down.
- sign(String) - Method in interface org.jclouds.rest.RequestSigner
-
Deprecated.
- SignatureWire - Class in org.jclouds.http.internal
- SignatureWire() - Constructor for class org.jclouds.http.internal.SignatureWire
- SimpleDateFormatDateService - Class in org.jclouds.date.internal
-
uses
SimpleDateFormatinternally. - 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.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) - Method in class org.jclouds.io.internal.BasePayloadSlicer
- slice(Payload, long) - Method in interface org.jclouds.io.PayloadSlicer
- slice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
-
Returns a
Payloadthat 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
Payloadthat 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
- sslContextSupplier - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- 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.TrustAllCerts - Class in org.jclouds.http.config
-
Used to trust all certs
- 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.
- string() - Method in class org.jclouds.apis.internal.BaseApiMetadata
- string() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
- 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.BaseHttpApiMetadata
- 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. - StripExpectHeader - Class in org.jclouds.http.filters
- StripExpectHeader() - Constructor for class org.jclouds.http.filters.StripExpectHeader
- 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
- symbols() - Method in class org.jclouds.util.PasswordGenerator.Config
- symbols() - Method in class org.jclouds.util.PasswordGenerator
-
Returns the special character configuration.
- SYSTEM - org.jclouds.domain.LocationScope
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
countbytes of the object - test(T) - Method in class org.jclouds.predicates.Validator
- 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.AnonymousHttpApiMetadata
- toBuilder() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
- toByteArrayAndClose(InputStream) - Static method in class org.jclouds.io.ByteStreams2
- 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.DateServiceAsctimeCodec
- 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) - Method in interface org.jclouds.json.Json
-
Serialize the object into json.
- toJson(Object, Type) - Method in class org.jclouds.json.internal.GsonWrapper
- 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() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceAsctimeCodec
- toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
- toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
- toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
- 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.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.http.utils.QueryValue
- 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.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.IterableTypeAdapter
- toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- toString() - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapter
- 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.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(Date) - Method in interface org.jclouds.date.DateCodec
- toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceAsctimeCodec
- toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
- toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
- toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
- toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
- toString(L) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
- toStringAndClose(InputStream) - Static method in class org.jclouds.util.Strings2
- toXML(Object) - 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 class org.jclouds.xml.internal.JAXBParser
- 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
- TransformableTo(TypeToken<? extends View>) - Constructor for class org.jclouds.providers.ProviderPredicates.TransformableTo
- 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(Multimap<K1, V>, Function<K1, K2>) - Static method in class org.jclouds.util.Multimaps2
-
change the keys but keep the values in-tact.
- transformKeys(Map<K1, V>, Function<K1, K2>) - Static method in class org.jclouds.util.Maps2
-
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
- TrueOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.TrueOnNotFoundOr404
- trustAllCerts() - Method in class org.jclouds.http.HttpUtils
- TrustAllCerts() - Constructor for class org.jclouds.http.config.SSLModule.TrustAllCerts
- tryCreateRetryAfterException(Throwable, String) - Method in class org.jclouds.fallbacks.HeaderToRetryAfterException
-
returns a
RetryAfterExceptionif parameterretryAftercorresponds 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
- Types2 - Class in org.jclouds.reflect
- Types2() - Constructor for class org.jclouds.reflect.Types2
- typeToken(Class<T>) - Static method in class org.jclouds.reflect.Reflection2
-
gets a
TypeTokenfor the given class. - typeToken(Type) - Static method in class org.jclouds.reflect.Reflection2
-
gets a
TypeTokenfor the given type. - TypeTokenUtils - Class in org.jclouds.util
U
- unRegisterApi(ApiMetadata) - Static method in class org.jclouds.osgi.ApiRegistry
- unregisterProvider(ProviderMetadata) - Static method in class org.jclouds.osgi.ProviderRegistry
- untrustedSSLContextProvider - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- unwrap() - Method in class org.jclouds.internal.BaseView
- unwrap() - Method in interface org.jclouds.View
-
shortcut for
unwrap(getWrappedType()) - unwrap(TypeToken<C>) - Method in class org.jclouds.internal.BaseView
- unwrap(TypeToken<C>) - Method in interface org.jclouds.View
-
Return an object of the specified type to allow access to the backend context.
- Unwrap - Annotation Type in org.jclouds.rest.annotations
-
Unwraps the only value in a nested json response ex.
- unwrapApi(Class<A>) - Method in class org.jclouds.internal.BaseView
- unwrapApi(Class<A>) - Method in interface org.jclouds.View
-
Unwraps the underlying api from this view.
- 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
ProviderMetadatacarrying over the inputProperties, filtering out those which are typed fields inProviderMetadataorApiMetadata - UpdateProviderMetadataFromProperties(ApiMetadata) - Constructor for class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
- UpdateProviderMetadataFromProperties(ApiMetadata, Optional<ProviderMetadata>) - Constructor for class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
- UpdateProviderMetadataFromProperties(ProviderMetadata) - Constructor for class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
- upper() - Method in class org.jclouds.util.PasswordGenerator.Config
- upper() - Method in class org.jclouds.util.PasswordGenerator
-
Returns the upper case configuration.
- uri - Variable in class org.jclouds.domain.ResourceMetadataBuilder
- uri(URI) - Method in class org.jclouds.domain.ResourceMetadataBuilder
- 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 andURIs. - 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(String) - Static method in class org.jclouds.util.Strings2
-
url decodes the input param, if set.
- urlEncode() - Method in annotation type org.jclouds.rest.annotations.Headers
-
Indicates whether a header should be URL encoded.
- 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
- userAgent - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- userExecutor - Variable in class org.jclouds.lifecycle.BaseLifeCycle
- 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
-
Deprecated.
- utils - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
- utils() - Method in interface org.jclouds.Context
- 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, Crypto, DateService, EventBus, Map<String, Credentials>, Logger.LoggerFactory) - Constructor for class org.jclouds.rest.internal.UtilsImpl
V
- validate(String) - Method in class org.jclouds.predicates.validators.AllLowerCaseValidator
- validate(String) - Method in class org.jclouds.predicates.validators.DnsNameValidator
- validate(T) - Method in class org.jclouds.predicates.Validator
-
Validates the parameter
- validateMethodParametersOrThrow(Invocation, List<Parameter>) - 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
PredicateandParamValidatorss. - Validator() - Constructor for class org.jclouds.predicates.Validator
- valOnNotFoundOr404(T, Throwable) - Static method in class org.jclouds.Fallbacks
- value() - Method in annotation type org.jclouds.json.SerializedNames
-
Ordered values that dictate the naming convention for serialization.
- value() - Method in annotation type org.jclouds.rest.annotations.ApiVersionOverride
-
Deprecated.Value to override the default
ApiVersion. - value() - Method in annotation type org.jclouds.rest.annotations.BinderParam
-
how to persist this payload.
- value() - Method in annotation type org.jclouds.rest.annotations.Endpoint
- value() - Method in annotation type org.jclouds.rest.annotations.Fallback
- value() - Method in annotation type org.jclouds.rest.annotations.JAXBResponseParser
-
If present, this is the class that will be used to unmarshal the XML document.
- value() - Method in annotation type org.jclouds.rest.annotations.MapBinder
-
How to bind
PayloadParamvalues, if there is noMapBinderin the method definition - value() - Method in annotation type org.jclouds.rest.annotations.ParamParser
- value() - Method in annotation type org.jclouds.rest.annotations.ParamValidators
- value() - Method in annotation type org.jclouds.rest.annotations.Payload
-
Note that if you'd like curly braces literally in the payload, urlencode them first.
- value() - Method in annotation type org.jclouds.rest.annotations.PayloadParam
- value() - Method in annotation type org.jclouds.rest.annotations.RequestFilters
- value() - Method in annotation type org.jclouds.rest.annotations.ResponseParser
- value() - Method in annotation type org.jclouds.rest.annotations.SelectJson
-
Each of the keys are tried in order.
- value() - Method in annotation type org.jclouds.rest.annotations.SinceApiVersion
-
less than or equal to the String bound to
ApiVersion, typically bound as eitherConstants#PROPERTY_API_VERSIONproperty orContextBuilder#apiVersion - value() - Method in annotation type org.jclouds.rest.annotations.SkipEncoding
- value() - Method in annotation type org.jclouds.rest.annotations.Transform
- value() - Method in annotation type org.jclouds.rest.annotations.WrapWith
-
what to wrap the value in
- value() - Method in annotation type org.jclouds.rest.annotations.XMLResponseParser
- valueAdapter - Variable in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- valueLoaded(Optional<V>) - Method in class org.jclouds.rest.suppliers.ValueLoadedCallback.NoOpCallback
- valueLoaded(Optional<V>) - Method in interface org.jclouds.rest.suppliers.ValueLoadedCallback
- ValueLoadedCallback<V> - Interface in org.jclouds.rest.suppliers
-
Callback that gets called every time the supplier loads new values.
- ValueLoadedCallback.NoOpCallback<V> - Class in org.jclouds.rest.suppliers
-
The default implementation does nothing
- ValueLoadedEvent(Object, Optional<V>) - Constructor for class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.ValueLoadedEvent
- 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.Closer.State
-
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.Closer.State
-
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() - Method in annotation type org.jclouds.rest.annotations.FormParams
- values() - Method in annotation type org.jclouds.rest.annotations.Headers
-
can be defined literally, or with enclosed variables (ex.
- values() - Method in annotation type org.jclouds.rest.annotations.PayloadParams
- values() - Method in annotation type org.jclouds.rest.annotations.QueryParams
- 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.
- verifier - Variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- 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(TypeToken<? extends View>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
- view(TypeToken<? extends View>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- view(Class<? extends View>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
- view(Class<? extends View>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
- View - Interface in org.jclouds
-
Viewallows 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(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.apis.Apis
- 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
- VoidOnNotFoundOr404() - Constructor for class org.jclouds.Fallbacks.VoidOnNotFoundOr404
W
- warn(String, Object...) - Method in class org.jclouds.logging.BaseLogger
- warn(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
- warn(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.BaseLogger
- warn(Throwable, String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
- warn(Throwable, String, Object...) - Method in interface org.jclouds.logging.Logger
- 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(char[], int, int) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
- write(JsonWriter, byte[]) - Method in class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
- write(JsonWriter, Iterable<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.IterableTypeAdapter
- write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
- 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, List<Byte>) - Method in class org.jclouds.json.config.GsonModule.HexByteListAdapter
- write(JsonWriter, Map<K, V>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.MapTypeAdapter
- write(JsonWriter, Properties) - Method in class org.jclouds.json.config.GsonModule.PropertiesAdapter
- write(JsonWriter, Set<E>) - Method in class org.jclouds.json.internal.NullFilteringTypeAdapterFactories.SetTypeAdapter
- write(JsonWriter, L) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
- write(JsonWriter, Credentials) - Method in class org.jclouds.json.config.GsonModule.CredentialsAdapterFactory
- write(String) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
- writeNothing(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
- written - Variable in class org.jclouds.io.payloads.BasePayload
X
- x509Certificate(ByteSource, CertificateFactory) - Static method in class org.jclouds.crypto.Pems
-
Returns the
X509EncodedKeySpecthat is pem encoded in the supplier. - x509Certificate(String) - Static method in class org.jclouds.crypto.Pems
-
Executes
Pems.x509Certificate(ByteSource, 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
- 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.
- ZONE - org.jclouds.domain.LocationScope
- 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.
- 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.
- 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
- 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
- ZoneToProvider - Class in org.jclouds.location.suppliers.all
- ZoneToRegionToProviderOrJustProvider - Class in org.jclouds.location.suppliers.all
All Classes All Packages