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

A

AbstractMapEntry<K,V> - Class in org.jclouds.collect
 
AbstractMapEntry() - Constructor for class org.jclouds.collect.AbstractMapEntry
 
Activator - Class in org.jclouds.osgi
 
Activator() - Constructor for class org.jclouds.osgi.Activator
 
addApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Adds a ApiListener and notifies it of existing ApiMetadata.
addAsInputStream(String) - Method in class org.jclouds.util.InputStreamChain
Adds a String to the end of chain
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.
addHeaderIfAnnotationPresentOnMethod(Multimap<String, String>, Method, Multimap<String, ?>) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
addInputStream(InputStream) - Method in class org.jclouds.util.InputStreamChain
Adds input stream to the end of chain
addListener(Runnable, Executor) - Method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
addListener(Runnable, Executor) - Method in class org.jclouds.concurrent.Futures.FutureListener
 
addListener(Runnable, Executor) - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
addListener(Runnable, Executor) - Method in class org.jclouds.concurrent.Futures.ListenableFutureAdapter
 
addProviderListener(ProviderListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Adds a ProviderListener and notifies it of existing ProviderMetadata.
addQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQuery(String, String...) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQuery(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
addQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
addQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
addQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
addToClose(Closeable) - Method in class org.jclouds.lifecycle.Closer
 
advance(IterableWithMarker<T>, Function<Object, IterableWithMarker<T>>) - Static method in class org.jclouds.collect.PagedIterables
 
AdvanceUntilEmptyIterable<E> - Class in org.jclouds.collect
continues to supply iterables until the last was empty
AdvanceUntilEmptyIterable(Supplier<FluentIterable<E>>) - Constructor for class org.jclouds.collect.AdvanceUntilEmptyIterable
 
advancingIterator(IterableWithMarker<T>, Function<Object, IterableWithMarker<T>>) - Static method in class org.jclouds.collect.PagedIterables
 
afterExecute(Runnable, Throwable) - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor
 
all() - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis available to jclouds regardless of type.
all() - Static method in class org.jclouds.apis.Apis
Returns all available apis.
all() - Static method in class org.jclouds.logging.LoggingModules
all available LoggingModules
all() - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers available to jclouds regardless of type.
all() - Static method in class org.jclouds.providers.Providers
Returns all available providers.
AllLowerCaseValidator - Class in org.jclouds.predicates.validators
Validates that the string parameter doesn't have any uppercase letters.
AllLowerCaseValidator() - Constructor for class org.jclouds.predicates.validators.AllLowerCaseValidator
 
alpha - Variable in class org.jclouds.JcloudsVersion
 
alphaVersion - Variable in class org.jclouds.JcloudsVersion
Non-null iff JcloudsVersion.alpha is true
ALWAYS_RETRY - Static variable in interface org.jclouds.http.HttpRetryHandler
 
ALWAYS_RETRY - Static variable in interface org.jclouds.http.IOExceptionRetryHandler
 
AlwaysPresentImplicitOptionalConverter - Class in org.jclouds.rest.functions
 
AlwaysPresentImplicitOptionalConverter() - Constructor for class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
 
annotationToNameExtractor - Variable in class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
annotationType - Variable in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
annotationType() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
AnonymousProviderMetadata - Class in org.jclouds.providers
Useful in creating arbitrary clients.
AnonymousProviderMetadata(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata
 
AnonymousProviderMetadata(AnonymousProviderMetadata.Builder) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata
 
AnonymousProviderMetadata.Builder - Class in org.jclouds.providers
 
AnonymousProviderMetadata.Builder(ApiMetadata, String) - Constructor for class org.jclouds.providers.AnonymousProviderMetadata.Builder
 
AnonymousRestApiMetadata - Class in org.jclouds.rest
Useful in creating arbitrary clients.
AnonymousRestApiMetadata(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.AnonymousRestApiMetadata
 
AnonymousRestApiMetadata(AnonymousRestApiMetadata.Builder) - Constructor for class org.jclouds.rest.AnonymousRestApiMetadata
 
AnonymousRestApiMetadata.Builder - Class in org.jclouds.rest
 
AnonymousRestApiMetadata.Builder(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.AnonymousRestApiMetadata.Builder
 
AnyOrConfiguredRegionId - Class in org.jclouds.location.predicates.fromconfig
If there are regions configured in RegionIdsFromConfiguration, return true if that set contains the input param.
AnyOrConfiguredRegionId(RegionIdsFromConfiguration) - Constructor for class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
 
AnyOrConfiguredZoneId - Class in org.jclouds.location.predicates.fromconfig
If there are zones configured in ZoneIdsFromConfiguration, return true if that set contains the input param.
AnyOrConfiguredZoneId(ZoneIdsFromConfiguration) - Constructor for class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
 
api - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
api - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
Api - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to an api.
api - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata
 
api - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
apiAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis with the given type.
ApiListener - Interface in org.jclouds.osgi
A listener interface for ApiMetadata.
ApiMetadata - Interface in org.jclouds.apis
The ApiMetadata interface allows jclouds to provide a plugin framework for gathering cloud api metadata.
apiMetadata - Variable in class org.jclouds.ContextBuilder
 
apiMetadata(ApiMetadata) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
apiMetadata(ApiMetadata) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
ApiMetadata.Builder - Interface in org.jclouds.apis
 
apiMetadataAssignableFrom(TypeToken<? extends ApiMetadata>) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with an apimetadata assignable from the given api.
apiMetadataAssignableFrom(TypeToken<? extends ApiMetadata>) - Static method in class org.jclouds.providers.Providers
Returns the providers that are of the provided api.
apiMetadataFunction() - Static method in class org.jclouds.providers.Providers
 
ApiPredicates - Class in org.jclouds.apis
Container for api filters (predicates).
ApiPredicates() - Constructor for class org.jclouds.apis.ApiPredicates
 
ApiRegistry - Class in org.jclouds.apis
A registry for holding ApiMetadata.
ApiRegistry() - Constructor for class org.jclouds.apis.ApiRegistry
 
Apis - Class in org.jclouds.apis
The Apis class provides static methods for accessing apis.
Apis() - Constructor for class org.jclouds.apis.Apis
 
Apis.IdFunction - Enum in org.jclouds.apis
 
apiVersion - Variable in class org.jclouds.ContextBuilder
 
apiVersion(String) - Method in class org.jclouds.ContextBuilder
 
ApiVersion - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to an api version.
appendPath(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
apply(ApiMetadata) - Method in enum org.jclouds.apis.Apis.IdFunction
 
apply(F) - Method in class org.jclouds.collect.FindResourceInSet
 
apply(IterableWithMarker<T>) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
 
apply(K) - Method in class org.jclouds.concurrent.RetryOnTimeOutExceptionFunction
 
apply(String) - Method in class org.jclouds.config.ValueOfConfigurationKeyOrNull
 
apply(String) - Method in enum org.jclouds.crypto.Sha512Crypt.Function
 
apply(Exception) - Method in class org.jclouds.functions.ExceptionToValueOrPropagate
 
apply(Object) - Method in enum org.jclouds.functions.IdentityFunction
 
apply(Object) - Method in class org.jclouds.functions.JoinOnComma
 
apply(Map<K, Supplier<Set<K2>>>) - Method in class org.jclouds.functions.JoinOnK2
 
apply(Iterable<T>) - Method in class org.jclouds.functions.OnlyElementOrNull
 
apply(String) - Method in class org.jclouds.functions.ToLowerCase
 
apply(Throwable) - Method in class org.jclouds.http.functions.HeaderToRetryAfterException
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseContentMD5FromHeaders
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseETagHeader
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseJson
parses the http response body to create a new <T>.
apply(InputStream) - Method in class org.jclouds.http.functions.ParseJson
 
apply(InputStream, Type) - Method in class org.jclouds.http.functions.ParseJson
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseSax
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
 
apply(InputStream) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
 
apply(InputStream, Class<V>) - Method in class org.jclouds.http.functions.ParseXMLWithJAXB
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReleasePayloadAndReturn
 
apply(Exception) - Method in class org.jclouds.http.functions.ReturnFalseOn404
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnInputStream
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnStringIf2xx
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.ReturnTrueIf2xx
 
apply(Exception) - Method in class org.jclouds.http.functions.ReturnTrueOn404
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.UnwrapOnlyJsonValue
 
apply(HttpResponse) - Method in class org.jclouds.http.functions.UnwrapOnlyJsonValueInSet
 
apply(Predicate<String>) - Method in class org.jclouds.internal.FilterStringsBoundToInjectorByName
 
apply(InputStream) - Method in class org.jclouds.io.CopyInputStreamIntoSupplier
 
apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpoint
 
apply(Object) - Method in class org.jclouds.location.functions.RegionToEndpointOrProviderIfNull
 
apply(Location) - Method in enum org.jclouds.location.functions.ToIdAndScope
 
apply(Object) - Method in class org.jclouds.location.functions.ZoneToEndpoint
 
apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
 
apply(String) - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
 
apply(HostAndPort) - Method in class org.jclouds.predicates.InetSocketAddressConnect
 
apply(Void) - Method in class org.jclouds.predicates.PredicateCallable
 
apply(T) - Method in class org.jclouds.predicates.RetryableNumTimesPredicate
 
apply(T) - Method in class org.jclouds.predicates.RetryablePredicate
 
apply(HostAndPort) - Method in class org.jclouds.predicates.SocketOpenUnsupported
 
apply(T) - Method in class org.jclouds.predicates.Validator
 
apply(Properties) - Method in class org.jclouds.providers.internal.UpdateProviderMetadataFromProperties
 
apply(ProviderMetadata) - Method in class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
apply(ProviderMetadata) - Method in class org.jclouds.providers.ProviderPredicates.TransformableTo
apply(ProviderMetadata) - Method in class org.jclouds.providers.Providers.ApiMetadataFunction
 
apply(ProviderMetadata) - Method in enum org.jclouds.providers.Providers.IdFunction
 
apply(Object) - Method in class org.jclouds.rest.annotations.EndpointParam.ReturnSame
 
apply(InputStream) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsFromJsonInputStream
 
apply(Credentials) - Method in class org.jclouds.rest.config.CredentialStoreModule.CredentialsToJsonInputStream
 
apply(ClassMethodArgsAndReturnVal) - Method in class org.jclouds.rest.functions.AlwaysPresentImplicitOptionalConverter
 
apply(Exception) - Method in class org.jclouds.rest.functions.MapHttp4xxCodesToExceptions
 
apply(ClassMethodArgsAndReturnVal) - Method in class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnAbsentOn403Or404Or500
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptyFluentIterableOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptyIterableWithMarkerOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptyListOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptyMapOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptyMultimapOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptyPagedIterableOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnEmptySetOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnFalseOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnNullOnNotFoundOr404
 
apply(Exception) - Method in class org.jclouds.rest.functions.ReturnVoidOnNotFoundOr404
 
apply(F) - Method in class org.jclouds.util.ConcreteFunction
 
apply(String) - Method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
 
arg(Object) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
args(Object[]) - Method in class org.jclouds.internal.ClassMethodArgs.Builder
 
args - Variable in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
args(Iterable<Object>) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
args(Object[]) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
assertEventually(Predicate<Input>, Input, long, String) - Static method in class org.jclouds.predicates.Retryables
 
Assertions - Class in org.jclouds.util
 
Assertions() - Constructor for class org.jclouds.util.Assertions
 
asyncApi - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata
 
asyncApi - Variable in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
AsyncBus - Annotation Type in org.jclouds.events.config.annotations
Used to configure EventBus injection, providing a flexible way to inject the AsyncEventBus.
AsyncClientFactory - Class in org.jclouds.rest
 
AsyncClientFactory(Injector) - Constructor for class org.jclouds.rest.AsyncClientFactory
 
AsyncClientProvider<A> - Class in org.jclouds.rest.config
 
asyncClientType - Variable in class org.jclouds.rest.config.RestClientModule
 
asyncHttp() - Method in class org.jclouds.rest.internal.UtilsImpl
 
asyncHttp() - Method in interface org.jclouds.rest.Utils
#see #getHttpAsyncClient
AsyncRestClientProxy<T> - Class in org.jclouds.rest.internal
Generates RESTful clients from appropriately annotated interfaces.
AsyncRestClientProxy(Injector, AsyncRestClientProxy.Factory, RestAnnotationProcessor<T>, TypeLiteral<T>, LoadingCache<ClassMethodArgs, Object>) - Constructor for class org.jclouds.rest.internal.AsyncRestClientProxy
 
AsyncRestClientProxy.Factory - Interface in org.jclouds.rest.internal
 
atOrAfter(Date) - Method in class org.jclouds.predicates.RetryablePredicate
 
attemptToParseSizeAndRangeFromHeaders(HttpMessage) - Static method in class org.jclouds.http.HttpUtils
 
authenticateSudo(boolean) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
authException - Variable in class org.jclouds.rest.config.RestModule
 
AuthorizationException - Exception in org.jclouds.rest
Thrown when there is an authorization error.
AuthorizationException() - Constructor for exception org.jclouds.rest.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception org.jclouds.rest.AuthorizationException
 
AuthorizationException(Throwable) - Constructor for exception org.jclouds.rest.AuthorizationException
 
available() - Method in class org.jclouds.util.InputStreamChain
 
awaitCompletion(Map<T, ? extends Future<?>>, ExecutorService, 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
 
awaitTermination(long, TimeUnit) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.jclouds.concurrent.MoreExecutors.SameThreadExecutorService
 

B

backend(Injector, TypeToken<? extends Context>) - Method in class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
 
BackoffExponentiallyAndRetryOnThrowableCacheLoader<K,V> - Class in org.jclouds.cache.internal
Exponentially backs off, if we encounter an exception of the given type during any of the following methods: load reload loadAll
BackoffExponentiallyAndRetryOnThrowableCacheLoader(Class<? extends Throwable>, long, long, int, CacheLoader<K, V>) - Constructor for class org.jclouds.cache.internal.BackoffExponentiallyAndRetryOnThrowableCacheLoader
 
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
 
base64(byte[]) - Static method in class org.jclouds.crypto.CryptoStreams
 
base64(String) - Static method in class org.jclouds.crypto.CryptoStreams
decodes base 64 encoded string, regardless of whether padding '=' padding is present.
Base64 - Class in org.jclouds.encryption.internal
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.jclouds.encryption.internal
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.jclouds.encryption.internal.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jclouds.encryption.internal.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.jclouds.encryption.internal
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.jclouds.encryption.internal.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jclouds.encryption.internal.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
base64Decode(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the unencoded value for an input stream which is encoded in Base64.
base64Decoder(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.io.InputSuppliers
base64 decodes bytes from the supplied supplier as they are read.
base64Encode(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the base64 value for a supplied input stream.
base64Encoder(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.io.InputSuppliers
base64 encodes bytes from the supplied supplier as they are read.
base64Url(byte[]) - Static method in class org.jclouds.crypto.CryptoStreams
encodes value substituting '-' and '_' for '+' and '/', and without adding trailing '=' padding.
BaseApiMetadata - Class in org.jclouds.apis.internal
The BaseApiMetadata class is an abstraction of ApiMetadata to be extended by those implementing ApiMetadata.
BaseApiMetadata(BaseApiMetadata.Builder) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
 
BaseApiMetadata(String, String, Set<TypeToken<? extends View>>, String, String, Optional<String>, String, Optional<String>, Optional<String>, Optional<String>, Optional<String>, Properties, URI, TypeToken<? extends Context>, Set<Class<? extends Module>>) - Constructor for class org.jclouds.apis.internal.BaseApiMetadata
 
BaseApiMetadata.Builder - Class in org.jclouds.apis.internal
 
BaseApiMetadata.Builder() - Constructor for class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
BaseCipherPayload - Class in org.jclouds.io.payloads
 
BaseCipherPayload(Payload, Key) - Constructor for class org.jclouds.io.payloads.BaseCipherPayload
 
BaseHttpCommandExecutorService<Q> - Class in org.jclouds.http.internal
 
BaseHttpCommandExecutorService(HttpUtils, ContentMetadataCodec, ExecutorService, DelegatingRetryHandler, IOExceptionRetryHandler, DelegatingErrorHandler, HttpWire) - Constructor for class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
BaseHttpCommandExecutorService.HttpResponseCallable - Class in org.jclouds.http.internal
 
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand) - Constructor for class org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
 
BaseHttpRequestOptions - Class in org.jclouds.http.options
 
BaseHttpRequestOptions() - Constructor for class org.jclouds.http.options.BaseHttpRequestOptions
 
BaseImmutableContentMetadata - Class in org.jclouds.io.payloads
 
BaseImmutableContentMetadata(String, Long, byte[], String, String, String, Date) - Constructor for class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
BaseLifeCycle - Class in org.jclouds.lifecycle
// TODO: Adrian: Document this!
BaseLifeCycle(ExecutorService, LifeCycle...) - Constructor for class org.jclouds.lifecycle.BaseLifeCycle
 
BaseLogger - Class in org.jclouds.logging
Base implementation that constructs formatted log strings.
BaseLogger() - Constructor for class org.jclouds.logging.BaseLogger
 
BaseMutableContentMetadata - Class in org.jclouds.io.payloads
 
BaseMutableContentMetadata() - Constructor for class org.jclouds.io.payloads.BaseMutableContentMetadata
 
BasePayload<V> - Class in org.jclouds.io.payloads
 
BasePayload(V) - Constructor for class org.jclouds.io.payloads.BasePayload
 
BasePayload(V, MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.BasePayload
 
BasePayloadSlicer - Class in org.jclouds.io.internal
 
BasePayloadSlicer() - Constructor for class org.jclouds.io.internal.BasePayloadSlicer
 
BaseProviderMetadata - Class in org.jclouds.providers.internal
The BaseProviderMetadata class is an abstraction of ProviderMetadata to be extended by those implementing ProviderMetadata.
BaseProviderMetadata(BaseProviderMetadata.Builder) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
 
BaseProviderMetadata(String, String, ApiMetadata, String, Properties, Optional<URI>, Optional<URI>, Set<String>, Set<String>) - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata
 
BaseProviderMetadata.Builder - Class in org.jclouds.providers.internal
 
BaseProviderMetadata.Builder() - Constructor for class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
BaseRestApiMetadata - Class in org.jclouds.rest.internal
Useful in creating rest apis.
BaseRestApiMetadata(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.internal.BaseRestApiMetadata
 
BaseRestApiMetadata(BaseRestApiMetadata.Builder) - Constructor for class org.jclouds.rest.internal.BaseRestApiMetadata
 
BaseRestApiMetadata.Builder - Class in org.jclouds.rest.internal
 
BaseRestApiMetadata.Builder(Class<?>, Class<?>) - Constructor for class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
BaseView - Class in org.jclouds.internal
 
BaseView(Context, TypeToken<? extends Context>) - Constructor for class org.jclouds.internal.BaseView
 
BasicAuthentication - Class in org.jclouds.http.filters
Uses Basic Authentication to sign the request.
BasicAuthentication(String, String, Crypto) - Constructor for class org.jclouds.http.filters.BasicAuthentication
 
before(Date) - Method in class org.jclouds.predicates.RetryablePredicate
 
beforeExecute(Thread, Runnable) - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor
 
beta - Variable in class org.jclouds.JcloudsVersion
 
betaVersion - Variable in class org.jclouds.JcloudsVersion
Non-null iff JcloudsVersion.beta is true
BindAsHostPrefix - Class in org.jclouds.rest.binders
 
BindAsHostPrefix() - Constructor for class org.jclouds.rest.binders.BindAsHostPrefix
 
bindAsyncClient(Binder, Class<T>) - Static method in class org.jclouds.rest.config.BinderUtils
 
bindAsyncClient() - Method in class org.jclouds.rest.config.RestClientModule
 
bindClient(Binder, Class<K>, Class<V>, Map<Class<?>, Class<?>>) - Static method in class org.jclouds.rest.config.BinderUtils
 
bindClient() - Method in class org.jclouds.rest.config.RestClientModule
 
bindClientAndAsyncClient(Binder, Class<?>, Class<?>) - Static method in class org.jclouds.rest.config.BinderUtils
adds an explicit binding for a rest client, after which you can inject either the sync or async client class.
bindClientAndAsyncClient(Binder, Class<?>, Class<?>, Map<Class<?>, Class<?>>) - Static method in class org.jclouds.rest.config.BinderUtils
adds an explicit binding for a rest client, after which you can inject either the sync or async client class.
Binder - Interface in org.jclouds.rest
Adds an payload to a request.
BinderParam - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will modify the request, possibly including adding an payload to it.
bindErrorHandlers() - Method in class org.jclouds.rest.config.RestClientModule
overrides this to change the default error handlers for the http engine ex.
BinderUtils - Class in org.jclouds.rest.config
 
BinderUtils() - Constructor for class org.jclouds.rest.config.BinderUtils
 
BindException - Exception in org.jclouds.rest.binders
Exception thrown during the binding process.
BindException(HttpRequest) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindException(HttpRequest, String) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindException(HttpRequest, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindException(HttpRequest, String, Throwable) - Constructor for exception org.jclouds.rest.binders.BindException
 
BindLoggersAnnotatedWithResource - Class in org.jclouds.logging.config
TypeListener that will bind Logger to members annotated with Resource

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

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

C

calculateMD5(Payload, MessageDigest) - Static method in class org.jclouds.io.Payloads
Calculates and sets Payload#setContentMD5 on the payload.
calculateMD5(Payload) - Static method in class org.jclouds.io.Payloads
Uses default md5 generator.
calculateMD5(T, MessageDigest) - Static method in class org.jclouds.io.Payloads
Calculates the md5 on a payload, replacing as necessary.
calculateMD5(T) - Static method in class org.jclouds.io.Payloads
Calculates the md5 on a payload, replacing as necessary.
call() - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
 
caller - Variable in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
caller(ClassMethodArgs) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
CallerArg0ToPagedIterable<T,I extends CallerArg0ToPagedIterable<T,I>> - Class in org.jclouds.collect.internal
 
CallerArg0ToPagedIterable() - Constructor for class org.jclouds.collect.internal.CallerArg0ToPagedIterable
 
cancel(boolean) - Method in class org.jclouds.concurrent.config.DescribedFuture
 
cancel(boolean) - Method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
cancel(boolean) - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
cancel() - Method in class org.jclouds.http.HttpCommandRendezvous
 
cDateFormat(Date) - Method in interface org.jclouds.date.DateService
 
cDateFormat() - Method in interface org.jclouds.date.DateService
 
cDateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
cDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
cDateParse(String) - Method in interface org.jclouds.date.DateService
 
cDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
certFactory() - Method in interface org.jclouds.crypto.Crypto
 
certFactory() - Method in class org.jclouds.encryption.internal.JCECrypto
 
CERTIFICATE_X509_MARKER - Static variable in class org.jclouds.crypto.Pems
 
CHAR_TO_ENCODED - Static variable in class org.jclouds.util.Patterns
 
CHAR_TO_ENCODED_PATTERN - Static variable in class org.jclouds.util.Patterns
 
CHAR_TO_PATTERN - Static variable in class org.jclouds.util.Patterns
 
charAt(int) - Method in class org.jclouds.domain.JsonBall
 
checkBound(TypeToken<T>) - Static method in class org.jclouds.util.TypeTokens2
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
 
checkNotEmpty(String) - Static method in class org.jclouds.util.Preconditions2
Will throw an exception if the argument is null or empty.
checkNotEmpty(String, String) - Static method in class org.jclouds.util.Preconditions2
Will throw an exception if the argument is null or empty.
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
 
ClassLoadingUtils - Class in org.jclouds.util
 
ClassLoadingUtils() - Constructor for class org.jclouds.util.ClassLoadingUtils
 
ClassMethodArgs - Class in org.jclouds.internal
 
ClassMethodArgs(ClassMethodArgs.Builder<?>) - Constructor for class org.jclouds.internal.ClassMethodArgs
 
ClassMethodArgs(Class<?>, Method, Object[]) - Constructor for class org.jclouds.internal.ClassMethodArgs
 
ClassMethodArgs.Builder<B extends ClassMethodArgs.Builder<B>> - Class in org.jclouds.internal
 
ClassMethodArgs.Builder() - Constructor for class org.jclouds.internal.ClassMethodArgs.Builder
 
ClassMethodArgsAndReturnVal - Class in org.jclouds.internal
 
ClassMethodArgsAndReturnVal(Class<?>, Method, Object[], Object) - Constructor for class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
ClassMethodArgsAndReturnVal(ClassMethodArgsAndReturnVal.Builder<?>) - Constructor for class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
ClassMethodArgsAndReturnVal.Builder<B extends ClassMethodArgsAndReturnVal.Builder<B>> - Class in org.jclouds.internal
 
ClassMethodArgsAndReturnVal.Builder() - Constructor for class org.jclouds.internal.ClassMethodArgsAndReturnVal.Builder
 
clazz(Class<?>) - Method in class org.jclouds.internal.ClassMethodArgs.Builder
 
cleanseAttributes(Attributes) - Static method in class org.jclouds.util.SaxUtils
 
cleanup(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
cleanup(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
clear() - Static method in class org.jclouds.apis.ApiRegistry
 
clear() - Method in class org.jclouds.collect.InputSupplierMap
 
clear() - Method in class org.jclouds.collect.TransformingMap
 
clear() - Static method in class org.jclouds.providers.ProviderRegistry
 
clearPath() - Method in class org.jclouds.http.Uris.UriBuilder
 
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.
ClientProvider<S,A> - Class in org.jclouds.rest.config
ClientProvider makes the primary interface for the provider context.
close() - Method in interface org.jclouds.Context
Closes all connections, including executor service
close() - Method in class org.jclouds.encryption.internal.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jclouds.internal.ContextImpl
Closes all connections, including executor service
close() - Method in class org.jclouds.io.payloads.BasePayload
Delegates to release()
close() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
close() - Method in class org.jclouds.io.payloads.StreamingPayload
Delegates to release()
close() - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
close() - Method in class org.jclouds.lifecycle.Closer
 
close() - Method in class org.jclouds.util.InputStreamChain
 
closeClientButKeepContentStream(PayloadEnclosing) - Static method in class org.jclouds.http.HttpUtils
Content stream may need to be read.
CloseContentAndSetExceptionErrorHandler - Class in org.jclouds.http.handlers
 
CloseContentAndSetExceptionErrorHandler() - Constructor for class org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
 
Closer - Class in org.jclouds.lifecycle
This will close objects in the reverse order that they were added.
Closer() - Constructor for class org.jclouds.lifecycle.Closer
 
collocatedWith(ProviderMetadata) - Static method in class org.jclouds.providers.Providers
Returns the providers that have at least one common ISO 3166 code in common regardless of viewableAs.
collocatedWith(ProviderMetadata, TypeToken<? extends View>) - Static method in class org.jclouds.providers.Providers
Returns the providers that have at least one common ISO 3166 code and are of the given viewableAs.
collocatedWith(ProviderMetadata, Class<? extends View>) - Static method in class org.jclouds.providers.Providers
 
command - Variable in exception org.jclouds.http.HttpResponseException
 
compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
compareTo(ResourceMetadata<T>) - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
compareTo(String) - Method in class org.jclouds.domain.JsonBall
 
compose(Future<I>, Function<? super I, ? extends O>, ExecutorService) - Static method in class org.jclouds.concurrent.Futures
Just like Futures#compose except that we check the type of the executorService before creating the Future.
compose(Function<? super F, T>, Supplier<F>) - Static method in class org.jclouds.util.Suppliers2
 
composeMapSupplier(Iterable<Supplier<Map<K, V>>>) - Static method in class org.jclouds.util.Maps2
 
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.
concreteCopy(Iterable<? extends T>) - Static method in class org.jclouds.util.Iterables2
Copies the contents of a wildcarded Iterable into a concrete Iterable of the left bound
ConcreteFunction<F,T> - Class in org.jclouds.util
For wrapping covariant functions for passing to non-covariant methods
ConcreteFunction(Function<? super F, ? extends T>) - Constructor for class org.jclouds.util.ConcreteFunction
 
config - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
config - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
configKey - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
configPrefix - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
configure() - Method in class org.jclouds.concurrent.config.ExecutorServiceModule
 
configure() - Method in class org.jclouds.concurrent.config.ScheduledExecutorServiceModule
 
configure() - Method in class org.jclouds.config.BindNameToContext
 
configure() - Method in class org.jclouds.config.BindPropertiesToExpandedValues
 
configure() - Method in class org.jclouds.config.BindRestContextWithWildcardExtendsExplicitAndRawType
 
configure() - Method in class org.jclouds.events.config.EventBusModule
Configures the EventBus to be singleton and enables the AsyncBus annotation.
configure() - Method in class org.jclouds.http.config.JavaUrlHttpCommandExecutorServiceModule
 
configure() - Method in class org.jclouds.http.config.SSLModule
 
configure() - Method in class org.jclouds.http.functions.config.SaxParserModule
 
configure() - Method in class org.jclouds.json.config.GsonModule
 
configure() - Method in class org.jclouds.lifecycle.config.LifeCycleModule
 
configure() - Method in class org.jclouds.location.config.LocationModule
 
configure() - Method in class org.jclouds.logging.config.ConsoleLoggingModule
note that we override, as if we are not logging, there's no use in the overhead of listening for loggers
configure() - Method in class org.jclouds.logging.config.LoggingModule
 
configure() - Method in class org.jclouds.logging.config.NullLoggingModule
note that we override, as if we are not logging, there's no use in the overhead of listening for loggers
configure() - Method in class org.jclouds.providers.config.BindProviderMetadataContextAndCredentials
 
configure() - Method in class org.jclouds.rest.config.CredentialStoreModule
 
configure() - Method in class org.jclouds.rest.config.RestClientModule
 
configure() - Method in class org.jclouds.rest.config.RestModule
 
ConfiguresCredentialStore - Annotation Type in org.jclouds.rest
designates the module configures a Map<String, ? extends Credentials>
ConfiguresEventBus - Annotation Type in org.jclouds.events.config
Designates the module configures an EventBus.
ConfiguresExecutorService - Annotation Type in org.jclouds.concurrent.config
designates the the module configures a HttpCommandExecutorService
ConfiguresHttpCommandExecutorService - Annotation Type in org.jclouds.http.config
designates the the module configures a HttpCommandExecutorService
ConfiguresRestClient - Annotation Type in org.jclouds.rest
designates the module configures a Client to a cloud.
ConfiguresRestContext - Annotation Type in org.jclouds.rest
designates the module configures a Client to a cloud.
CONSOLE - Static variable in interface org.jclouds.logging.Logger
Assign to member to avoid NPE when no logging module is configured.
console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
console(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
console - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
console(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
ConsoleLogger - Class in org.jclouds.logging
Logger that logs to the console

Useful to get baseline performance unaffected by logging.

ConsoleLogger() - Constructor for class org.jclouds.logging.ConsoleLogger
 
ConsoleLoggingModule - Class in org.jclouds.logging.config
Configures logging of type ConsoleLogger
ConsoleLoggingModule() - Constructor for class org.jclouds.logging.config.ConsoleLoggingModule
 
Constants - Interface in org.jclouds
Constants used in jclouds services.
consumeOnClose(InputStream) - Static method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
containsKey(Object) - Method in class org.jclouds.collect.InputSupplierMap
 
containsKey(Object) - Method in class org.jclouds.collect.TransformingMap
 
containsThrowable(Class<T>) - Static method in class org.jclouds.util.Throwables2
 
content - Variable in class org.jclouds.io.payloads.BasePayload
 
contentDisposition - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentDisposition(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentDisposition - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentEncoding - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentEncoding(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentEncoding - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentLanguage - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentLanguage(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentLanguage - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentLength - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentLength(Long) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentLength - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentMD5 - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentMD5(byte[]) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentMD5 - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
ContentMetadata - Interface in org.jclouds.io
 
contentMetadata - Variable in class org.jclouds.io.payloads.BasePayload
 
contentMetadata - Variable in class org.jclouds.io.payloads.StreamingPayload
 
ContentMetadataBuilder - Class in org.jclouds.io
 
ContentMetadataBuilder() - Constructor for class org.jclouds.io.ContentMetadataBuilder
 
contentMetadataCodec - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
ContentMetadataCodec - Interface in org.jclouds.io
 
ContentMetadataCodec.DefaultContentMetadataCodec - Class in org.jclouds.io
Default implementation, in accordance with HTTP 1.1 spec.
ContentMetadataCodec.DefaultContentMetadataCodec(DateCodecFactory) - Constructor for class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
contentType - Variable in class org.jclouds.io.ContentMetadataBuilder
 
contentType(String) - Method in class org.jclouds.io.ContentMetadataBuilder
 
contentType - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
contentType(String) - Static method in class org.jclouds.io.payloads.Part.PartOptions.Builder
 
contentType(String) - Method in class org.jclouds.io.payloads.Part.PartOptions
 
context(TypeToken<? extends Context>) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
context - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
context(TypeToken<? extends Context>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
context - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
Context - Interface in org.jclouds
Represents an authenticated context to the cloud.
contextAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis who's contexts are assignable from the parameter
contextAssignableFrom(TypeToken<?>) - Static method in class org.jclouds.apis.Apis
Returns all apis who's contexts are assignable from the parameter
contextAssignableFrom(TypeToken<? extends Context>) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with an context assignable from the given type.
contextAssignableFrom(TypeToken<? extends Context>) - Static method in class org.jclouds.providers.Providers
Returns the providers that are of the provided context.
ContextBuilder - Class in org.jclouds
Creates Context or Injector configured to an api and endpoint.
ContextBuilder(ProviderMetadata) - Constructor for class org.jclouds.ContextBuilder
 
ContextBuilder(ProviderMetadata, ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
 
ContextBuilder(ApiMetadata) - Constructor for class org.jclouds.ContextBuilder
 
ContextImpl - Class in org.jclouds.internal
 
ContextImpl(String, ProviderMetadata, String, Utils, Closer) - Constructor for class org.jclouds.internal.ContextImpl
 
contextToken(TypeToken<S>, TypeToken<A>) - Static method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
convert(HttpRequest) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
convert(HttpRequest) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
convertUnsafe(Multimap<K, V>) - Static method in class org.jclouds.util.Maps2
 
copy(ContentMetadata, MutableContentMetadata) - Static method in class org.jclouds.http.HttpUtils
 
copy(String, InputStream) - Method in class org.jclouds.logging.internal.Wire
 
CopyInputStreamInputSupplierMap - Class in org.jclouds.io
 
CopyInputStreamInputSupplierMap(Map<String, InputSupplier<InputStream>>, CopyInputStreamIntoSupplier) - Constructor for class org.jclouds.io.CopyInputStreamInputSupplierMap
 
CopyInputStreamInputSupplierMap(Map<String, InputSupplier<InputStream>>) - Constructor for class org.jclouds.io.CopyInputStreamInputSupplierMap
 
CopyInputStreamIntoSupplier - Class in org.jclouds.io
 
CopyInputStreamIntoSupplier() - Constructor for class org.jclouds.io.CopyInputStreamIntoSupplier
 
copyMetadataAndSetLength(Payload, Payload, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
create(Supplier<FluentIterable<E>>) - Static method in class org.jclouds.collect.AdvanceUntilEmptyIterable
 
create(ListenableFuture<T>, Function<Exception, T>) - Static method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
create(Ticker, DateCodec) - Static method in class org.jclouds.http.functions.HeaderToRetryAfterException
 
create(ParseSax.HandlerWithResult<T>) - Method in interface org.jclouds.http.functions.ParseSax.Factory
 
create() - Static method in class org.jclouds.io.ContentMetadataBuilder
 
create(String, String) - Static method in class org.jclouds.io.payloads.Part
 
create(String, Payload, Part.PartOptions) - Static method in class org.jclouds.io.payloads.Part
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.IgnoreNullFluentIterableTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.IgnoreNullIterableTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.IgnoreNullMapTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.IgnoreNullMultimapTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.IgnoreNullSetTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class org.jclouds.json.internal.OptionalTypeAdapterFactory
 
create(Class<T>) - Method in class org.jclouds.rest.AsyncClientFactory
 
create(Class<T>, AsyncRestClientProxy<T>) - Static method in class org.jclouds.rest.AsyncClientFactory
 
create(String) - Method in interface org.jclouds.rest.binders.BindToJsonPayloadWrappedWith.Factory
 
create(HttpRequest, Function<HttpResponse, ?>) - Method in interface org.jclouds.rest.internal.AsyncRestClientProxy.Factory
 
create(AtomicReference<AuthorizationException>, Supplier<T>, long, TimeUnit) - Static method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
CreateClientForCaller - Class in org.jclouds.rest.config
CreateClientForCaller is parameterized, so clients it creates aren't singletons.
createContext(String, String, String) - Method in class org.jclouds.rest.RestContextFactory
Deprecated.  
createContext(String, Properties) - Method in class org.jclouds.rest.RestContextFactory
Deprecated.  
createContext(String, Iterable<? extends Module>, Properties) - Method in class org.jclouds.rest.RestContextFactory
Deprecated.  
createContext(String, String, String, Properties) - Method in class org.jclouds.rest.RestContextFactory
Deprecated.  
createContext(String, String, String, Iterable<? extends Module>) - Method in class org.jclouds.rest.RestContextFactory
Deprecated.  
createContext(String, String, String, Iterable<? extends Module>, Properties) - Method in class org.jclouds.rest.RestContextFactory
Deprecated. for porting old code to ContextBuilder
createExceptionParserOrThrowResourceNotFoundOn404IfNoAnnotation(Injector, Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
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
 
createRequest(Method, Object...) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
createResponseParser(ParseSax.Factory, Injector, Method, HttpRequest) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
createStringToSign(HttpRequest) - Method in interface org.jclouds.rest.RequestSigner
 
credential - Variable in class org.jclouds.ContextBuilder
 
credential - Variable in class org.jclouds.domain.Credentials.Builder
 
credential(String) - Method in class org.jclouds.domain.Credentials.Builder
 
credential - Variable in class org.jclouds.domain.Credentials
 
credential(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
Credential - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to a key on a provider.
credentialName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
credentialName - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
credentialName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
credentialName - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
credentials(String, String) - Method in class org.jclouds.ContextBuilder
 
Credentials - Class in org.jclouds.domain
 
Credentials(String, String) - Constructor for class org.jclouds.domain.Credentials
 
Credentials.Builder<T extends Credentials> - Class in org.jclouds.domain
 
Credentials.Builder() - Constructor for class org.jclouds.domain.Credentials.Builder
 
credentialStore() - Method in interface org.jclouds.Context
Deprecated. 
credentialStore() - Method in class org.jclouds.internal.ContextImpl
will be removed in jclouds 1.6
credentialStore() - Method in class org.jclouds.rest.internal.UtilsImpl
 
credentialStore() - Method in interface org.jclouds.rest.Utils
 
CredentialStoreModule - Class in org.jclouds.rest.config
 
CredentialStoreModule(Map<String, InputStream>) - Constructor for class org.jclouds.rest.config.CredentialStoreModule
 
CredentialStoreModule() - Constructor for class org.jclouds.rest.config.CredentialStoreModule
 
CredentialStoreModule.CredentialsFromJsonInputStream - Class in org.jclouds.rest.config
 
CredentialStoreModule.CredentialsToJsonInputStream - Class in org.jclouds.rest.config
 
CredentialUtils - Class in org.jclouds.util
 
CredentialUtils() - Constructor for class org.jclouds.util.CredentialUtils
 
Crypto - Interface in org.jclouds.crypto
Allows you to access cryptographic objects and factories without adding a provider to the JCE runtime.
crypto - Variable in class org.jclouds.crypto.RsaSshKeyPairGenerator
 
crypto() - Method in class org.jclouds.rest.internal.UtilsImpl
 
crypto() - Method in interface org.jclouds.rest.Utils
#see #getCrypto
CryptoStreams - Class in org.jclouds.crypto
functions related to but not in ByteStreams
CryptoStreams() - Constructor for class org.jclouds.crypto.CryptoStreams
 
currentOrNegative(StringBuilder) - Static method in class org.jclouds.util.SaxUtils
 
currentOrNull(StringBuilder) - Static method in class org.jclouds.util.SaxUtils
 

D

daemonThreadFactory(String) - Static method in class org.jclouds.concurrent.DynamicExecutors
A priority based thread factory, for all Thread priority constants: Thread.MIN_PRIORITY, Thread.NORM_PRIORITY, Thread.MAX_PRIORITY;

This factory is used instead of Executors.DefaultThreadFactory to allow manipulation of priority and thread owner name.

date() - Method in class org.jclouds.rest.internal.UtilsImpl
 
date() - Method in interface org.jclouds.rest.Utils
#see #getDateService
DateCodec - Interface in org.jclouds.date
converting from Date->String and vice versa.
DateCodecFactory - Interface in org.jclouds.date
Codecs for converting from Date->String and vice versa.
DateService - Interface in org.jclouds.date
Parses and formats the ISO8601, C, and RFC822 date formats found in XML responses and HTTP response headers.
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
dateService - Variable in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
DateServiceDateCodecFactory - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory
 
DateServiceDateCodecFactory.DateServiceIso8601Codec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceIso8601Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
DateServiceDateCodecFactory.DateServiceRfc1123Codec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceRfc1123Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
DateServiceDateCodecFactory.DateServiceRfc822Codec - Class in org.jclouds.date.internal
 
DateServiceDateCodecFactory.DateServiceRfc822Codec(DateService) - Constructor for class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
DateUtils - Class in org.jclouds.date.internal
 
DateUtils() - Constructor for class org.jclouds.date.internal.DateUtils
 
DeadEventLoggingHandler - Class in org.jclouds.events.handlers
Default handler for dead events.
DeadEventLoggingHandler() - Constructor for class org.jclouds.events.handlers.DeadEventLoggingHandler
 
debug(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
debug(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
debug(String, Object...) - Method in interface org.jclouds.logging.Logger
 
debug(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
declaring - Variable in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
declaring(Class<?>) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
DECODE - Static variable in class org.jclouds.encryption.internal.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.jclouds.encryption.internal.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jclouds.encryption.internal.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.jclouds.encryption.internal.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.jclouds.encryption.internal.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jclouds.encryption.internal.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decorate(CacheLoader<K1, V1>) - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
 
decorate(CacheLoader<K1, V1>) - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator
Decorates a cacheloader, or returns the same value, if no retrying features were requested.
decorateRequest(GeneratedHttpRequest) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
DEFAULT_MAX_PERIOD - Static variable in class org.jclouds.predicates.RetryablePredicate
 
DEFAULT_PERIOD - Static variable in class org.jclouds.predicates.RetryablePredicate
 
DEFAULT_USER_AGENT - Static variable in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
DEFAULT_XML_HEADER - Static variable in interface org.jclouds.xml.XMLParser
The default xml header.
defaultCredential(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultCredential - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
defaultCredential(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultCredential - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
defaultEndpoint(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultEndpoint - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
defaultEndpoint(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultEndpoint - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
defaultIdentity(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultIdentity - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
defaultIdentity(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultIdentity - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
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 - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
defaultModules(Set<Class<? extends Module>>) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultModules - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
defaultProperties(Properties) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
defaultProperties - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
defaultProperties(Properties) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
defaultProperties - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
defaultProperties() - Static method in class org.jclouds.apis.internal.BaseApiMetadata
 
defaultProperties - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
defaultProperties(Properties) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
defaultProperties - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
defaultProperties(Properties) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
defaultProperties() - Static method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
delegate() - Method in class org.jclouds.cache.ForwardingCacheLoader
 
delegate() - Method in class org.jclouds.cache.ForwardingCacheLoader.SimpleForwardingCacheLoader
 
delegate() - Method in class org.jclouds.cache.internal.BackoffExponentiallyAndRetryOnThrowableCacheLoader
 
delegate() - Method in class org.jclouds.collect.ForwardingIterableWithMarker
 
delegate - Variable in class org.jclouds.concurrent.config.DescribedFuture
 
delegate - Variable in class org.jclouds.concurrent.config.DescribingExecutorService
 
delegate() - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
delegate() - Method in class org.jclouds.concurrent.Futures.ListenableFutureAdapter
 
delegate() - Method in class org.jclouds.concurrent.RetryOnTimeOutExceptionFunction
 
delegate() - Method in class org.jclouds.internal.BaseView
 
delegate() - Method in class org.jclouds.json.internal.GsonWrapper
 
Delegate - Annotation Type in org.jclouds.rest.annotations
Designates that this method returns a rest client
delegate() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
DelegatingErrorHandler - Class in org.jclouds.http.handlers
Delegates to HttpErrorHandlers who are annotated according to the response codes they relate to.
DelegatingPayload - Class in org.jclouds.io.payloads
 
DelegatingPayload(Payload) - Constructor for class org.jclouds.io.payloads.DelegatingPayload
 
DelegatingRetryHandler - Class in org.jclouds.http.handlers
Delegates to HttpRetryHandlers who are annotated according to the response codes they relate to.
DelegatingRetryHandler(BackoffLimitedRetryHandler, RedirectionRetryHandler) - Constructor for class org.jclouds.http.handlers.DelegatingRetryHandler
 
delegationMap() - Method in class org.jclouds.rest.config.RestModule
Shared for all types of rest clients.
delegationMap - Variable in class org.jclouds.rest.internal.SeedAnnotationCache
 
delete(URI) - Method in interface org.jclouds.rest.HttpAsyncClient
 
delete(URI) - Method in interface org.jclouds.rest.HttpClient
 
dependencies - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
DescribedFuture<T> - Class in org.jclouds.concurrent.config
 
DescribedFuture(Future<T>, String, StackTraceElement[]) - Constructor for class org.jclouds.concurrent.config.DescribedFuture
 
DescribingExecutorService - Class in org.jclouds.concurrent.config
 
DescribingExecutorService(ExecutorService) - Constructor for class org.jclouds.concurrent.config.DescribingExecutorService
 
description - Variable in class org.jclouds.domain.LocationBuilder
 
description(String) - Method in class org.jclouds.domain.LocationBuilder
 
DeserializationConstructorAndReflectiveTypeAdapterFactory - Class in org.jclouds.json.internal
Creates type adapters for types handled in the following ways:

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

DeserializationConstructorAndReflectiveTypeAdapterFactory(ConstructorConstructor, FieldNamingStrategy, Excluder, NamingStrategies.ConstructorFieldNamingStrategy) - Constructor for class org.jclouds.json.internal.DeserializationConstructorAndReflectiveTypeAdapterFactory
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
digest(String) - Method in interface org.jclouds.crypto.Crypto
 
digest(InputSupplier<? extends InputStream>, MessageDigest) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the Digest value for a supplied input stream.
digest(String) - Method in class org.jclouds.encryption.internal.JCECrypto
 
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 - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
documentation(URI) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
documentation - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
DONT_BREAK_LINES - Static variable in class org.jclouds.encryption.internal.Base64
Don't break lines when encoding (violates strict Base64 specification)
doParse(InputSource) - Method in class org.jclouds.http.functions.ParseSax
 
doShutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
doSlice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(String, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(File, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(InputStream, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doSlice(byte[], long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
 
doWork() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
DynamicExecutors - Class in org.jclouds.concurrent
Factory and utility methods for handling DynamicThreadPoolExecutor.
DynamicThreadPoolExecutor - Class in org.jclouds.concurrent
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using DynamicExecutors factory methods.
DynamicThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.jclouds.concurrent.DynamicThreadPoolExecutor
 
DynamicThreadPoolExecutor.DynamicQueue<E> - Class in org.jclouds.concurrent
Much like a SynchronousQueue which acts as a rendezvous channel.
DynamicThreadPoolExecutor.DynamicQueue() - Constructor for class org.jclouds.concurrent.DynamicThreadPoolExecutor.DynamicQueue
Creates a DynamicQueue with a capacity of Integer.MAX_VALUE.
DynamicThreadPoolExecutor.DynamicQueue(int) - Constructor for class org.jclouds.concurrent.DynamicThreadPoolExecutor.DynamicQueue
Creates a DynamicQueue with the given (fixed) capacity.
DynamicThreadPoolExecutor.ForceQueuePolicy - Class in org.jclouds.concurrent
A handler for rejected tasks that adds the specified element to this queue, waiting if necessary for space to become available.
DynamicThreadPoolExecutor.ForceQueuePolicy() - Constructor for class org.jclouds.concurrent.DynamicThreadPoolExecutor.ForceQueuePolicy
 
DynamicThreadPoolExecutor.TimedBlockingPolicy - Class in org.jclouds.concurrent
A handler for rejected tasks that inserts the specified element into this queue, waiting if necessary up to the specified wait time for space to become available.
DynamicThreadPoolExecutor.TimedBlockingPolicy(long) - Constructor for class org.jclouds.concurrent.DynamicThreadPoolExecutor.TimedBlockingPolicy
 

E

EMPTY - Static variable in class org.jclouds.collect.IterableWithMarkers
 
EMPTY - Static variable in class org.jclouds.collect.PagedIterables
 
enabled() - Method in class org.jclouds.logging.internal.Wire
 
ENCODE - Static variable in class org.jclouds.encryption.internal.Base64
Specify encoding.
encodeAsOpenSSH(RSAPublicKey) - Static method in class org.jclouds.crypto.SshKeys
 
encodeAsPem(RSAPrivateKey) - Static method in class org.jclouds.crypto.SshKeys
 
encodeBytes(byte[]) - Static method in class org.jclouds.encryption.internal.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jclouds.encryption.internal.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jclouds.encryption.internal.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jclouds.encryption.internal.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.jclouds.encryption.internal.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.jclouds.encryption.internal.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jclouds.encryption.internal.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeQueryLine(Multimap<String, ?>) - Static method in class org.jclouds.http.utils.Queries
percent encodes the query parameters, excep / and , characters.
encodeQueryLine(Multimap<String, ?>, Iterable<Character>) - Static method in class org.jclouds.http.utils.Queries
percent encodes the query parameters according except characters specified in the skips argument.
encodeToFile(byte[], String) - Static method in class org.jclouds.encryption.internal.Base64
Convenience method for encoding data to a file.
endpoint - Variable in class org.jclouds.ContextBuilder
 
endpoint(String) - Method in class org.jclouds.ContextBuilder
 
endpoint - Variable in class org.jclouds.http.HttpRequest.Builder
 
endpoint(URI) - Method in class org.jclouds.http.HttpRequest.Builder
 
endpoint(String) - Method in class org.jclouds.http.HttpRequest.Builder
 
ENDPOINT - Static variable in interface org.jclouds.location.reference.LocationConstants
 
endpoint - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
endpoint(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
endpoint - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
endpoint(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
Endpoint - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource expects virtual host style requests
endpointName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
endpointName - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
endpointName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
endpointName - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
EndpointParam - Annotation Type in org.jclouds.rest.annotations
Extracts the endpoint of a parameter from an object.
EndpointParam.ReturnSame - Class in org.jclouds.rest.annotations
 
EndpointParam.ReturnSame() - Constructor for class org.jclouds.rest.annotations.EndpointParam.ReturnSame
 
endsWith(String) - Static method in class org.jclouds.util.Predicates2
Returns a predicate that evaluates to true if the String being tested ends with a prefix.
entrySet() - Method in class org.jclouds.collect.InputSupplierMap
 
entrySet() - Method in class org.jclouds.collect.TransformingMap
 
EnumTypeAdapterThatReturnsFromValue<T extends Enum<T>> - Class in org.jclouds.json.internal
 
EnumTypeAdapterThatReturnsFromValue() - Constructor for class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
equals(Object) - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
equals(Object) - Method in class org.jclouds.collect.AbstractMapEntry
 
equals(Object) - Method in class org.jclouds.collect.TransformingSetSupplier
 
equals(Object) - Method in class org.jclouds.concurrent.config.DescribedFuture
 
equals(Object) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
equals(Object) - Method in class org.jclouds.concurrent.internal.SyncProxy
 
equals(Object) - Method in class org.jclouds.concurrent.RetryOnTimeOutExceptionFunction
 
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.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.TransformingHttpCommandImpl
 
equals(Object) - Method in class org.jclouds.internal.BaseView
 
equals(Object) - Method in class org.jclouds.internal.ClassMethodArgs
 
equals(Object) - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
equals(Object) - Method in class org.jclouds.internal.ContextImpl
equals(Object) - Method in class org.jclouds.io.ContentMetadataBuilder
 
equals(Object) - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
equals(Object) - Method in class org.jclouds.io.payloads.BasePayload
 
equals(Object) - Method in class org.jclouds.io.payloads.DelegatingPayload
equals(Object) - Method in class org.jclouds.io.payloads.StreamingPayload
 
equals(Object) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
equals(Object) - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
equals(Object) - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
equals(Object) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor.MethodKey
 
equals(Object) - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
equalsOrSuffix(String, String) - Static method in class org.jclouds.util.SaxUtils
 
error(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
error(Throwable, String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
error(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
error(Throwable, String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
error(String, Object...) - Method in interface org.jclouds.logging.Logger
 
error(Throwable, String, Object...) - Method in interface org.jclouds.logging.Logger
 
error(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
error(Throwable, String, Object...) - Method in class org.jclouds.logging.NullLogger
 
eventBus() - Method in class org.jclouds.rest.internal.UtilsImpl
 
eventBus() - Method in interface org.jclouds.rest.Utils
 
EventBusModule - Class in org.jclouds.events.config
Configures the EventBus to be used in the platform.
EventBusModule() - Constructor for class org.jclouds.events.config.EventBusModule
 
eventuallyTrue(Supplier<Boolean>, long) - Static method in class org.jclouds.util.Assertions
 
exception - Variable in class org.jclouds.http.TransformingHttpCommandImpl
 
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
 
ExceptionParser - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse values out of acceptable exceptions.
ExceptionParsingListenableFuture<T> - Class in org.jclouds.concurrent
Transforms the exceptions in a future upon get Temporarily here until the following is resolved: guava issue 310
ExceptionParsingListenableFuture(ListenableFuture<T>, Function<Exception, T>) - Constructor for class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
ExceptionToValueOrPropagate<E extends Exception,T> - Class in org.jclouds.functions
 
ExceptionToValueOrPropagate(Class<E>, T) - Constructor for class org.jclouds.functions.ExceptionToValueOrPropagate
 
execute(Runnable) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
execute(Runnable) - Method in class org.jclouds.concurrent.MoreExecutors.SameThreadExecutorService
 
execute() - Method in interface org.jclouds.http.TransformingHttpCommand
invoke and transform the response <R> into value type <T>
execute() - Method in class org.jclouds.http.TransformingHttpCommandImpl
invoke and transform the response <R> into value type <T>
executorService - Variable in class org.jclouds.http.TransformingHttpCommandImpl
 
executorService - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
ExecutorServiceModule - Class in org.jclouds.concurrent.config
Configures ExecutorService.
ExecutorServiceModule(ExecutorService, ExecutorService) - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
 
ExecutorServiceModule() - Constructor for class org.jclouds.concurrent.config.ExecutorServiceModule
 
exists(URI) - Method in interface org.jclouds.rest.HttpAsyncClient
 
exists(URI) - Method in interface org.jclouds.rest.HttpClient
 
expand(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
expand(String, Map<String, ?>) - Static method in class org.jclouds.http.UriTemplates
 
expires - Variable in class org.jclouds.io.ContentMetadataBuilder
 
expires(Date) - Method in class org.jclouds.io.ContentMetadataBuilder
 
expires - Variable in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
exponentiallyBackoff() - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator.OnThrowableBuilder
For each attempt, exponentially backoff
extractName(Named) - Method in class org.jclouds.json.internal.NamingStrategies.ExtractNamed
 
extractName(SerializedName) - Method in class org.jclouds.json.internal.NamingStrategies.ExtractSerializedName
 
extractName(A) - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 

F

failureCount - Variable in class org.jclouds.http.TransformingHttpCommandImpl
 
filename(String) - Static method in class org.jclouds.io.payloads.Part.PartOptions.Builder
 
filename(String) - Method in class org.jclouds.io.payloads.Part.PartOptions
 
FilePayload - Class in org.jclouds.io.payloads
 
FilePayload(File) - Constructor for class org.jclouds.io.payloads.FilePayload
 
filter(HttpRequest) - Method in class org.jclouds.http.filters.BasicAuthentication
 
filter(HttpRequestFilter) - Method in class org.jclouds.http.HttpRequest.Builder
 
filter(HttpRequest) - Method in interface org.jclouds.http.HttpRequestFilter
 
filterOutContentHeaders(Multimap<String, String>) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
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
 
findHttpRequestInArgs(Object[]) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
findPayloadInArgs(Object[]) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
FindResourceInSet<F,T> - Class in org.jclouds.collect
 
FindResourceInSet(Supplier<Set<? extends T>>) - Constructor for class org.jclouds.collect.FindResourceInSet
 
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
fingerprint(BigInteger, BigInteger) - Static method in class org.jclouds.crypto.SshKeys
Create a fingerprint per the following spec
fingerprintPrivateKey(String) - Static method in class org.jclouds.crypto.SshKeys
 
fingerprintPublicKey(String) - Static method in class org.jclouds.crypto.SshKeys
 
firstChar(CharSequence) - Static method in class org.jclouds.http.Uris
 
FirstNetwork - Class in org.jclouds.location.suppliers.implicit
 
firstOrJDKLoggingModule() - Static method in class org.jclouds.logging.LoggingModules
the first available LoggingModules from ServiceLoader or JDKLoggingModule
FirstRegion - Class in org.jclouds.location.suppliers.implicit
 
FirstZone - Class in org.jclouds.location.suppliers.implicit
 
flush() - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
flushBase64() - Method in class org.jclouds.encryption.internal.Base64.OutputStream
Method added by PHIL.
forApiWithEndpoint(ApiMetadata, String) - Static method in class org.jclouds.providers.AnonymousProviderMetadata
 
forClientMappedToAsyncClient(Class<?>, Class<?>) - Static method in class org.jclouds.rest.AnonymousRestApiMetadata
 
forClientMappedToAsyncClientOnEndpoint(Class<?>, Class<?>, String) - Static method in class org.jclouds.providers.AnonymousProviderMetadata
 
formParameters - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
FormParams - Annotation Type in org.jclouds.rest.annotations
Designates that a url encoded form will be added to the request.
ForwardingCacheLoader<K,V> - Class in org.jclouds.cache
A ForwardingCacheLoader.SimpleForwardingCacheLoader which forwards all its method calls to another ForwardingCacheLoader.SimpleForwardingCacheLoader.
ForwardingCacheLoader() - Constructor for class org.jclouds.cache.ForwardingCacheLoader
Constructor for use by subclasses.
ForwardingCacheLoader.SimpleForwardingCacheLoader<K,V> - Class in org.jclouds.cache
A simplified version of ForwardingCacheLoader where subclasses can pass in an already constructed CacheLoader as the delegate.
ForwardingCacheLoader.SimpleForwardingCacheLoader(CacheLoader<K, V>) - Constructor for class org.jclouds.cache.ForwardingCacheLoader.SimpleForwardingCacheLoader
 
ForwardingIterableWithMarker<T> - Class in org.jclouds.collect
An iterator which forwards all its method calls to another iterator.
ForwardingIterableWithMarker() - Constructor for class org.jclouds.collect.ForwardingIterableWithMarker
Constructor for use by subclasses.
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.AnonymousRestApiMetadata.Builder
 
fromApiMetadata(ApiMetadata) - Method in class org.jclouds.rest.internal.BaseRestApiMetadata.Builder
 
fromClassMethodArgs(ClassMethodArgs) - Method in class org.jclouds.internal.ClassMethodArgs.Builder
 
fromClassMethodArgsAndReturnVal(ClassMethodArgsAndReturnVal) - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal.Builder
 
fromContentMetadata(ContentMetadata) - Static method in class org.jclouds.io.ContentMetadataBuilder
 
fromContentMetadata(ContentMetadata) - Static method in class org.jclouds.io.payloads.BaseMutableContentMetadata
 
fromCredentials(Credentials) - Static method in class org.jclouds.domain.LoginCredentials
 
fromGeneratedHttpRequest(GeneratedHttpRequest) - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
fromHeaders(MutableContentMetadata, Multimap<String, String>) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
fromHeaders(MutableContentMetadata, Multimap<String, String>) - Method in interface org.jclouds.io.ContentMetadataCodec
Sets properties related to the http headers listed in ContentMetadata.HTTP_HEADERS
fromHttpMessage(HttpMessage) - Method in class org.jclouds.http.HttpMessage.Builder
 
fromHttpRequest(HttpRequest) - Method in class org.jclouds.http.HttpRequest.Builder
 
fromHttpResponse(HttpResponse) - Method in class org.jclouds.http.HttpResponse.Builder
 
fromJson(String, Type) - Method in class org.jclouds.json.internal.GsonWrapper
 
fromJson(String, Class<T>) - Method in class org.jclouds.json.internal.GsonWrapper
 
fromJson(String, Type) - Method in interface org.jclouds.json.Json
Deserialize the generic object from json.
fromJson(String, Class<T>) - Method in interface org.jclouds.json.Json
Deserialize the object from json.
fromKeys(Set<K>, Function<? super K, V>) - Static method in class org.jclouds.util.Maps2
Constructs a map with the given keys where values are generated by the given function.
fromOldSchool(Map<K, Set<V>>) - Static method in class org.jclouds.util.Multimaps2
Deprecated. 
fromPem(InputSupplier<? extends InputStream>, Pems.PemProcessor<T>) - Static method in class org.jclouds.crypto.Pems
Returns the object of generic type T that is pem encoded in the supplier.
fromProviderMetadata(ProviderMetadata) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
fromProviderMetadata(ProviderMetadata) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
fromRegistry() - Static method in class org.jclouds.apis.ApiRegistry
 
fromRegistry() - Static method in class org.jclouds.providers.ProviderRegistry
 
fromSeconds(long) - Method in interface org.jclouds.date.DateService
 
fromSeconds(long) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
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.
function() - Static method in class org.jclouds.crypto.Sha512Crypt
 
futureBooleanLiteral - Static variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 
futureHttpResponseLiteral - Static variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 
futureInputStreamLiteral - Static variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 
FutureIterables - Class in org.jclouds.concurrent
functions related to or replacing those in Iterables dealing with Futures
FutureIterables() - Constructor for class org.jclouds.concurrent.FutureIterables
 
Futures - Class in org.jclouds.concurrent
functions related to or replacing those in Futures
Futures() - Constructor for class org.jclouds.concurrent.Futures
 
Futures.FutureListener<T> - Class in org.jclouds.concurrent
 
Futures.LazyListenableFutureFunctionAdapter<I,O> - Class in org.jclouds.concurrent
 
Futures.ListenableFutureAdapter<T> - Class in org.jclouds.concurrent
 
futureStringLiteral - Static variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 
futureURILiteral - Static variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 
futureVoidLiteral - Static variable in class org.jclouds.rest.internal.RestAnnotationProcessor
 

G

generate() - Static method in class org.jclouds.crypto.SshKeys
return a "public" -> rsa public key, "private" -> its corresponding private key
generate(KeyPairGenerator, SecureRandom) - Static method in class org.jclouds.crypto.SshKeys
 
GeneratedHttpRequest - Class in org.jclouds.rest.internal
Represents a request generated from annotations
GeneratedHttpRequest(String, URI, Multimap<String, String>, Payload, Class<?>, Method, Iterable<Object>, Iterable<HttpRequestFilter>, Optional<ClassMethodArgs>) - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest
 
GeneratedHttpRequest.Builder - Class in org.jclouds.rest.internal
 
GeneratedHttpRequest.Builder() - Constructor for class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
generateRsaKeyPair(KeyPairGenerator, SecureRandom) - Static method in class org.jclouds.crypto.SshKeys
 
get(Object) - Method in class org.jclouds.collect.InputSupplierMap
 
get(Object) - Method in class org.jclouds.collect.TransformingMap
 
get() - Method in class org.jclouds.collect.TransformingSetSupplier
 
get() - Method in class org.jclouds.concurrent.config.DescribedFuture
 
get(long, TimeUnit) - Method in class org.jclouds.concurrent.config.DescribedFuture
 
get() - Method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
get(long, TimeUnit) - Method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
get() - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
get(long, TimeUnit) - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
get() - Method in class org.jclouds.concurrent.RetryOnTimeOutExceptionSupplier
 
get() - Method in class org.jclouds.crypto.RsaSshKeyPairGenerator
 
get() - Method in class org.jclouds.http.config.SSLModule.UntrustedSSLContextSupplier
 
get() - Static method in class org.jclouds.JcloudsVersion
 
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.AsyncClientProvider
 
get() - Method in class org.jclouds.rest.config.ClientProvider
 
get(URI) - Method in interface org.jclouds.rest.HttpAsyncClient
 
get(URI) - Method in interface org.jclouds.rest.HttpClient
 
get() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
get() - Method in class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
 
get() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
get() - Method in class org.jclouds.suppliers.SupplyKeyMatchingValueOrNull
 
get() - Method in enum org.jclouds.util.PasswordGenerator
 
getAcceptableRange() - Method in class org.jclouds.predicates.validators.DnsNameValidator
 
getAcceptedIssuers() - Method in class org.jclouds.http.config.SSLModule.TrustAllCerts
 
getActiveCount() - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor
 
getApi() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
getApi() - Method in class org.jclouds.rest.internal.RestContextImpl
 
getApi() - Method in interface org.jclouds.rest.RestApiMetadata
 
getApi() - Method in interface org.jclouds.rest.RestContext
reflects a tuned connection to the cloud which calls RestContext.getAsyncApi() with predetermined timeouts.
getApiMetadata() - Method in class org.jclouds.ContextBuilder
 
getApiMetadata() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getApiMetadata() - Method in interface org.jclouds.providers.ProviderMetadata
 
getApiVersion() - Method in interface org.jclouds.Context
Deprecated. 
getApiVersion() - Method in class org.jclouds.internal.ContextImpl
will be removed in jclouds 1.6
getArgs() - Method in class org.jclouds.internal.ClassMethodArgs
 
getArgs() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
getAsyncApi() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
getAsyncApi() - Method in class org.jclouds.rest.internal.RestContextImpl
 
getAsyncApi() - Method in interface org.jclouds.rest.RestApiMetadata
 
getAsyncApi() - Method in interface org.jclouds.rest.RestContext
low-level api to the cloud.
getBackendType() - Method in class org.jclouds.internal.BaseView
 
getBackendType() - Method in interface org.jclouds.View
 
getBindings() - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
getBuildVersion() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly identifies the build that the server jclouds connects to is running.
getBuildVersion() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly identifies the build that the server jclouds connects to is running.
getBuildVersion() - Method in interface org.jclouds.Context
Deprecated. 
getBuildVersion() - Method in class org.jclouds.internal.ContextImpl
will be removed in jclouds 1.6
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
 
getClazz() - Method in class org.jclouds.internal.ClassMethodArgs
 
getClientErrorHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
getClientErrorRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
getCommand() - Method in class org.jclouds.http.HttpCommandRendezvous
 
getCommand() - Method in exception org.jclouds.http.HttpResponseException
 
getConnectionTimeout() - Method in class org.jclouds.http.HttpUtils
 
getConsole() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getConsole() - Method in interface org.jclouds.providers.ProviderMetadata
 
getContent() - Method in exception org.jclouds.http.HttpResponseException
 
getContentDisposition() - Method in interface org.jclouds.io.ContentMetadata
Specifies presentational information for the object.
getContentDisposition() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Specifies presentational information for the object.
getContentDisposition() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Specifies presentational information for the object.
getContentEncoding() - Method in interface org.jclouds.io.ContentMetadata
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
getContentEncoding() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
getContentEncoding() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
getContentLanguage() - Method in interface org.jclouds.io.ContentMetadata
Get Content Language of the payload

Not all providers may support it

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

Not all providers may support it

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

Not all providers may support it

getContentLength() - Method in interface org.jclouds.io.ContentMetadata
Returns the total size of the payload, or the chunk that's available.
getContentLength() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Returns the total size of the payload, or the chunk that's available.
getContentLength() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Returns the total size of the payload, or the chunk that's available.
getContentMD5() - Method in interface org.jclouds.io.ContentMetadata
 
getContentMD5() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
getContentMD5() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
getContentMetadata() - Method in interface org.jclouds.io.Payload
 
getContentMetadata() - Method in class org.jclouds.io.payloads.BasePayload
getContentMetadata() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
getContentMetadata() - Method in class org.jclouds.io.payloads.StreamingPayload
getContentType() - Method in interface org.jclouds.io.ContentMetadata
A standard MIME type describing the format of the contents.
getContentType() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
A standard MIME type describing the format of the contents.
getContentType() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
A standard MIME type describing the format of the contents.
getContentType() - Method in class org.jclouds.io.payloads.Part.PartOptions
 
getContext() - Method in interface org.jclouds.apis.ApiMetadata
 
getContext() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getCredentialName() - Method in interface org.jclouds.apis.ApiMetadata
Note: if the api doesn't need a credential, this will return absent.
getCredentialName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Note: if the api doesn't need a credential, this will return absent.
getCredentialStore() - Method in interface org.jclouds.Context
Deprecated. 
getCredentialStore() - Method in class org.jclouds.internal.ContextImpl
will be removed in jclouds 1.6
getCredentialStore() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getCredentialStore() - Method in interface org.jclouds.rest.Utils
retrieves a list of credentials for resources created within this context, keyed on id of the resource with a namespace prefix (ex.
getCrypto() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getCrypto() - Method in interface org.jclouds.rest.Utils
 
getCurrentRequest() - Method in interface org.jclouds.http.HttpCommand
The request associated with this command.
getCurrentRequest() - Method in class org.jclouds.http.TransformingHttpCommandImpl
The request associated with this command.
getDateService() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getDateService() - Method in interface org.jclouds.rest.Utils
 
getDeclaring() - Method in class org.jclouds.concurrent.internal.SyncProxy
 
getDeclaring() - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
getDeclaring() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
getDeclaring() - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
the class that is being processed
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
 
getDelegateOrNull(Method) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
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
getDeserializationConstructor(Class<?>) - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationConstructorNamingStrategy
 
getDeserializationConstructor(Class<?>) - Method in interface org.jclouds.json.internal.NamingStrategies.ConstructorFieldNamingStrategy
 
getDocumentation() - Method in interface org.jclouds.apis.ApiMetadata
 
getDocumentation() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getEncoded(RSAPrivateCrtKey) - Static method in class org.jclouds.crypto.Pems
 
getEndpoint() - Method in interface org.jclouds.Context
Deprecated. 
getEndpoint() - Method in class org.jclouds.http.HttpRequest
 
getEndpoint() - Method in class org.jclouds.internal.ContextImpl
will be removed in jclouds 1.6
getEndpoint() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getEndpoint() - Method in interface org.jclouds.providers.ProviderMetadata
 
getEndpointInParametersOrNull(Method, Object[], Injector) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getEndpointName() - Method in interface org.jclouds.apis.ApiMetadata
The endpointName helps the user supply the correct data when prompted.
getEndpointName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
The endpointName helps the user supply the correct data when prompted.
getEventBus() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getEventBus() - Method in interface org.jclouds.rest.Utils
 
getException() - Method in interface org.jclouds.http.HttpCommand
 
getException() - Method in class org.jclouds.http.TransformingHttpCommandImpl
getException() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
getException() - Method in interface org.jclouds.lifecycle.LifeCycle
 
getExceptionFromDependenciesOrNull() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
getExpires() - Method in interface org.jclouds.io.ContentMetadata
Gives the date/time after which the response is considered stale.
getExpires() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
Gives the date/time after which the response is considered stale.
getExpires() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
Gives the date/time after which the response is considered stale.
getExpiresDateCodec() - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
getFactories() - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
getFailureCount() - Method in interface org.jclouds.http.HttpCommand
This displays the current number of error retries for this command.
getFailureCount() - Method in class org.jclouds.http.TransformingHttpCommandImpl
This displays the current number of error retries for this command.
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
 
getFirstMatrixOrNull(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
 
getFirstThrowableOfType(TransformParallelException, Class<T>) - Static method in class org.jclouds.util.Throwables2
 
getFirstThrowableOfType(ProvisionException, Class<T>) - Static method in class org.jclouds.util.Throwables2
 
getFirstThrowableOfType(CreationException, Class<T>) - Static method in class org.jclouds.util.Throwables2
 
getFromToException() - Method in exception org.jclouds.concurrent.TransformParallelException
 
getFuture() - Method in class org.jclouds.http.HttpCommandRendezvous
 
getHandler() - Method in class org.jclouds.http.functions.ParseSax
 
getHeaders() - Method in class org.jclouds.http.HttpMessage
 
getHeaders() - Method in class org.jclouds.io.payloads.Part
 
getHomepage() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getHomepage() - Method in interface org.jclouds.providers.ProviderMetadata
 
getHttpAsyncClient() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getHttpAsyncClient() - Method in interface org.jclouds.rest.Utils
 
getHttpClient() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getHttpClient() - Method in interface org.jclouds.rest.Utils
 
getHttpMethodOrConstantOrThrowException(Method) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getHttpMethods(Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getId() - Method in interface org.jclouds.apis.ApiMetadata
 
getId() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getId() - Method in class org.jclouds.domain.internal.LocationImpl
Unique ID provided by the provider (us-standard, miami, etc)
getId() - Method in interface org.jclouds.domain.Location
Unique ID provided by the provider (us-standard, miami, etc)
getId() - Method in class org.jclouds.internal.ContextImpl
Unique ID provided by the provider (us-standard, miami, etc)
getId() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getId() - Method in interface org.jclouds.providers.ProviderMetadata
 
getIdentity() - Method in interface org.jclouds.Context
 
getIdentity() - Method in class org.jclouds.internal.ContextImpl
getIdentityName() - Method in interface org.jclouds.apis.ApiMetadata
 
getIdentityName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getIfMatch() - Method in class org.jclouds.http.options.GetOptions
For use in the request header: If-Match

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

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

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

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

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

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

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

getInjector() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getInjector() - Method in interface org.jclouds.rest.Utils
 
getInput() - Method in interface org.jclouds.io.Payload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.BaseCipherPayload
 
getInput() - Method in class org.jclouds.io.payloads.ByteArrayPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.DelegatingPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.FilePayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.InputStreamPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.InputStreamSupplierPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.MultipartForm
 
getInput() - Method in class org.jclouds.io.payloads.PhantomPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.StreamingPayload
 
getInput() - Method in class org.jclouds.io.payloads.StringPayload
Creates a new InputStream object of the payload.
getInput() - Method in class org.jclouds.io.payloads.UrlEncodedFormPayload
Creates a new InputStream object of the payload.
getIoExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getIoExecutor() - Method in interface org.jclouds.rest.Utils
 
getIso3166Codes() - Method in class org.jclouds.domain.internal.LocationImpl
getIso3166Codes() - Method in interface org.jclouds.domain.Location
 
getIso3166Codes() - Method in class org.jclouds.internal.ContextImpl
getIso3166Codes() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
iso 3166 codes; ex.
getIso3166Codes() - Method in interface org.jclouds.providers.ProviderMetadata
iso 3166 codes; ex.
getJavaMethod() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
getJAXBParserKeyForMethod(Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getJson() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getJson() - Method in interface org.jclouds.rest.Utils
 
getJsonParserKeyForMethod(Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getJsonParserKeyForMethodAnType(Method, Type) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getKey() - Method in class org.jclouds.collect.AbstractMapEntry
 
getKeySpec() - Method in class org.jclouds.crypto.pem.PKCS1EncodedPrivateKeySpec
Get the key spec that JCE understands.
getKeySpec() - Method in class org.jclouds.crypto.pem.PKCS1EncodedPublicKeySpec
Get the key spec that JCE understands.
getLastFailure() - Method in class org.jclouds.predicates.PredicateCallable
 
getLastFailure() - Method in interface org.jclouds.predicates.PredicateWithResult
 
getLastValueInMap(Supplier<Map<K, Supplier<V>>>) - Static method in class org.jclouds.util.Suppliers2
 
getLinkedServices() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getLinkedServices() - Method in interface org.jclouds.providers.ProviderMetadata
 
getLocation() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Physical location of the resource, or null if n/a ex.
getLocation() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Physical location of the resource, or null if n/a ex.
getLocation() - Method in interface org.jclouds.domain.ResourceMetadata
Physical location of the resource, or null if n/a ex.
getLogger(String) - Method in class org.jclouds.logging.jdk.JDKLogger.JDKLoggerFactory
 
getLogger(String) - Method in interface org.jclouds.logging.Logger.LoggerFactory
 
getLoggerFactory() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getLoggerFactory() - Method in interface org.jclouds.rest.Utils
 
getMapPayloadBinderOrNull(Method, Object...) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getMaxConnections() - Method in class org.jclouds.http.HttpUtils
 
getMaxConnectionsPerHost() - Method in class org.jclouds.http.HttpUtils
 
getMessage() - Method in class org.jclouds.http.HttpResponse
 
getMessage() - Method in exception org.jclouds.rest.binders.BindException
 
getMetadata() - Method in class org.jclouds.domain.internal.LocationImpl
getMetadata() - Method in interface org.jclouds.domain.Location
 
getMetadata() - Method in class org.jclouds.internal.ContextImpl
getMethod() - Method in class org.jclouds.http.HttpRequest
We cannot return an enum, as per specification custom methods are allowed.
getMethod() - Method in class org.jclouds.internal.ClassMethodArgs
 
getName() - Method in interface org.jclouds.apis.ApiMetadata
 
getName() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getName() - Method in interface org.jclouds.Context
Identifies the Context.
getName() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Name of this resource.
getName() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Name of this resource.
getName() - Method in interface org.jclouds.domain.ResourceMetadata
Name of this resource.
getName() - Method in class org.jclouds.internal.ContextImpl
Identifies the Context.
getName() - Method in class org.jclouds.io.payloads.Part
 
getName() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
getName() - Method in interface org.jclouds.providers.ProviderMetadata
 
getOptionalPassword() - Method in class org.jclouds.domain.LoginCredentials
 
getOptionalPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
 
GetOptions - Class in org.jclouds.http.options
Contains options supported for HTTP GET operations.
GetOptions() - Constructor for class org.jclouds.http.options.GetOptions
 
GetOptions.Builder - Class in org.jclouds.http.options
 
GetOptions.Builder() - Constructor for class org.jclouds.http.options.GetOptions.Builder
 
getParamValue(Method, Object[], Set<Annotation>, Map.Entry<Integer, Set<Annotation>>, String) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getParent() - Method in class org.jclouds.domain.internal.LocationImpl
The parent, or null, if top-level
getParent() - Method in interface org.jclouds.domain.Location
The parent, or null, if top-level
getParent() - Method in class org.jclouds.internal.ContextImpl
The parent, or null, if top-level
getParserOrThrowException(Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getPassword() - Method in class org.jclouds.domain.LoginCredentials
 
getPayload() - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
getPayload() - Method in interface org.jclouds.io.PayloadEnclosing
 
getPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
 
getProviderId() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Unique identifier of this resource within its enclosing namespace.
getProviderId() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Unique identifier of this resource within its enclosing namespace.
getProviderId() - Method in interface org.jclouds.domain.ResourceMetadata
Unique identifier of this resource within its enclosing namespace.
getProviderMetadata() - Method in interface org.jclouds.Context
 
getProviderMetadata() - Method in class org.jclouds.internal.ContextImpl
getProxyHost() - Method in class org.jclouds.http.HttpUtils
 
getProxyPassword() - Method in class org.jclouds.http.HttpUtils
 
getProxyPort() - Method in class org.jclouds.http.HttpUtils
 
getProxyUser() - Method in class org.jclouds.http.HttpUtils
 
getRange() - Method in class org.jclouds.http.options.GetOptions
For use in the header Range

getRanges() - Method in class org.jclouds.http.options.GetOptions
 
getRawContent() - Method in interface org.jclouds.io.Payload
Payload in its original form.
getRawContent() - Method in class org.jclouds.io.payloads.BasePayload
Payload in its original form.
getRawContent() - Method in class org.jclouds.io.payloads.DelegatingPayload
Payload in its original form.
getRawContent() - Method in class org.jclouds.io.payloads.StreamingPayload
 
getRedirectCount() - Method in interface org.jclouds.http.HttpCommand
This displays the current number of redirect attempts for this command.
getRedirectCount() - Method in class org.jclouds.http.TransformingHttpCommandImpl
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 exception org.jclouds.http.functions.ParseContentMD5FromHeaders.NoContentMD5Exception
 
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.functions.ParseContentMD5FromHeaders.NoContentMD5Exception
 
getResponse() - Method in exception org.jclouds.http.HttpResponseException
 
getResult() - Method in class org.jclouds.crypto.Pems.PemProcessor
 
getResult() - Method in class org.jclouds.http.functions.ParseSax.HandlerWithResult
 
getResult() - Method in class org.jclouds.predicates.PredicateCallable
 
getResult() - Method in interface org.jclouds.predicates.PredicateWithResult
 
getReturnTypeForMethod(Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getReturnVal() - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
getSaxResponseParserClassOrNull(Method) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
getScope() - Method in class org.jclouds.domain.internal.LocationImpl
Scope of the location, ex.
getScope() - Method in interface org.jclouds.domain.Location
Scope of the location, ex.
getScope() - Method in class org.jclouds.internal.ContextImpl
Scope of the location, ex.
getSeconds() - Method in exception org.jclouds.rest.RetryAfterException
Get the value of the retry time
getServerErrorHandler() - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
getServerErrorRetryHandler() - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
getSocketOpenTimeout() - Method in class org.jclouds.http.HttpUtils
 
getStatus() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
getStatus() - Method in interface org.jclouds.lifecycle.LifeCycle
 
getStatusCode() - Method in class org.jclouds.http.HttpResponse
 
getStatusLine() - Method in class org.jclouds.http.HttpResponse
 
getSuccessfulToValue() - Method in exception org.jclouds.concurrent.TransformParallelException
 
getSupportedProviders() - Static method in class org.jclouds.rest.Providers
Deprecated. Gets a set of supported providers.
getSupportedProvidersOfType(TypeToken<? extends View>) - Static method in class org.jclouds.rest.Providers
Deprecated. Gets a set of supported providers.
getSystemProperties() - Method in class org.jclouds.ContextBuilder
 
getTransformerForMethod(Method, Injector) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
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.
getUri() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
URI used to access this resource
getUri() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
URI used to access this resource
getUri() - Method in interface org.jclouds.domain.ResourceMetadata
URI used to access this resource
getUser() - Method in class org.jclouds.domain.LoginCredentials
 
getUserExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getUserExecutor() - Method in interface org.jclouds.rest.Utils
 
getUserMetadata() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
Any key-value pairs associated with the resource.
getUserMetadata() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
Any key-value pairs associated with the resource.
getUserMetadata() - Method in interface org.jclouds.domain.ResourceMetadata
Any key-value pairs associated with the resource.
getUtils() - Method in interface org.jclouds.Context
 
getUtils() - Method in class org.jclouds.internal.ContextImpl
getValue() - Method in class org.jclouds.collect.AbstractMapEntry
 
getVersion() - Method in interface org.jclouds.apis.ApiMetadata
Explicitly identifies the version of an api.
getVersion() - Method in class org.jclouds.apis.internal.BaseApiMetadata
Explicitly identifies the version of an api.
getViews() - Method in interface org.jclouds.apis.ApiMetadata
 
getViews() - Method in class org.jclouds.apis.internal.BaseApiMetadata
getWireLog() - Method in class org.jclouds.http.internal.HttpWire
 
getWireLog() - Method in class org.jclouds.http.internal.SignatureWire
 
getWireLog() - Method in class org.jclouds.logging.internal.Wire
 
getWriter(JsonWriter) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
getXml() - Method in class org.jclouds.rest.internal.UtilsImpl
 
getXml() - Method in interface org.jclouds.rest.Utils
 
goodChar - Static variable in enum org.jclouds.util.PasswordGenerator
 
GsonModule - Class in org.jclouds.json.config
Contains logic for parsing objects from Strings.
GsonModule() - Constructor for class org.jclouds.json.config.GsonModule
 
GsonModule.ByteArrayAdapter - Class in org.jclouds.json.config
 
GsonModule.ByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteArrayAdapter
 
GsonModule.ByteListAdapter - Class in org.jclouds.json.config
 
GsonModule.ByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.ByteListAdapter
 
GsonModule.CDateAdapter - Class in org.jclouds.json.config
 
GsonModule.CDateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.CDateAdapter
 
GsonModule.DateAdapter - Class in org.jclouds.json.config
 
GsonModule.DateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.DateAdapter
 
GsonModule.HexByteArrayAdapter - Class in org.jclouds.json.config
 
GsonModule.HexByteArrayAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
 
GsonModule.HexByteListAdapter - Class in org.jclouds.json.config
 
GsonModule.HexByteListAdapter() - Constructor for class org.jclouds.json.config.GsonModule.HexByteListAdapter
 
GsonModule.Iso8601DateAdapter - Class in org.jclouds.json.config
 
GsonModule.Iso8601DateAdapter(DateService) - Constructor for class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
GsonModule.JsonAdapterBindings - Class in org.jclouds.json.config
 
GsonModule.JsonAdapterBindings() - Constructor for class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
GsonModule.LongDateAdapter - Class in org.jclouds.json.config
 
GsonModule.LongDateAdapter() - Constructor for class org.jclouds.json.config.GsonModule.LongDateAdapter
 
GsonModule.NullHackJsonBallAdapter - Class in org.jclouds.json.config
 
GsonModule.NullHackJsonBallAdapter() - Constructor for class org.jclouds.json.config.GsonModule.NullHackJsonBallAdapter
 
GsonModule.PropertiesAdapter - Class in org.jclouds.json.config
 
GsonModule.PropertiesAdapter(Provider<Gson>) - Constructor for class org.jclouds.json.config.GsonModule.PropertiesAdapter
 
GsonWrapper - Class in org.jclouds.json.internal
 
GsonWrapper(Gson) - Constructor for class org.jclouds.json.internal.GsonWrapper
 
GZIP - Static variable in class org.jclouds.encryption.internal.Base64
Specify that data should be gzip-compressed.

H

handleDeadEvent(DeadEvent) - Method in class org.jclouds.events.handlers.DeadEventLoggingHandler
Due to Guava Issue 786 DeadEventLoggingHandler.handleDeadEvent(DeadEvent) is marked finalto avoid having duplicate events.
handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.CloseContentAndSetExceptionErrorHandler
 
handleError(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.DelegatingErrorHandler
 
handleError(HttpCommand, HttpResponse) - Method in interface org.jclouds.http.HttpErrorHandler
 
hashCode() - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
hashCode() - Method in class org.jclouds.collect.AbstractMapEntry
 
hashCode() - Method in class org.jclouds.collect.TransformingSetSupplier
 
hashCode() - Method in class org.jclouds.concurrent.config.DescribedFuture
 
hashCode() - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
hashCode() - Method in class org.jclouds.concurrent.internal.SyncProxy
 
hashCode() - Method in class org.jclouds.concurrent.RetryOnTimeOutExceptionFunction
 
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.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.TransformingHttpCommandImpl
 
hashCode() - Method in class org.jclouds.internal.BaseView
 
hashCode() - Method in class org.jclouds.internal.ClassMethodArgs
 
hashCode() - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
hashCode() - Method in class org.jclouds.internal.ContextImpl
hashCode() - Method in class org.jclouds.io.ContentMetadataBuilder
 
hashCode() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
hashCode() - Method in class org.jclouds.io.payloads.BasePayload
 
hashCode() - Method in class org.jclouds.io.payloads.DelegatingPayload
hashCode() - Method in class org.jclouds.io.payloads.StreamingPayload
 
hashCode() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
hashCode() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
hashCode() - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
hashCode() - Method in class org.jclouds.rest.internal.RestAnnotationProcessor.MethodKey
 
hashCode() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
hasPassword() - Method in class org.jclouds.domain.LoginCredentials
 
hasPasswordOption() - Method in class org.jclouds.domain.LoginCredentials
 
hasPrivateKey() - Method in class org.jclouds.domain.LoginCredentials
 
hasPrivateKeyOption() - 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(Multimap<String, String>) - Method in class org.jclouds.http.HttpMessage.Builder
replaces all headers with the the supplied multimap.
headers - Variable in class org.jclouds.http.HttpMessage
 
headers - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
Headers - Annotation Type in org.jclouds.rest.annotations
Designates that a header will be added to the request.
HeaderToRetryAfterException - Class in org.jclouds.http.functions
propagates as RetryAfterException if a Throwable is an HttpResponseException with a set and a valid HttpHeaders.RETRY_AFTER header set.
hear(TypeLiteral<I>, TypeEncounter<I>) - Method in class org.jclouds.logging.config.BindLoggersAnnotatedWithResource
 
hex(byte[]) - Static method in class org.jclouds.crypto.CryptoStreams
 
hex(String) - Static method in class org.jclouds.crypto.CryptoStreams
 
hexDecode(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the unencoded value for an input stream which is encoded in hex.
hexEncode(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the hex value for a supplied input stream.
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 - Static variable in class org.jclouds.encryption.internal.JCECrypto
 
hmacSHA1(byte[]) - Method in class org.jclouds.encryption.internal.JCECrypto
 
hmacSHA256(byte[]) - Method in interface org.jclouds.crypto.Crypto
 
HmacSHA256 - Static variable in class org.jclouds.encryption.internal.JCECrypto
 
hmacSHA256(byte[]) - Method in class org.jclouds.encryption.internal.JCECrypto
 
homepage - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
homepage(URI) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
homepage - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
homepage(URI) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
host(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
http() - Method in class org.jclouds.rest.internal.UtilsImpl
 
http() - Method in interface org.jclouds.rest.Utils
#see #getHttpClient
HTTP_HEADERS - Static variable in interface org.jclouds.io.ContentMetadata
 
HttpAsyncClient - Interface in org.jclouds.rest
Simple rest client
HttpClient - Interface in org.jclouds.rest
Simple client
HttpCommand - Interface in org.jclouds.http
Command whose endpoint is an http service.
HttpCommandExecutorService - Interface in org.jclouds.http
Capable of invoking http commands.
HttpCommandRendezvous<T,R extends HttpRequest> - Class in org.jclouds.http
Used for passing objects for response processing
HttpCommandRendezvous(HttpCommand, SynchronousQueue, Future<T>) - Constructor for class org.jclouds.http.HttpCommandRendezvous
 
HttpErrorHandler - Interface in org.jclouds.http
Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.
HttpException - Exception in org.jclouds.http
// TODO: Adrian: Document this!
HttpException(String) - Constructor for exception org.jclouds.http.HttpException
 
HttpException(String, Throwable) - Constructor for exception org.jclouds.http.HttpException
 
HttpException(Throwable) - Constructor for exception org.jclouds.http.HttpException
 
HttpMessage - Class in org.jclouds.http
Represents a request that can be executed within HttpCommandExecutorService
HttpMessage(Multimap<String, String>, Payload) - Constructor for class org.jclouds.http.HttpMessage
 
HttpMessage.Builder<T extends HttpMessage.Builder<T>> - Class in org.jclouds.http
 
HttpMessage.Builder() - Constructor for class org.jclouds.http.HttpMessage.Builder
 
HttpRequest - Class in org.jclouds.http
Represents a request that can be executed within HttpCommandExecutorService
HttpRequest(String, URI, Multimap<String, String>, Payload, Iterable<HttpRequestFilter>) - Constructor for class org.jclouds.http.HttpRequest
 
HttpRequest.Builder<T extends HttpRequest.Builder<T>> - Class in org.jclouds.http
 
HttpRequest.Builder() - Constructor for class org.jclouds.http.HttpRequest.Builder
 
HttpRequestFilter - Interface in org.jclouds.http
// TODO: Adrian: Document this! NOTE: HttpRequestFilter.filter(org.jclouds.http.HttpRequest) must be idempotent in a sense that multiple calls to it with the same request yield in the same output.
HttpRequestOptions - Interface in org.jclouds.http.options
Builds options that override or append to HttpRequests.
HttpResponse - Class in org.jclouds.http
Represents a response produced from HttpCommandExecutorService
HttpResponse(int, String, Multimap<String, String>, Payload) - Constructor for class org.jclouds.http.HttpResponse
 
HttpResponse.Builder<T extends HttpResponse.Builder<T>> - Class in org.jclouds.http
 
HttpResponse.Builder() - Constructor for class org.jclouds.http.HttpResponse.Builder
 
HttpResponseException - Exception in org.jclouds.http
Represents an error obtained from an HttpResponse.
HttpResponseException(String, HttpCommand, HttpResponse, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(String, HttpCommand, HttpResponse, String, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse, String, Throwable) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(String, HttpCommand, HttpResponse) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(String, HttpCommand, HttpResponse, String) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpResponseException(HttpCommand, HttpResponse, String) - Constructor for exception org.jclouds.http.HttpResponseException
 
HttpRetryHandler - Interface in org.jclouds.http
Indicate whether a request should be retried after a server error response (HTTP status code >= 500) based on the request's replayable status and the number of attempts already performed.
HttpUtils - Class in org.jclouds.http
 
HttpUtils(int, int, int, int) - Constructor for class org.jclouds.http.HttpUtils
 
HttpWire - Class in org.jclouds.http.internal
 
HttpWire() - Constructor for class org.jclouds.http.internal.HttpWire
 

I

id(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
id(String) - Static method in class org.jclouds.apis.ApiPredicates
Returns all apis with the given id.
id - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
id(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
id - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
id - Variable in class org.jclouds.domain.LocationBuilder
 
id(String) - Method in class org.jclouds.domain.LocationBuilder
 
id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
id(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
id - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
id(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
id(String) - Static method in class org.jclouds.providers.ProviderPredicates
Returns all providers with the given id.
identity - Variable in class org.jclouds.ContextBuilder
 
identity - Variable in class org.jclouds.domain.Credentials.Builder
 
identity(String) - Method in class org.jclouds.domain.Credentials.Builder
 
identity - Variable in class org.jclouds.domain.Credentials
 
identity(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
Identity - Annotation Type in org.jclouds.rest.annotations
Designates that this Resource qualifies an object to an identity on a provider.
IdentityFunction - Enum in org.jclouds.functions
 
identityName(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
identityName - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
identityName(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
identityName - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
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.
IgnoreNullFluentIterableTypeAdapterFactory - Class in org.jclouds.json.internal
Eliminates null values when deserializing FluentIterables

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

IgnoreNullFluentIterableTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.IgnoreNullFluentIterableTypeAdapterFactory
 
IgnoreNullIterableTypeAdapterFactory - Class in org.jclouds.json.internal
Eliminates null values when deserializing Iterables

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

IgnoreNullIterableTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.IgnoreNullIterableTypeAdapterFactory
 
IgnoreNullMapTypeAdapterFactory - Class in org.jclouds.json.internal
Eliminates null values when deserializing Maps

Treats {"a":null} as the empty map; {"a":1, "b":null} as {"a":1}; etc.

IgnoreNullMapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.IgnoreNullMapTypeAdapterFactory
 
IgnoreNullMultimapTypeAdapterFactory - Class in org.jclouds.json.internal
Parses Multimaps to/from json - strips out any null values when deserializing
IgnoreNullMultimapTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.IgnoreNullMultimapTypeAdapterFactory
 
IgnoreNullSetTypeAdapterFactory - Class in org.jclouds.json.internal
Eliminates null values when deserializing Sets.
IgnoreNullSetTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.IgnoreNullSetTypeAdapterFactory
 
implicitLocationSupplier(AtomicReference<AuthorizationException>, long, ImplicitLocationSupplier) - Method in class org.jclouds.location.config.LocationModule
 
ImplicitLocationSupplier - Interface in org.jclouds.location.suppliers
 
ImplicitOptionalConverter - Interface in org.jclouds.rest.functions
When a client marked @Delegate is optional, the implementation of this is responsible for creating the optional object.
implicitRegionIdSupplier(AtomicReference<AuthorizationException>, long, ImplicitRegionIdSupplier) - Method in class org.jclouds.location.config.LocationModule
 
ImplicitRegionIdSupplier - Interface in org.jclouds.location.suppliers
 
imposeBackoffExponentialDelay(int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
imposeBackoffExponentialDelay(long, int, int, int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
imposeBackoffExponentialDelay(long, long, int, int, int, String) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
incrementFailureCount() - Method in interface org.jclouds.http.HttpCommand
increment the current failure count.
incrementFailureCount() - Method in class org.jclouds.http.TransformingHttpCommandImpl
increment the current failure count.
incrementRedirectCount() - Method in interface org.jclouds.http.HttpCommand
increments the current number of redirect attempts for this command.
incrementRedirectCount() - Method in class org.jclouds.http.TransformingHttpCommandImpl
increments the current number of redirect attempts for this command.
indexWithOnlyOneAnnotation(Method, String, LoadingCache<Method, LoadingCache<Integer, Set<Annotation>>>) - Static method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
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.
InetSocketAddressConnect() - Constructor for class org.jclouds.predicates.InetSocketAddressConnect
 
info(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
info(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
info(String, Object...) - Method in interface org.jclouds.logging.Logger
 
info(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
initializeCipher(Key) - Method in class org.jclouds.io.payloads.BaseCipherPayload
 
initializeCipher(Key) - Method in class org.jclouds.io.payloads.RSADecryptingPayload
 
initializeCipher(Key) - Method in class org.jclouds.io.payloads.RSAEncryptingPayload
 
injector - Variable in class org.jclouds.config.ValueOfConfigurationKeyOrNull
 
injector - Variable in class org.jclouds.rest.internal.SeedAnnotationCache
 
injector() - Method in class org.jclouds.rest.internal.UtilsImpl
 
injector() - Method in interface org.jclouds.rest.Utils
#see #getInjector
input(InputStream) - Method in class org.jclouds.logging.internal.Wire
 
input(PayloadEnclosing) - Method in class org.jclouds.logging.internal.Wire
 
InputParamValidator - Class in org.jclouds.rest
Validates method parameters.
InputParamValidator(Injector) - Constructor for class org.jclouds.rest.InputParamValidator
 
InputParamValidator() - Constructor for class org.jclouds.rest.InputParamValidator
 
InputStreamChain - Class in org.jclouds.util
InputStream implementation that allows chaining of various streams for seamless sequential reading
InputStreamChain(InputStream...) - Constructor for class org.jclouds.util.InputStreamChain
 
InputStreamPayload - Class in org.jclouds.io.payloads
 
InputStreamPayload(InputStream) - Constructor for class org.jclouds.io.payloads.InputStreamPayload
 
InputStreamSupplierPayload - Class in org.jclouds.io.payloads
 
InputStreamSupplierPayload(InputSupplier<? extends InputStream>) - Constructor for class org.jclouds.io.payloads.InputStreamSupplierPayload
 
InputSupplierMap<K,V> - Class in org.jclouds.collect
 
InputSupplierMap(Map<K, InputSupplier<V>>, Function<V, InputSupplier<V>>) - Constructor for class org.jclouds.collect.InputSupplierMap
 
InputSuppliers - Class in org.jclouds.io
functions related to or replacing those in InputSupplier
InputSuppliers() - Constructor for class org.jclouds.io.InputSuppliers
 
installLocations() - Method in class org.jclouds.rest.config.RestModule
 
INSTANCE - Static variable in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
instantiateAvailableClasses(Bundle, Iterable<String>, Class<T>) - Static method in class org.jclouds.osgi.Bundles
instantiates the supplied classnames using the bundle classloader, and casts to the supplied type.
InsufficientResourcesException - Exception in org.jclouds.rest
Thrown when there is a quota or otherwise limit preventing the operation from occurring.
InsufficientResourcesException() - Constructor for exception org.jclouds.rest.InsufficientResourcesException
 
InsufficientResourcesException(String, Throwable) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
 
InsufficientResourcesException(Throwable) - Constructor for exception org.jclouds.rest.InsufficientResourcesException
 
intersectingIso3166Code(ProviderMetadata) - Static method in class org.jclouds.providers.ProviderPredicates
Return all providers that have at least one ISO 3166 code in common with the given provider metadata.
InvocationContext<I extends InvocationContext<I>> - Interface in org.jclouds.rest
Passes generated Http request into this object;
invoke(Object, Method, Object[]) - Method in class org.jclouds.concurrent.internal.SyncProxy
 
invoke(Q) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
invoke(HttpURLConnection) - Method in class org.jclouds.http.internal.JavaUrlHttpCommandExecutorService
 
invoke(HttpRequest) - Method in interface org.jclouds.rest.HttpAsyncClient
 
invoke(HttpRequest) - Method in interface org.jclouds.rest.HttpClient
 
invoke(Object, Method, Object[]) - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
IOExceptionRetryHandler - Interface in org.jclouds.http
 
ioExecutor() - Method in class org.jclouds.rest.internal.UtilsImpl
 
ioExecutor() - Method in interface org.jclouds.rest.Utils
#see #getIoExecutor
IP_PATTERN - Static variable in class org.jclouds.util.Patterns
 
isAcceptable(Result) - Method in class org.jclouds.predicates.PredicateCallable
 
isCancelled() - Method in class org.jclouds.concurrent.config.DescribedFuture
 
isCancelled() - Method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
isCancelled() - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
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
 
isDone() - Method in class org.jclouds.concurrent.config.DescribedFuture
 
isDone() - Method in class org.jclouds.concurrent.ExceptionParsingListenableFuture
 
isDone() - Method in class org.jclouds.concurrent.Futures.LazyListenableFutureFunctionAdapter
 
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
 
isHttpMethod(Method) - Static method in class org.jclouds.rest.internal.SeedAnnotationCache
 
isInfoEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isInfoEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isInfoEnabled() - Method in interface org.jclouds.logging.Logger
 
isInfoEnabled() - Method in class org.jclouds.logging.NullLogger
 
isNetwork() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
Iso3166 - Annotation Type in org.jclouds.location
Related to a Iso3166 code
ISO3166_CODES - Static variable in interface org.jclouds.location.reference.LocationConstants
 
iso3166Code(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
iso3166Code(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
iso3166Codes - Variable in class org.jclouds.domain.LocationBuilder
 
iso3166Codes(Iterable<String>) - Method in class org.jclouds.domain.LocationBuilder
 
iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
iso3166Codes(Iterable<String>) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
iso3166Codes(String...) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
iso3166Codes - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
iso3166Codes(Iterable<String>) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
iso3166Codes(String...) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
iso8601() - Method in interface org.jclouds.date.DateCodecFactory
 
iso8601() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
iso8601DateFormat(Date) - Method in interface org.jclouds.date.DateService
 
iso8601DateFormat() - Method in interface org.jclouds.date.DateService
 
iso8601DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601DateParse(String) - Method in interface org.jclouds.date.DateService
 
iso8601DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601Seconds() - Method in interface org.jclouds.date.DateCodecFactory
 
iso8601Seconds() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
iso8601SecondsDateFormat(Date) - Method in interface org.jclouds.date.DateService
 
iso8601SecondsDateFormat() - Method in interface org.jclouds.date.DateService
 
iso8601SecondsDateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601SecondsDateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
iso8601SecondsDateParse(String) - Method in interface org.jclouds.date.DateService
 
iso8601SecondsDateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
isoCodesSupplier(AtomicReference<AuthorizationException>, long, LocationIdToIso3166CodesSupplier) - Method in class org.jclouds.location.config.LocationModule
 
isPrivateIPAddress(String) - Static method in class org.jclouds.util.InetAddresses2
 
isPrivateKeyCredential(Credentials) - Static method in class org.jclouds.util.CredentialUtils
 
isPrivateKeyCredential(String) - Static method in class org.jclouds.util.CredentialUtils
 
isPrivateKeyEncrypted(byte[]) - Static method in class org.jclouds.util.CredentialUtils
 
isProvider() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isRegion() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isRepeatable() - Method in interface org.jclouds.io.Payload
Tells if the payload is capable of producing its data more than once.
isRepeatable() - Method in class org.jclouds.io.payloads.BasePayload
By default we are repeatable.
isRepeatable() - Method in class org.jclouds.io.payloads.DelegatingPayload
Tells if the payload is capable of producing its data more than once.
isRepeatable() - Method in class org.jclouds.io.payloads.InputStreamPayload
By default we are repeatable.
isRepeatable() - Method in class org.jclouds.io.payloads.InputStreamSupplierPayload
By default we are repeatable.
isRepeatable() - Method in class org.jclouds.io.payloads.MultipartForm
 
isRepeatable() - Method in class org.jclouds.io.payloads.StreamingPayload
By default we are not repeatable.
isReplayable() - Method in interface org.jclouds.http.HttpCommand
Commands need to be replayed, if redirected or on a retryable error.
isReplayable() - Method in class org.jclouds.http.TransformingHttpCommandImpl
Commands need to be replayed, if redirected or on a retryable error.
isRestCall(Method) - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
isReturnTypeOptional(Method) - Static method in class org.jclouds.util.Optionals2
 
isShutdown() - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
isShutdown() - Method in class org.jclouds.concurrent.MoreExecutors.SameThreadExecutorService
 
isSystem() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isTerminated() - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
isTerminated() - Method in class org.jclouds.concurrent.MoreExecutors.SameThreadExecutorService
 
isToken(CharSequence, char) - Static method in class org.jclouds.http.Uris
 
isTraceEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isTraceEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isTraceEnabled() - Method in interface org.jclouds.logging.Logger
 
isTraceEnabled() - Method in class org.jclouds.logging.NullLogger
 
isUrlEncoded(String) - Static method in class org.jclouds.util.Strings2
 
isWarnEnabled() - Method in class org.jclouds.logging.ConsoleLogger
isWarnEnabled() - Method in class org.jclouds.logging.jdk.JDKLogger
 
isWarnEnabled() - Method in interface org.jclouds.logging.Logger
 
isWarnEnabled() - Method in class org.jclouds.logging.NullLogger
 
isZone() - Static method in class org.jclouds.location.predicates.LocationPredicates
 
isZoneOrRegionWhereRegionIdEquals(String) - Static method in class org.jclouds.location.predicates.LocationPredicates
 
Iterables2 - Class in org.jclouds.util
General utilities used in jclouds code for Iterables.
Iterables2() - Constructor for class org.jclouds.util.Iterables2
 
IterableWithMarker<T> - Class in org.jclouds.collect
An Iterable that can be continued
IterableWithMarker() - Constructor for class org.jclouds.collect.IterableWithMarker
 
IterableWithMarkers - Class in org.jclouds.collect
Utilities for using IterableWithMarkers.
IterableWithMarkers() - Constructor for class org.jclouds.collect.IterableWithMarkers
 
iterator() - Method in class org.jclouds.collect.AdvanceUntilEmptyIterable
 
iterator() - Method in class org.jclouds.collect.ForwardingIterableWithMarker
 

J

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

K

keyBlob(BigInteger, BigInteger) - Static method in class org.jclouds.crypto.SshKeys
 
keySetFunction() - Static method in class org.jclouds.util.Maps2
 

L

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

M

mac(InputSupplier<? extends InputStream>, Mac) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the MAC value for a supplied input stream.
macBase64(InputSupplier<? extends InputStream>, Mac) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the MAC value for a supplied input stream.
majorVersion - Variable in class org.jclouds.JcloudsVersion
 
makeListenable(Future<T>, ExecutorService) - Static method in class org.jclouds.concurrent.Futures
Just like Futures#makeListenable except that we pass in an executorService.
makeShadowLine(String, String, Crypto) - Static method in class org.jclouds.crypto.Sha512Crypt
This method actually generates an Sha512 crypted password hash from a plaintext password and a salt.
MapBinder - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will hold the payload for a PUT or POST command.
MapBinder - Interface in org.jclouds.rest
Builds the payload of a Post request.
MapHttp4xxCodesToExceptions - Class in org.jclouds.rest.functions
 
MapHttp4xxCodesToExceptions(PropagateIfRetryAfter) - Constructor for class org.jclouds.rest.functions.MapHttp4xxCodesToExceptions
 
Maps2 - Class in org.jclouds.util
General utilities used in jclouds code for Maps.
Maps2() - Constructor for class org.jclouds.util.Maps2
 
mark(int) - Method in class org.jclouds.util.InputStreamChain
 
markerToNextForCallingArg0(String) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
 
markSupported() - Method in class org.jclouds.util.InputStreamChain
 
matches(F, T) - Method in class org.jclouds.collect.FindResourceInSet
 
matrixParameters - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
MatrixParams - Annotation Type in org.jclouds.rest.annotations
Designates that a matrix param will be added to the request.
maxPeriodMs(long) - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
The initial period in milliseconds to delay between tries.
maxTries(int) - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
The maximum attempts to try on the given exception type

default: 5

md5() - Method in interface org.jclouds.crypto.Crypto
 
md5(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the MD5 value for a supplied input stream.
md5(byte[]) - Static method in class org.jclouds.crypto.CryptoStreams
 
MD5 - Static variable in class org.jclouds.encryption.internal.JCECrypto
 
md5() - Method in class org.jclouds.encryption.internal.JCECrypto
 
md5Base64(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
 
md5Hex(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
 
md5Hex(String) - Static method in class org.jclouds.crypto.CryptoStreams
 
Memoized - Annotation Type in org.jclouds.collect
Designates that this object is going to return cached results
memoizedLocationsSupplier(AtomicReference<AuthorizationException>, long, LocationsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier<T> - Class in org.jclouds.rest.suppliers
This will retry the supplier if it encounters a timeout exception, but not if it encounters an AuthorizationException.
message - Variable in class org.jclouds.http.HttpResponse.Builder
 
message(String) - Method in class org.jclouds.http.HttpResponse.Builder
 
metadata - Variable in class org.jclouds.domain.LocationBuilder
 
metadata(Map<String, Object>) - Method in class org.jclouds.domain.LocationBuilder
 
MetadataBundleListener - Class in org.jclouds.osgi
A BundleListener that listens for BundleEvent and searches for ProviderMetadata and ApiMetadata in newly installed Bundles.
MetadataBundleListener() - Constructor for class org.jclouds.osgi.MetadataBundleListener
 
method - Variable in class org.jclouds.http.HttpRequest.Builder
 
method(String) - Method in class org.jclouds.http.HttpRequest.Builder
 
method(Method) - Method in class org.jclouds.internal.ClassMethodArgs.Builder
 
MILLIS_PATTERN - Static variable in class org.jclouds.date.internal.DateUtils
 
MIN_LENGTH - Static variable in enum org.jclouds.util.PasswordGenerator
Minimum length for a decent password
minorVersion - Variable in class org.jclouds.JcloudsVersion
 
modules - Variable in class org.jclouds.ContextBuilder
 
modules(Iterable<? extends Module>) - Method in class org.jclouds.ContextBuilder
 
Modules2 - Class in org.jclouds.util
 
Modules2() - Constructor for class org.jclouds.util.Modules2
 
modulesForProviderInProperties(String, Properties) - Static method in class org.jclouds.util.Modules2
 
modulesFromCommaDelimitedString(String) - Static method in class org.jclouds.util.Modules2
 
modulesFromProperty(Properties, String) - Static method in class org.jclouds.util.Modules2
 
MoreExecutors - Class in org.jclouds.concurrent
functions related to or replacing those in MoreExecutors
MoreExecutors() - Constructor for class org.jclouds.concurrent.MoreExecutors
 
MoreExecutors.SameThreadExecutorService - Class in org.jclouds.concurrent
 
Multimaps2 - Class in org.jclouds.util
 
Multimaps2() - Constructor for class org.jclouds.util.Multimaps2
 
multiMax(Comparator<T>, Iterable<E>) - Static method in class org.jclouds.util.Lists2
Like Ordering, but handle the case where there are multiple valid maximums
MultipartForm - Class in org.jclouds.io.payloads
 
MultipartForm(String, Iterable<? extends Part>) - Constructor for class org.jclouds.io.payloads.MultipartForm
 
MultipartForm(String, Part...) - Constructor for class org.jclouds.io.payloads.MultipartForm
 
MultipartForm(Part...) - Constructor for class org.jclouds.io.payloads.MultipartForm
 
MutableContentMetadata - Interface in org.jclouds.io
 
MutableResourceMetadata<T extends Enum<T>> - Interface in org.jclouds.domain
Used to construct new resources or modify existing ones.
MutableResourceMetadataImpl<T extends Enum<T>> - Class in org.jclouds.domain.internal
Used to construct new resources or modify existing ones.
MutableResourceMetadataImpl() - Constructor for class org.jclouds.domain.internal.MutableResourceMetadataImpl
 
MutableResourceMetadataImpl(ResourceMetadata<T>) - Constructor for class org.jclouds.domain.internal.MutableResourceMetadataImpl
 

N

Name - Annotation Type in org.jclouds.annotations
Designates that this Resource qualifies an object to a context name.
name(String) - Method in interface org.jclouds.apis.ApiMetadata.Builder
 
name - Variable in class org.jclouds.apis.internal.BaseApiMetadata.Builder
 
name(String) - Method in class org.jclouds.apis.internal.BaseApiMetadata.Builder
name - Variable in class org.jclouds.apis.internal.BaseApiMetadata
 
name - Variable in class org.jclouds.ContextBuilder
 
name(String) - Method in class org.jclouds.ContextBuilder
 
name - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
name(String) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
name - Variable in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
 
name(String) - Method in class org.jclouds.providers.internal.BaseProviderMetadata.Builder
name - Variable in class org.jclouds.providers.internal.BaseProviderMetadata
 
name(String) - Method in interface org.jclouds.providers.ProviderMetadata.Builder
 
namedThreadFactory(String) - Method in class org.jclouds.concurrent.config.ExecutorServiceModule
 
NamingStrategies - Class in org.jclouds.json.internal
NamingStrategies used for JSON deserialization using GSON
NamingStrategies() - Constructor for class org.jclouds.json.internal.NamingStrategies
 
NamingStrategies.AnnotationBasedNamingStrategy - Class in org.jclouds.json.internal
 
NamingStrategies.AnnotationBasedNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
NamingStrategies.AnnotationConstructorNamingStrategy - Class in org.jclouds.json.internal
Determines field naming from constructor annotations
NamingStrategies.AnnotationConstructorNamingStrategy(Iterable<? extends Class<? extends Annotation>>, Iterable<? extends NamingStrategies.NameExtractor>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationConstructorNamingStrategy
 
NamingStrategies.AnnotationFieldNamingStrategy - Class in org.jclouds.json.internal
Definition of field naming policy for annotation-based field
NamingStrategies.AnnotationFieldNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationFieldNamingStrategy
 
NamingStrategies.AnnotationOrNameFieldNamingStrategy - Class in org.jclouds.json.internal
 
NamingStrategies.AnnotationOrNameFieldNamingStrategy(NamingStrategies.NameExtractor...) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationOrNameFieldNamingStrategy
 
NamingStrategies.AnnotationOrNameFieldNamingStrategy(Iterable<? extends NamingStrategies.NameExtractor>) - Constructor for class org.jclouds.json.internal.NamingStrategies.AnnotationOrNameFieldNamingStrategy
 
NamingStrategies.ConstructorFieldNamingStrategy - Interface in org.jclouds.json.internal
 
NamingStrategies.ExtractNamed - Class in org.jclouds.json.internal
 
NamingStrategies.ExtractNamed() - Constructor for class org.jclouds.json.internal.NamingStrategies.ExtractNamed
 
NamingStrategies.ExtractSerializedName - Class in org.jclouds.json.internal
 
NamingStrategies.ExtractSerializedName() - Constructor for class org.jclouds.json.internal.NamingStrategies.ExtractSerializedName
 
NamingStrategies.NameExtractor<A extends Annotation> - Class in org.jclouds.json.internal
Specifies how to extract the name from an annotation for use in determining the serialized name.
NamingStrategies.NameExtractor(Class<A>) - Constructor for class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
NEVER_RETRY - Static variable in interface org.jclouds.http.HttpRetryHandler
 
NEVER_RETRY - Static variable in interface org.jclouds.http.IOExceptionRetryHandler
 
newBlockingThreadPool(int, int, long, int, long) - Static method in class org.jclouds.concurrent.DynamicExecutors
Creates a thread pool similar to that constructed by DynamicExecutors.newScalingThreadPool(int, int, long), but blocks the call to execute if the queue has reached it's capacity, and all max threads are busy handling requests.
newBlockingThreadPool(int, int, long, int, long, ThreadFactory) - Static method in class org.jclouds.concurrent.DynamicExecutors
Creates a thread pool, same as in DynamicExecutors.newBlockingThreadPool(int, int, long, int, long), using the provided ThreadFactory to create new threads when needed.
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
 
newDecorator() - Static method in class org.jclouds.cache.RetryingCacheLoaderDecorator
Constructs a new RetryingCacheLoaderDecorator instance with default settings, and no retrying any kind.
newFilePayload(File) - Static method in class org.jclouds.io.Payloads
 
newFluentIterableAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.IgnoreNullFluentIterableTypeAdapterFactory
 
newInputStreamPayload(InputStream) - Static method in class org.jclouds.io.Payloads
 
newIterableAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.IgnoreNullIterableTypeAdapterFactory
 
NEWLINE_PATTERN - Static variable in class org.jclouds.util.Patterns
 
newMapAdapter(TypeAdapter<K>, TypeAdapter<V>) - Method in class org.jclouds.json.internal.IgnoreNullMapTypeAdapterFactory
 
newMultimapAdapter(TypeAdapter<K>, TypeAdapter<V>) - Method in class org.jclouds.json.internal.IgnoreNullMultimapTypeAdapterFactory
 
newNullProxy(Class<T>) - Static method in class org.jclouds.rest.config.BinderUtils
 
newOptionalAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.OptionalTypeAdapterFactory
 
newOutputStreamSupplier(OutputStream) - Static method in class org.jclouds.util.Suppliers2
converts an OutputStream to an OutputSupplier
newPayload(Object) - Static method in class org.jclouds.io.Payloads
 
newScalingThreadPool(int, int, long) - Static method in class org.jclouds.concurrent.DynamicExecutors
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
newScalingThreadPool(int, int, long, ThreadFactory) - Static method in class org.jclouds.concurrent.DynamicExecutors
Creates a thread pool, same as in DynamicExecutors.newScalingThreadPool(int, int, long), using the provided ThreadFactory to create new threads when needed.
newSetAdapter(TypeAdapter<E>) - Method in class org.jclouds.json.internal.IgnoreNullSetTypeAdapterFactory
 
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.ForwardingIterableWithMarker
 
nextMarker() - Method in class org.jclouds.collect.IterableWithMarker
If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value
nextMaxInterval(long) - Method in class org.jclouds.predicates.RetryableNumTimesPredicate
 
nextMaxInterval(long, Date) - Method in class org.jclouds.predicates.RetryablePredicate
 
nnn(String, JsonReader, JsonToken, AtomicReference<String>) - Method in class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
NO_CONTENT_TYPE - Static variable in annotation type org.jclouds.rest.annotations.PartParam
 
NO_CREDENTIALS - Static variable in class org.jclouds.domain.Credentials
 
NO_FILENAME - Static variable in annotation type org.jclouds.rest.annotations.PartParam
 
NO_OPTIONS - Static variable in class org.jclouds.encryption.internal.Base64
No options specified.
NONE - Static variable in class org.jclouds.http.options.GetOptions
 
NOOP - Static variable in interface org.jclouds.http.HttpErrorHandler
 
noPassword() - Method in class org.jclouds.domain.LoginCredentials.Builder
 
noPrivateKey() - Method in class org.jclouds.domain.LoginCredentials.Builder
 
nothing() - Method in class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
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.MatrixParams
 
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
 
NullHackJsonLiteralAdapter<L> - Class in org.jclouds.json.internal
writes or reads the literal json directly
NullHackJsonLiteralAdapter() - Constructor for class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
NullHackJsonLiteralAdapter.NullReplacingWriter - Class in org.jclouds.json.internal
 
NullHackJsonLiteralAdapter.NullReplacingWriter(Writer, String) - Constructor for class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
NullLogger - Class in org.jclouds.logging
Logger that doesn't do anything.
NullLogger() - Constructor for class org.jclouds.logging.NullLogger
 
NullLoggingModule - Class in org.jclouds.logging.config
Configures logging of type NullLogger
NullLoggingModule() - Constructor for class org.jclouds.logging.config.NullLoggingModule
 
NullSafeCollections - Class in org.jclouds.util
 
NullSafeCollections() - Constructor for class org.jclouds.util.NullSafeCollections
 
nullSafeSet(T) - Static method in class org.jclouds.util.NullSafeCollections
 
nullToEmpty(byte[]) - Static method in class org.jclouds.http.HttpUtils
 
nullToEmpty(Collection<String>) - Static method in class org.jclouds.http.HttpUtils
 

O

of(IterableWithMarker<T>) - Static method in class org.jclouds.collect.PagedIterables
 
of(InputStream) - Static method in class org.jclouds.io.InputSuppliers
 
of(byte[]) - Static method in class org.jclouds.io.InputSuppliers
 
of(String) - Static method in class org.jclouds.io.InputSuppliers
 
offer(E) - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor.DynamicQueue
Inserts the specified element at the tail of this queue if there is at least one available thread to run the current task.
ofInstanceFunction() - Static method in class org.jclouds.util.Suppliers2
 
on(Class<? extends Throwable>) - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator
Determines the action to carry out on a particular throwable.
onCompletion() - Method in class org.jclouds.predicates.PredicateCallable
 
onFailure() - Method in class org.jclouds.predicates.PredicateCallable
 
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
 
onThrowable(Supplier<T>, Class<X>, Supplier<T>) - Static method in class org.jclouds.util.Suppliers2
if a throwable of certain type is encountered on getting the first value, use the fallback.
Optionals2 - Class in org.jclouds.util
 
Optionals2() - Constructor for class org.jclouds.util.Optionals2
 
OptionalTypeAdapterFactory - Class in org.jclouds.json.internal
Writes and reads Optional values as JSON
OptionalTypeAdapterFactory() - Constructor for class org.jclouds.json.internal.OptionalTypeAdapterFactory
 
or(Supplier<T>, Supplier<T>) - Static method in class org.jclouds.util.Suppliers2
returns the value of the first supplier, or the value of the fallback, if the unlessNull is null.
org.jclouds - package org.jclouds
 
org.jclouds.annotations - package org.jclouds.annotations
 
org.jclouds.apis - package org.jclouds.apis
 
org.jclouds.apis.internal - package org.jclouds.apis.internal
 
org.jclouds.cache - package org.jclouds.cache
 
org.jclouds.cache.internal - package org.jclouds.cache.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.concurrent.internal - package org.jclouds.concurrent.internal
 
org.jclouds.config - package org.jclouds.config
 
org.jclouds.crypto - package org.jclouds.crypto
 
org.jclouds.crypto.pem - package org.jclouds.crypto.pem
 
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.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.pool - package org.jclouds.http.pool
 
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.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
 
overrideCredentialsIfSupplied(Credentials, Credentials) - Static method in class org.jclouds.util.CredentialUtils
 
OverrideRequestFilters - Annotation Type in org.jclouds.rest.annotations
Do not accept filters that were passed from the type.
overrides - Variable in class org.jclouds.ContextBuilder
 
overrides(Properties) - Method in class org.jclouds.ContextBuilder
 

P

PagedIterable<E> - Class in org.jclouds.collect
Extends FluentIterable allowing you to lazily advance through sequence of pages in a resultset.
PagedIterable() - Constructor for class org.jclouds.collect.PagedIterable
 
PagedIterables - Class in org.jclouds.collect
Utilities for using PagedIterables.
PagedIterables() - Constructor for class org.jclouds.collect.PagedIterables
 
ParamParser - Annotation Type in org.jclouds.rest.annotations
Extracts the value of a parameter from an object.
ParamValidators - Annotation Type in org.jclouds.rest.annotations
Marks the validation for method/parameter value(s).
parent - Variable in class org.jclouds.domain.LocationBuilder
 
parent(Location) - Method in class org.jclouds.domain.LocationBuilder
 
parse(URI) - Static method in class org.jclouds.domain.Credentials
 
parse(String) - Method in class org.jclouds.http.functions.ParseSax
 
parse(InputStream) - Method in class org.jclouds.http.functions.ParseSax
 
parse(InputSource) - Method in class org.jclouds.http.functions.ParseSax
 
ParseContentMD5FromHeaders - Class in org.jclouds.http.functions
 
ParseContentMD5FromHeaders() - Constructor for class org.jclouds.http.functions.ParseContentMD5FromHeaders
 
ParseContentMD5FromHeaders.NoContentMD5Exception - Exception in org.jclouds.http.functions
 
ParseContentMD5FromHeaders.NoContentMD5Exception(HttpRequest, HttpResponse) - Constructor for exception org.jclouds.http.functions.ParseContentMD5FromHeaders.NoContentMD5Exception
 
parseDate(String) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
ParseETagHeader - Class in org.jclouds.http.functions
Parses an MD5 checksum from the header com.google.common.net.HttpHeaders.HttpHeaders#ETAG.
ParseETagHeader() - Constructor for class org.jclouds.http.functions.ParseETagHeader
 
parseExpires(String) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
parseExpires(String) - Method in interface org.jclouds.io.ContentMetadataCodec
Parses the 'Expires' header.
ParseFirstJsonValueNamed<T> - Class in org.jclouds.http.functions
 
ParseFirstJsonValueNamed(GsonWrapper, TypeLiteral<T>, String) - Constructor for class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
ParseJson<T> - Class in org.jclouds.http.functions
This object will parse the body of an HttpResponse and return the result of type back to the caller.
ParseJson(Json, TypeLiteral<T>) - Constructor for class org.jclouds.http.functions.ParseJson
 
parseResult(byte[]) - Method in interface org.jclouds.crypto.Pems.PemProcessor.ResultParser
 
ParseSax<T> - Class in org.jclouds.http.functions
This object will parse the body of an HttpResponse and return the result of type back to the caller.
ParseSax(XMLReader, ParseSax.HandlerWithResult<T>) - Constructor for class org.jclouds.http.functions.ParseSax
 
ParseSax.Factory - Interface in org.jclouds.http.functions
 
ParseSax.HandlerForGeneratedRequestWithResult<T> - Class in org.jclouds.http.functions
 
ParseSax.HandlerForGeneratedRequestWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerForGeneratedRequestWithResult
 
ParseSax.HandlerWithResult<T> - Class in org.jclouds.http.functions
Handler that produces a useable domain object accessible after parsing completes.
ParseSax.HandlerWithResult() - Constructor for class org.jclouds.http.functions.ParseSax.HandlerWithResult
 
ParseURIFromListOrLocationHeaderIf20x - Class in org.jclouds.http.functions
parses a single URI from a list
ParseURIFromListOrLocationHeaderIf20x() - Constructor for class org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x
 
ParseXMLWithJAXB<T> - Class in org.jclouds.http.functions
This object will parse the body of an HttpResponse and return the result of type back to the caller.
ParseXMLWithJAXB(XMLParser, TypeLiteral<T>) - Constructor for class org.jclouds.http.functions.ParseXMLWithJAXB
 
Part - Class in org.jclouds.io.payloads
 
Part.PartOptions - Class in org.jclouds.io.payloads
 
Part.PartOptions() - Constructor for class org.jclouds.io.payloads.Part.PartOptions
 
Part.PartOptions.Builder - Class in org.jclouds.io.payloads
 
Part.PartOptions.Builder() - Constructor for class org.jclouds.io.payloads.Part.PartOptions.Builder
 
PartParam - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will be bound to a multipart form.
password(String) - Method in class org.jclouds.domain.LoginCredentials.Builder
 
PasswordGenerator - Enum in org.jclouds.util
Cheap, lightweight, low-security password generator.
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
 
PATTERN_THAT_BREAKS_URI - Static variable in class org.jclouds.util.Patterns
 
Patterns - Class in org.jclouds.util
 
Patterns() - Constructor for class org.jclouds.util.Patterns
 
payload - Variable in class org.jclouds.http.HttpMessage.Builder
 
payload(Payload) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(byte[]) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(File) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(InputStream) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload(String) - Method in class org.jclouds.http.HttpMessage.Builder
 
payload - Variable in class org.jclouds.http.internal.PayloadEnclosingImpl
 
payload - Variable in class org.jclouds.http.options.BaseHttpRequestOptions
 
Payload - Interface in org.jclouds.io
 
Payload - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will hold the payload for a PUT or POST command.
PayloadEnclosing - Interface in org.jclouds.io
 
PayloadEnclosingImpl - Class in org.jclouds.http.internal
 
PayloadEnclosingImpl() - Constructor for class org.jclouds.http.internal.PayloadEnclosingImpl
 
PayloadEnclosingImpl(Payload) - Constructor for class org.jclouds.http.internal.PayloadEnclosingImpl
 
PayloadParam - Annotation Type in org.jclouds.rest.annotations
Designates that this parameter will hold the payload for a PUT or POST command.
PayloadParams - Annotation Type in org.jclouds.rest.annotations
Designates that default parameters will be added a map that builds the request entity.
Payloads - Class in org.jclouds.io
 
PayloadSlicer - Interface in org.jclouds.io
 
pem(X509Certificate) - Static method in class org.jclouds.crypto.Pems
encodes the X509Certificate to PEM format.
pem(PublicKey) - Static method in class org.jclouds.crypto.Pems
encodes the PublicKey to PEM format.
pem(PrivateKey) - Static method in class org.jclouds.crypto.Pems
encodes the PrivateKey to PEM format.
Pems - Class in org.jclouds.crypto
Reads and writes PEM encoded Strings and Streams
Pems() - Constructor for class org.jclouds.crypto.Pems
 
Pems.PemProcessor<T> - Class in org.jclouds.crypto
 
Pems.PemProcessor(Map<String, Pems.PemProcessor.ResultParser<T>>) - Constructor for class org.jclouds.crypto.Pems.PemProcessor
 
Pems.PemProcessor.ResultParser<T> - Interface in org.jclouds.crypto
 
periodMs(long) - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
The initial period in milliseconds to delay between tries.
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
 
PKCS1EncodedPrivateKeySpec - Class in org.jclouds.crypto.pem
PKCS#1 encoded private key spec.
PKCS1EncodedPrivateKeySpec(byte[]) - Constructor for class org.jclouds.crypto.pem.PKCS1EncodedPrivateKeySpec
Create a PKCS#1 keyspec from DER encoded buffer
PKCS1EncodedPublicKeySpec - Class in org.jclouds.crypto.pem
PKCS#1 encoded public key spec.
PKCS1EncodedPublicKeySpec(byte[]) - Constructor for class org.jclouds.crypto.pem.PKCS1EncodedPublicKeySpec
Create a PKCS#1 keyspec from DER encoded buffer
PLUS_PATTERN - Static variable in class org.jclouds.util.Patterns
 
PoolConstants - Interface in org.jclouds.http.pool
Properties used in pooling http engines
post(URI, Payload) - Method in interface org.jclouds.rest.HttpAsyncClient
 
post(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
 
Preconditions2 - Class in org.jclouds.util
Preconditions not in guava.
Preconditions2() - Constructor for class org.jclouds.util.Preconditions2
 
PredicateCallable<Result> - Class in org.jclouds.predicates
Provides a facility to convert an arbitrary Callable to a Predicate, implementing PredicateWithResult, for use e.g.
PredicateCallable() - Constructor for class org.jclouds.predicates.PredicateCallable
 
Predicates2 - Class in org.jclouds.util
 
Predicates2() - Constructor for class org.jclouds.util.Predicates2
 
PredicateWithResult<Input,Result> - Interface in org.jclouds.predicates
 
PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion - Class in org.jclouds.rest.functions
 
PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion(String) - Constructor for class org.jclouds.rest.functions.PresentWhenApiVersionLexicographicallyAtOrAfterSinceApiVersion
 
priorityThreadFactory(int, String) - Static method in class org.jclouds.concurrent.DynamicExecutors
A priority based thread factory, for all Thread priority constants: Thread.MIN_PRIORITY, Thread.NORM_PRIORITY, Thread.MAX_PRIORITY;

This factory is used instead of Executors.DefaultThreadFactory to allow manipulation of priority and thread owner name.

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
 
privateKeyHasFingerprint(RSAPrivateCrtKeySpec, String) - Static method in class org.jclouds.crypto.SshKeys
 
privateKeyHasFingerprint(String, String) - Static method in class org.jclouds.crypto.SshKeys
 
privateKeyHasSha1(RSAPrivateCrtKeySpec, String) - Static method in class org.jclouds.crypto.SshKeys
 
privateKeyHasSha1(String, String) - Static method in class org.jclouds.crypto.SshKeys
 
privateKeyMatchesPublicKey(String, String) - Static method in class org.jclouds.crypto.SshKeys
 
privateKeyMatchesPublicKey(RSAPrivateCrtKeySpec, RSAPublicKeySpec) - Static method in class org.jclouds.crypto.SshKeys
 
privateKeySpec(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.Pems
Returns the RSAPrivateKeySpec that is pem encoded in the supplier.
privateKeySpec(String) - Static method in class org.jclouds.crypto.Pems
Executes Pems.privateKeySpec(InputSupplier) on the string which contains an encoded private key in PEM format.
processBytes(byte[], int, int) - Method in class org.jclouds.crypto.Pems.PemProcessor
 
propagateAuthorizationOrOriginalException(Exception) - Static method in class org.jclouds.util.Throwables2
 
propagateContextToDelegate(Method, Object[]) - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
PropagateIfRetryAfter - Interface in org.jclouds.rest.functions
propagates as RetryAfterException if a Throwable contains information such as a retry offset.
PROPERTY_API - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_API_VERSION - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_BUILD_VERSION - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_CONNECTION_TIMEOUT - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_CREDENTIAL - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_ENDPOINT - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_IDENTITY - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_IO_WORKER_THREADS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_ISO3166_CODES - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_MAX_CONNECTION_REUSE - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_CONNECTIONS_PER_CONTEXT - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_CONNECTIONS_PER_HOST - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_REDIRECTS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_RETRIES - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_MAX_SESSION_FAILURES - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_POOL_IO_WORKER_THREADS - Static variable in interface org.jclouds.http.pool.PoolConstants
Integer property.
PROPERTY_POOL_MAX_CONNECTION_REUSE - Static variable in interface org.jclouds.http.pool.PoolConstants
Integer property.
PROPERTY_POOL_MAX_CONNECTIONS - Static variable in interface org.jclouds.http.pool.PoolConstants
Integer property.
PROPERTY_POOL_MAX_SESSION_FAILURES - Static variable in interface org.jclouds.http.pool.PoolConstants
Integer property.
PROPERTY_PRETTY_PRINT_PAYLOADS - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_PROVIDER - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_HOST - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_PASSWORD - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_PROXY_PORT - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_PROXY_SYSTEM - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_PROXY_USER - Static variable in interface org.jclouds.Constants
String property.
PROPERTY_REGION - Static variable in interface org.jclouds.location.reference.LocationConstants
 
PROPERTY_REGIONS - Static variable in interface org.jclouds.location.reference.LocationConstants
 
PROPERTY_RELAX_HOSTNAME - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_REQUEST_TIMEOUT - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_RETRY_DELAY_START - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_SCHEDULER_THREADS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_SESSION_INTERVAL - Static variable in interface org.jclouds.Constants
Long property.
PROPERTY_SO_TIMEOUT - Static variable in interface org.jclouds.Constants
int property.
PROPERTY_TIMEOUTS_PREFIX - Static variable in interface org.jclouds.Constants
Long properties

Overrides timeouts on sync interfaces.

PROPERTY_TRUST_ALL_CERTS - Static variable in interface org.jclouds.Constants
Boolean property.
PROPERTY_USER_THREADS - Static variable in interface org.jclouds.Constants
Integer property.
PROPERTY_ZONE - Static variable in interface org.jclouds.location.reference.LocationConstants
 
PROPERTY_ZONES - Static variable in interface org.jclouds.location.reference.LocationConstants
 
provideCredentialStore(Map<String, InputStream>, Function<Credentials, InputStream>, Function<InputStream, Credentials>) - Method in class org.jclouds.rest.config.CredentialStoreModule
 
provideJsonBallAdapter(GsonModule.NullHackJsonBallAdapter) - Method in class org.jclouds.json.config.GsonModule
 
provideProvider(AtomicReference<AuthorizationException>, long, ProviderURISupplier) - Method in class org.jclouds.location.config.LocationModule
 
Provider - Annotation Type in org.jclouds.location
Designates that this Resource qualifies an object to a provider of a rest service.
provider - Variable in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
providerId - Variable in class org.jclouds.ContextBuilder
 
providerId - Variable in class org.jclouds.domain.ResourceMetadataBuilder
 
providerId(String) - Method in class org.jclouds.domain.ResourceMetadataBuilder
 
ProviderListener - Interface in org.jclouds.osgi
A listener interface for ProviderMetadata.
providerMetadata - Variable in class org.jclouds.ContextBuilder
 
ProviderMetadata - Interface in org.jclouds.providers
The ProviderMetadata interface allows jclouds to provide a plugin framework for gathering cloud provider metadata.
ProviderMetadata.Builder - Interface in org.jclouds.providers
 
ProviderPredicates - Class in org.jclouds.providers
Container for provider filters (predicates).
ProviderPredicates() - Constructor for class org.jclouds.providers.ProviderPredicates
 
ProviderPredicates.ContextAssignableFrom - Class in org.jclouds.providers
 
ProviderPredicates.ContextAssignableFrom(TypeToken<? extends Context>) - Constructor for class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
 
ProviderPredicates.TransformableTo - Class in org.jclouds.providers
 
ProviderPredicates.TransformableTo(TypeToken<? extends View>) - Constructor for class org.jclouds.providers.ProviderPredicates.TransformableTo
 
ProviderRegistry - Class in org.jclouds.providers
A registry for holding ProviderMetadata.
ProviderRegistry() - Constructor for class org.jclouds.providers.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 - Class in org.jclouds.rest
Deprecated. 
Providers() - Constructor for class org.jclouds.rest.Providers
Deprecated.  
Providers.ApiMetadataFunction - Class in org.jclouds.providers
 
Providers.ApiMetadataFunction() - Constructor for class org.jclouds.providers.Providers.ApiMetadataFunction
 
Providers.IdFunction - Enum in org.jclouds.providers
 
providerURI - Variable in class org.jclouds.location.suppliers.fromconfig.LocationIdToURIFromConfigurationOrDefaultToProvider
 
ProviderURIFromProviderMetadata - Class in org.jclouds.location.suppliers.fromconfig
 
ProviderURIFromProviderMetadata(ProviderMetadata) - Constructor for class org.jclouds.location.suppliers.fromconfig.ProviderURIFromProviderMetadata
 
ProviderURISupplier - Interface in org.jclouds.location.suppliers
 
proxy(Function<ClassMethodArgsAndReturnVal, Optional<Object>>, Class<T>, Object, LoadingCache<ClassMethodArgs, Object>, Map<Class<?>, Class<?>>, Map<String, Long>) - Static method in class org.jclouds.concurrent.internal.SyncProxy
 
PUBLIC_PKCS1_MARKER - Static variable in class org.jclouds.crypto.Pems
 
PUBLIC_X509_MARKER - Static variable in class org.jclouds.crypto.Pems
 
publicKeyHasFingerprint(RSAPublicKeySpec, String) - Static method in class org.jclouds.crypto.SshKeys
 
publicKeyHasFingerprint(String, String) - Static method in class org.jclouds.crypto.SshKeys
 
publicKeySpec(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.Pems
Returns the KeySpec that is pem encoded in the supplier.
publicKeySpec(String) - Static method in class org.jclouds.crypto.Pems
Executes Pems.publicKeySpec(InputSupplier) on the string which contains an encoded public key in PEM format.
publicKeySpecFromOpenSSH(String) - Static method in class org.jclouds.crypto.SshKeys
Executes Pems#publicKeySpecFromOpenSSH(InputSupplier) on the string which was OpenSSH Base64 Encoded id_rsa.pub
publicKeySpecFromOpenSSH(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.SshKeys
Returns RSAPublicKeySpec which was OpenSSH Base64 Encoded id_rsa.pub
put(K, V) - Method in class org.jclouds.collect.InputSupplierMap
 
put(K, V2) - Method in class org.jclouds.collect.TransformingMap
 
put(URI, Payload) - Method in interface org.jclouds.rest.HttpAsyncClient
 
put(URI, Payload) - Method in interface org.jclouds.rest.HttpClient
 

Q

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

R

r - Static variable in enum org.jclouds.util.PasswordGenerator
The random number generator.
range(long, long) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
range(long, long) - Method in class org.jclouds.http.options.GetOptions
download the specified range of the object.
read() - Method in class org.jclouds.encryption.internal.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.jclouds.encryption.internal.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.HexByteListAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.LongDateAdapter
 
read(JsonReader) - Method in class org.jclouds.json.config.GsonModule.PropertiesAdapter
 
read(JsonReader) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
read() - Method in class org.jclouds.util.InputStreamChain
 
redirectCount - Variable in class org.jclouds.http.TransformingHttpCommandImpl
 
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
RedirectionRetryHandler(BackoffLimitedRetryHandler) - Constructor for class org.jclouds.http.handlers.RedirectionRetryHandler
 
Region - Annotation Type in org.jclouds.location
Related to a Region-scoped resource.
RegionIdFilter - Interface in org.jclouds.location.predicates
Means to constrain regions returned to abstraction calls.
RegionIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.regions
RegionIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdsFromConfiguration
 
RegionIdsFromRegionIdToURIKeySet - Class in org.jclouds.location.suppliers.derived
as opposed to via properties, lets look up regions via api, as they are more likely to change
RegionIdsFromRegionIdToURIKeySet(Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.suppliers.derived.RegionIdsFromRegionIdToURIKeySet
 
regionIdsSupplier(AtomicReference<AuthorizationException>, long, RegionIdFilter, RegionIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
RegionIdsSupplier - Interface in org.jclouds.location.suppliers
 
RegionIdToURIFromConfigurationOrDefaultToProvider - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.region.regionId.endpoint
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull, Supplier<URI>, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdToURIFromConfigurationOrDefaultToProvider
 
regionIdToURISupplier(AtomicReference<AuthorizationException>, long, RegionIdToURISupplier) - Method in class org.jclouds.location.config.LocationModule
 
RegionIdToURISupplier - Interface in org.jclouds.location.suppliers
 
RegionIdToURISupplier.Factory - Interface in org.jclouds.location.suppliers
 
RegionIdToZoneIdsFromConfiguration - Class in org.jclouds.location.suppliers.fromconfig
looks for properties bound to the naming convention jclouds.location.region.regionId .zones
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull, String, Supplier<Set<String>>) - Constructor for class org.jclouds.location.suppliers.fromconfig.RegionIdToZoneIdsFromConfiguration
 
regionIdToZoneIdsSupplier(AtomicReference<AuthorizationException>, long, RegionIdToZoneIdsSupplier) - Method in class org.jclouds.location.config.LocationModule
 
RegionIdToZoneIdsSupplier - Interface in org.jclouds.location.suppliers
 
RegionToEndpoint - Class in org.jclouds.location.functions
 
RegionToEndpoint(Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.functions.RegionToEndpoint
 
RegionToEndpointOrProviderIfNull - Class in org.jclouds.location.functions
Return a uri corresponding to the name of the region (passed argument).
RegionToEndpointOrProviderIfNull(String, Supplier<URI>, Supplier<Map<String, Supplier<URI>>>) - Constructor for class org.jclouds.location.functions.RegionToEndpointOrProviderIfNull
 
RegionToProvider - Class in org.jclouds.location.suppliers.all
 
RegionToProvider(JustProvider, Supplier<Set<String>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.all.RegionToProvider
 
RegionToProviderOrJustProvider - Class in org.jclouds.location.suppliers.all
 
RegionToProviderOrJustProvider(JustProvider, Supplier<Set<String>>, Supplier<Map<String, Supplier<Set<String>>>>) - Constructor for class org.jclouds.location.suppliers.all.RegionToProviderOrJustProvider
 
registerApi(ApiMetadata) - Static method in class org.jclouds.apis.ApiRegistry
 
registerProvider(ProviderMetadata) - Static method in class org.jclouds.providers.ProviderRegistry
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor.ForceQueuePolicy
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor.TimedBlockingPolicy
 
relaxHostname() - Method in class org.jclouds.http.HttpUtils
 
release() - Method in interface org.jclouds.io.Payload
release resources used by this entity.
release() - Method in class org.jclouds.io.payloads.BasePayload
By default there are no resources to release.
release() - Method in class org.jclouds.io.payloads.DelegatingPayload
 
release() - Method in class org.jclouds.io.payloads.InputStreamPayload
if we created the stream, then it is already consumed on close.
release() - Method in class org.jclouds.io.payloads.InputStreamSupplierPayload
if we created the stream, then it is already consumed on close.
release() - Method in class org.jclouds.io.payloads.MultipartForm
 
release() - Method in class org.jclouds.io.payloads.StreamingPayload
By default there are no resources to release.
releaseCandidate - Variable in class org.jclouds.JcloudsVersion
 
releaseCandidateVersion - Variable in class org.jclouds.JcloudsVersion
Non-null iff JcloudsVersion.releaseCandidate is true
releasePayload(HttpMessage) - Static method in class org.jclouds.http.HttpUtils
 
ReleasePayloadAndReturn - Class in org.jclouds.http.functions
 
ReleasePayloadAndReturn() - Constructor for class org.jclouds.http.functions.ReleasePayloadAndReturn
 
reload(K, V) - Method in class org.jclouds.cache.ForwardingCacheLoader
 
reload(K, V) - Method in class org.jclouds.cache.internal.BackoffExponentiallyAndRetryOnThrowableCacheLoader
 
remove(Object) - Method in class org.jclouds.collect.InputSupplierMap
 
remove(Object) - Method in class org.jclouds.collect.TransformingMap
 
removeApiListenerListener(ApiListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Removes the ApiListener
removed(A) - Method in interface org.jclouds.osgi.ApiListener
Method to be called when an api gets removed.
removed(P) - Method in interface org.jclouds.osgi.ProviderListener
Method to be called when a Provider gets removed.
removeHeader(String) - Method in class org.jclouds.http.HttpMessage.Builder
replace all headers that have the same keys as the input multimap
removeProviderListener(ProviderListener) - Method in class org.jclouds.osgi.MetadataBundleListener
Removes the ProviderListener
renameKey(Map<String, V>, String, String) - Static method in class org.jclouds.util.Maps2
If the supplied map contains the key k1, its value will be assigned to the key k2.
replaceAll(String, Pattern, String) - Static method in class org.jclouds.util.Strings2
 
replaceAll(String, char, Pattern, String) - Static method in class org.jclouds.util.Strings2
 
replaceAll(String, char, String) - Static method in class org.jclouds.util.Strings2
 
replaceEntries(Multimap<K, V>, Multimap<K, V>) - Static method in class org.jclouds.util.Multimaps2
 
replaceFormParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceFormParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
Replaces the current payload with one that is a urlencoded payload including the following parameters and any formerly set.
replaceHeader(String, String...) - Method in class org.jclouds.http.HttpMessage.Builder
Repla
replaceHeader(String, String) - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
replaceHeaders(Multimap<String, String>) - Method in class org.jclouds.http.HttpMessage.Builder
replace all headers that have the same keys as the input multimap
replacePath(String) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQuery(String, Iterable<?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQuery(String, String...) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQuery(Map<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQuery(Multimap<String, ?>) - Method in class org.jclouds.http.Uris.UriBuilder
 
replaceQueryParam(String, Iterable<String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQueryParam(String, String...) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQueryParams(Map<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceQueryParams(Multimap<String, String>) - Method in class org.jclouds.http.HttpRequest.Builder
 
replaceTokens(String, Map<String, String>) - Static method in class org.jclouds.util.Strings2
replaces tokens that are expressed as {token}

ex.

replaceTokens(String, Multimap<String, ?>) - Static method in class org.jclouds.util.Strings2
 
replaceValue(Multimap<K, V>, K, V) - Static method in class org.jclouds.util.Multimaps2
 
request - Variable in class org.jclouds.http.TransformingHttpCommandImpl
 
RequestFilters - Annotation Type in org.jclouds.rest.annotations
Filters that should be applied to the request
RequestSigner - Interface in org.jclouds.rest
 
requestTimeoutMilliseconds - Variable in class org.jclouds.rest.internal.AsyncRestClientProxy
maximum duration of an unbackend http Request
reset() - Method in class org.jclouds.util.InputStreamChain
 
ResourceMetadata<T extends Enum<T>> - Interface in org.jclouds.domain
Identifies containers, files, etc.
ResourceMetadataBuilder<T extends Enum<T>> - Class in org.jclouds.domain
 
ResourceMetadataBuilder() - Constructor for class org.jclouds.domain.ResourceMetadataBuilder
 
ResourceMetadataImpl<T extends Enum<T>> - Class in org.jclouds.domain.internal
Idpayload of the object
ResourceMetadataImpl(String, String, Location, URI, Map<String, String>) - Constructor for class org.jclouds.domain.internal.ResourceMetadataImpl
 
ResourceNotFoundException - Exception in org.jclouds.rest
Thrown when a resource cannot be located.
ResourceNotFoundException() - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
ResourceNotFoundException(Throwable) - Constructor for exception org.jclouds.rest.ResourceNotFoundException
 
response - Variable in exception org.jclouds.http.HttpResponseException
 
ResponseParser - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse the HttpResponse
REST_CONTEXT_BUILDER - Static variable in class org.jclouds.util.Patterns
 
RestAnnotationProcessor<T> - Class in org.jclouds.rest.internal
Creates http methods based on annotations on a class or interface.
RestAnnotationProcessor(Injector, LoadingCache<Class<?>, Boolean>, Cache<RestAnnotationProcessor.MethodKey, Method>, String, String, ParseSax.Factory, HttpUtils, ContentMetadataCodec, TypeLiteral<T>) - Constructor for class org.jclouds.rest.internal.RestAnnotationProcessor
 
RestAnnotationProcessor.MethodKey - Class in org.jclouds.rest.internal
 
RestAnnotationProcessor.MethodKey(Method) - Constructor for class org.jclouds.rest.internal.RestAnnotationProcessor.MethodKey
 
RestApiMetadata - Interface in org.jclouds.rest
 
RestApiMetadata.Builder - Interface in org.jclouds.rest
 
RestClientModule<S,A> - Class in org.jclouds.rest.config
 
RestClientModule(Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.rest.config.RestClientModule
Note that this ctor requires that you instantiate w/resolved generic params.
RestClientModule() - Constructor for class org.jclouds.rest.config.RestClientModule
 
RestClientModule(TypeToken<S>, TypeToken<A>) - Constructor for class org.jclouds.rest.config.RestClientModule
 
RestClientModule(TypeToken<S>, TypeToken<A>, Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.rest.config.RestClientModule
only necessary when type params are not resolvable at runtime.
RestContext<S,A> - Interface in org.jclouds.rest
Represents an authenticated context to the cloud.
RestContextFactory - Class in org.jclouds.rest
Deprecated. 
RestContextFactory() - Constructor for class org.jclouds.rest.RestContextFactory
Deprecated. for porting old code to ContextBuilder
RestContextFactory(Properties) - Constructor for class org.jclouds.rest.RestContextFactory
Deprecated. for porting old code to ContextBuilder
RestContextImpl<S,A> - Class in org.jclouds.rest.internal
 
RestContextImpl(String, ProviderMetadata, String, Utils, Closer, Injector, TypeLiteral<S>, TypeLiteral<A>) - Constructor for class org.jclouds.rest.internal.RestContextImpl
 
RestModule - Class in org.jclouds.rest.config
 
RestModule() - Constructor for class org.jclouds.rest.config.RestModule
 
RestModule(Map<Class<?>, Class<?>>) - Constructor for class org.jclouds.rest.config.RestModule
 
resumeEncoding() - Method in class org.jclouds.encryption.internal.Base64.OutputStream
Resumes encoding of the stream.
retry(Predicate<Input>, Input, long) - Static method in class org.jclouds.predicates.Retryables
 
retry(Predicate<Input>, Input, long, long, TimeUnit) - Static method in class org.jclouds.predicates.Retryables
 
RetryableNumTimesPredicate<T> - Class in org.jclouds.predicates
Retries a condition until it is met or the max number of retries have occurred.
RetryableNumTimesPredicate(Predicate<T>, int, long, long, TimeUnit) - Constructor for class org.jclouds.predicates.RetryableNumTimesPredicate
 
RetryableNumTimesPredicate(Predicate<T>, int, long, TimeUnit) - Constructor for class org.jclouds.predicates.RetryableNumTimesPredicate
 
RetryableNumTimesPredicate(Predicate<T>, int) - Constructor for class org.jclouds.predicates.RetryableNumTimesPredicate
 
RetryablePredicate<T> - Class in org.jclouds.predicates
Retries a condition until it is met or a timeout occurs.
RetryablePredicate(Predicate<T>, long, long, long, TimeUnit) - Constructor for class org.jclouds.predicates.RetryablePredicate
 
RetryablePredicate(Predicate<T>, long, long, TimeUnit) - Constructor for class org.jclouds.predicates.RetryablePredicate
 
RetryablePredicate(Predicate<T>, long, long, long) - Constructor for class org.jclouds.predicates.RetryablePredicate
 
RetryablePredicate(Predicate<T>, long) - Constructor for class org.jclouds.predicates.RetryablePredicate
 
Retryables - Class in org.jclouds.predicates
convenience methods to retry application of a predicate, and optionally (reducing quite a bit of boilerplate) get the final result or throw assertion error
Retryables() - Constructor for class org.jclouds.predicates.Retryables
 
RetryAfterException - Exception in org.jclouds.rest
This exception is raised when an http endpoint returns with a response telling the caller to make the same request after a certain period of time.
RetryAfterException(String, int) - Constructor for exception org.jclouds.rest.RetryAfterException
Construct an exception instance to happen at a time in the future
RetryAfterException(Throwable, int) - Constructor for exception org.jclouds.rest.RetryAfterException
Construct an exception instance to happen at a time in the future
RetryAfterException(String, Throwable, int) - Constructor for exception org.jclouds.rest.RetryAfterException
Construct an exception instance to happen at a time in the future
retryCountLimit - Variable in class org.jclouds.http.handlers.RedirectionRetryHandler
 
retryGettingResultOrFailing(PredicateWithResult<Input, Result>, Input, long, String) - Static method in class org.jclouds.predicates.Retryables
 
retryGettingResultOrFailing(PredicateWithResult<Input, Result>, Input, long, long, TimeUnit, String) - Static method in class org.jclouds.predicates.Retryables
 
RetryingCacheLoaderDecorator<K,V> - Class in org.jclouds.cache
A decorator of CacheLoader instances having any combination of the following features: exponential backoff based on a particular Throwable type These features are all optional; cache loaders can be created using all or none of them.
RetryingCacheLoaderDecorator() - Constructor for class org.jclouds.cache.RetryingCacheLoaderDecorator
 
RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator<K,V> - Class in org.jclouds.cache
 
RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator(Class<? extends Throwable>) - Constructor for class org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
 
RetryingCacheLoaderDecorator.OnThrowableBuilder<K,V> - Class in org.jclouds.cache
 
RetryingCacheLoaderDecorator.OnThrowableBuilder(Class<? extends Throwable>) - Constructor for class org.jclouds.cache.RetryingCacheLoaderDecorator.OnThrowableBuilder
 
retryNumTimes(Predicate<Input>, Input, int) - Static method in class org.jclouds.predicates.Retryables
 
retryNumTimes(Predicate<Input>, Input, int, long, long, TimeUnit) - Static method in class org.jclouds.predicates.Retryables
 
RetryOnTimeOutExceptionFunction<K,V> - Class in org.jclouds.concurrent
 
RetryOnTimeOutExceptionFunction(Function<K, V>) - Constructor for class org.jclouds.concurrent.RetryOnTimeOutExceptionFunction
 
RetryOnTimeOutExceptionSupplier<T> - Class in org.jclouds.concurrent
 
RetryOnTimeOutExceptionSupplier(Supplier<T>) - Constructor for class org.jclouds.concurrent.RetryOnTimeOutExceptionSupplier
 
ReturnAbsentOn403Or404Or500 - Class in org.jclouds.rest.functions
 
ReturnAbsentOn403Or404Or500() - Constructor for class org.jclouds.rest.functions.ReturnAbsentOn403Or404Or500
 
ReturnEmptyFluentIterableOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnEmptyIterableWithMarkerOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnEmptyListOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnEmptyMapOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnEmptyMultimapOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnEmptyPagedIterableOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnEmptySetOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnFalseOn404 - Class in org.jclouds.http.functions
 
ReturnFalseOn404() - Constructor for class org.jclouds.http.functions.ReturnFalseOn404
 
ReturnFalseOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
returnFirstExceptionIfInListOrThrowStandardExceptionOrCause(Class[], Exception) - Static method in class org.jclouds.util.Throwables2
 
ReturnInputStream - Class in org.jclouds.http.functions
Simply returns the InputStream of the response
ReturnInputStream() - Constructor for class org.jclouds.http.functions.ReturnInputStream
 
ReturnNullOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
ReturnStringIf2xx - Class in org.jclouds.http.functions
 
ReturnStringIf2xx() - Constructor for class org.jclouds.http.functions.ReturnStringIf2xx
 
ReturnTrueIf2xx - Class in org.jclouds.http.functions
Simply returns true when the http response code is in the range 200-299.
ReturnTrueIf2xx() - Constructor for class org.jclouds.http.functions.ReturnTrueIf2xx
 
ReturnTrueOn404 - Class in org.jclouds.http.functions
 
ReturnTrueOn404() - Constructor for class org.jclouds.http.functions.ReturnTrueOn404
 
returnTypeOrTypeOfOptional(Method) - Static method in class org.jclouds.util.Optionals2
 
returnVal(Object) - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal.Builder
 
returnValueOnCodeOrNull(Exception, T, Predicate<Integer>) - Static method in class org.jclouds.http.HttpUtils
 
ReturnVoidOnNotFoundOr404 - Class in org.jclouds.rest.functions
 
rfc1123() - Method in interface org.jclouds.date.DateCodecFactory
 
rfc1123() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
RFC1123_DATE_PATTERN - Static variable in interface org.jclouds.io.ContentMetadata
 
rfc1123DateFormat(Date) - Method in interface org.jclouds.date.DateService
 
rfc1123DateFormat() - Method in interface org.jclouds.date.DateService
 
rfc1123DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc1123DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc1123DateParse(String) - Method in interface org.jclouds.date.DateService
 
rfc1123DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc822() - Method in interface org.jclouds.date.DateCodecFactory
 
rfc822() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory
 
rfc822DateFormat(Date) - Method in interface org.jclouds.date.DateService
 
rfc822DateFormat() - Method in interface org.jclouds.date.DateService
 
rfc822DateFormat(Date) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc822DateFormat() - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
rfc822DateParse(String) - Method in interface org.jclouds.date.DateService
 
rfc822DateParse(String) - Method in class org.jclouds.date.internal.SimpleDateFormatDateService
 
RSADecryptingPayload - Class in org.jclouds.io.payloads
 
RSADecryptingPayload(Payload, Key) - Constructor for class org.jclouds.io.payloads.RSADecryptingPayload
 
RSAEncryptingPayload - Class in org.jclouds.io.payloads
 
RSAEncryptingPayload(Payload, Key) - Constructor for class org.jclouds.io.payloads.RSAEncryptingPayload
 
rsaKeyFactory() - Method in interface org.jclouds.crypto.Crypto
 
rsaKeyFactory() - Method in class org.jclouds.encryption.internal.JCECrypto
 
rsaKeyPairGenerator() - Method in interface org.jclouds.crypto.Crypto
 
rsaKeyPairGenerator() - Method in class org.jclouds.encryption.internal.JCECrypto
 
RsaSshKeyPairGenerator - Class in org.jclouds.crypto
 
RsaSshKeyPairGenerator(Crypto, SecureRandom) - Constructor for class org.jclouds.crypto.RsaSshKeyPairGenerator
 
run() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 

S

sameThreadExecutor() - Static method in class org.jclouds.concurrent.MoreExecutors
Taken from @link com.google.common.util.concurrent.MoreExecutors} as it was hidden and therefore incapable of instanceof checks.
SaxParserModule - Class in org.jclouds.http.functions.config
Contains logic for parsing objects from Strings.
SaxParserModule() - Constructor for class org.jclouds.http.functions.config.SaxParserModule
 
SaxUtils - Class in org.jclouds.util
 
SaxUtils() - Constructor for class org.jclouds.util.SaxUtils
 
ScheduledExecutorServiceModule - Class in org.jclouds.concurrent.config
Provides an ScheduledExecutorService to run periodical tasks such as virtual machine monitoring, etc.
ScheduledExecutorServiceModule() - Constructor for class org.jclouds.concurrent.config.ScheduledExecutorServiceModule
 
scheme(String) - Method in class org.jclouds.http.Uris.UriBuilder
 
scope - Variable in class org.jclouds.domain.LocationBuilder
 
scope(LocationScope) - Method in class org.jclouds.domain.LocationBuilder
 
searchPropertiesForProviderScopedProperty(Properties, String, String) - Static method in class org.jclouds.ContextBuilder
 
SECOND_PATTERN - Static variable in class org.jclouds.date.internal.DateUtils
 
secureRandom - Variable in class org.jclouds.crypto.RsaSshKeyPairGenerator
 
seedAnnotationCache(SeedAnnotationCache) - Method in class org.jclouds.rest.config.RestModule
 
SeedAnnotationCache - Class in org.jclouds.rest.internal
seeds the annotation cache located at RestAnnotationProcessor.delegationMap.
SeedAnnotationCache(Injector, Cache<RestAnnotationProcessor.MethodKey, Method>) - Constructor for class org.jclouds.rest.internal.SeedAnnotationCache
 
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.http.HttpMessage.Builder
 
self() - Method in class org.jclouds.internal.ClassMethodArgs.Builder
 
self() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest.Builder
 
serialize(T, Type, JsonSerializationContext) - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
ServerError - Annotation Type in org.jclouds.http.annotation
Implies that the object can address HttpResponses that contain status code 5xx.
SetAndThrowAuthorizationExceptionSupplier<T> - Class in org.jclouds.rest.suppliers
 
SetAndThrowAuthorizationExceptionSupplier(Supplier<T>, AtomicReference<AuthorizationException>) - Constructor for class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
 
setBindings(Map<Type, Object>) - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
setCaller(ClassMethodArgs) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
setContent(String) - Method in exception org.jclouds.http.HttpResponseException
 
setContentDisposition(String) - Method in interface org.jclouds.io.MutableContentMetadata
Set Content Disposition of the payload

Not all providers may support it

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

Not all providers may support it

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

Not all providers may support it

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

Not all providers may support it

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

Not all providers may support it

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

Not all providers may support it

setContentLength(Long) - Method in interface org.jclouds.io.MutableContentMetadata
 
setContentLength(Long) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setContentMD5(byte[]) - Method in interface org.jclouds.io.MutableContentMetadata
 
setContentMD5(byte[]) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setContentMetadata(MutableContentMetadata) - Method in interface org.jclouds.io.Payload
 
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.BasePayload
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.DelegatingPayload
 
setContentMetadata(MutableContentMetadata) - Method in class org.jclouds.io.payloads.StreamingPayload
 
setContentType(String) - Method in interface org.jclouds.io.MutableContentMetadata
 
setContentType(String) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setContext(HttpRequest) - Method in class org.jclouds.collect.internal.CallerArg0ToPagedIterable
 
setContext(HttpRequest) - Method in class org.jclouds.http.functions.ParseContentMD5FromHeaders
 
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 interface org.jclouds.http.HttpCommand
The request associated with this command.
setCurrentRequest(HttpRequest) - Method in class org.jclouds.http.TransformingHttpCommandImpl
The request associated with this command.
setException(Exception) - Method in interface org.jclouds.http.HttpCommand
Used to prevent a command from being re-executed, or having its response parsed.
setException(Exception) - Method in class org.jclouds.http.HttpCommandRendezvous
 
setException(Exception) - Method in class org.jclouds.http.TransformingHttpCommandImpl
Used to prevent a command from being re-executed, or having its response parsed.
setExpires(Date) - Method in interface org.jclouds.io.MutableContentMetadata
 
setExpires(Date) - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
setFactories(Set<TypeAdapterFactory>) - Method in class org.jclouds.json.config.GsonModule.JsonAdapterBindings
 
setId(String) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setId(String) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setLocation(Location) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setLocation(Location) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setName(String) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setName(String) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setPayload(Payload) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
Sets payload for the request or the content from the response.
setPayload(InputStream) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(byte[]) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(String) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(File) - Method in class org.jclouds.http.internal.PayloadEnclosingImpl
setPayload(Payload) - Method in interface org.jclouds.io.PayloadEnclosing
Sets payload for the request or the content from the response.
setPayload(File) - Method in interface org.jclouds.io.PayloadEnclosing
 
setPayload(byte[]) - Method in interface org.jclouds.io.PayloadEnclosing
 
setPayload(InputStream) - Method in interface org.jclouds.io.PayloadEnclosing
 
setPayload(String) - Method in interface org.jclouds.io.PayloadEnclosing
 
setResponse(HttpResponse) - Method in class org.jclouds.http.HttpCommandRendezvous
 
setThreadPoolExecutor(ThreadPoolExecutor) - Method in class org.jclouds.concurrent.DynamicThreadPoolExecutor.DynamicQueue
Sets the executor this queue belongs to.
setType(T) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setType(T) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setUri(URI) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setUri(URI) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setUserMetadata(Map<String, String>) - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
setUserMetadata(Map<String, String>) - Method in interface org.jclouds.domain.MutableResourceMetadata
 
setValue(V) - Method in class org.jclouds.collect.AbstractMapEntry
 
sha1() - Method in interface org.jclouds.crypto.Crypto
 
sha1(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.crypto.CryptoStreams
Computes and returns the SHA1 value for a supplied input stream.
sha1(byte[]) - Static method in class org.jclouds.crypto.CryptoStreams
 
sha1(RSAPrivateCrtKeySpec) - Static method in class org.jclouds.crypto.SshKeys
Create a SHA-1 digest of the DER encoded private key.
SHA1 - Static variable in class org.jclouds.encryption.internal.JCECrypto
 
sha1() - Method in class org.jclouds.encryption.internal.JCECrypto
 
sha1PrivateKey(String) - Static method in class org.jclouds.crypto.SshKeys
 
sha256() - Method in interface org.jclouds.crypto.Crypto
 
SHA256 - Static variable in class org.jclouds.encryption.internal.JCECrypto
 
sha256() - Method in class org.jclouds.encryption.internal.JCECrypto
 
sha512() - Method in interface org.jclouds.crypto.Crypto
 
SHA512 - Static variable in class org.jclouds.encryption.internal.JCECrypto
 
sha512() - Method in class org.jclouds.encryption.internal.JCECrypto
 
Sha512Crypt - Class in org.jclouds.crypto
This class defines a method, Sha512_crypt(), which takes a password and a salt string and generates a Sha512 encrypted password entry.
Sha512Crypt() - Constructor for class org.jclouds.crypto.Sha512Crypt
 
Sha512Crypt.Function - Enum in org.jclouds.crypto
 
shouldAddHostHeader(Method) - Method in class org.jclouds.rest.internal.RestAnnotationProcessor
 
shouldAuthenticateSudo() - Method in class org.jclouds.domain.LoginCredentials
secures access to root requires a password.
shouldDoWork() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
shouldRetryRequest(HttpCommand, IOException) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.BackoffLimitedRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.DelegatingRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in class org.jclouds.http.handlers.RedirectionRetryHandler
 
shouldRetryRequest(HttpCommand, HttpResponse) - Method in interface org.jclouds.http.HttpRetryHandler
Return true if the command should be retried.
shouldRetryRequest(HttpCommand, IOException) - Method in interface org.jclouds.http.IOExceptionRetryHandler
 
shutdown() - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
shutdown() - Method in class org.jclouds.concurrent.MoreExecutors.SameThreadExecutorService
 
shutdown() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
shutdown(long) - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
shutdown() - Method in interface org.jclouds.lifecycle.LifeCycle
Requests shutdown of the component.
shutdown(long) - Method in interface org.jclouds.lifecycle.LifeCycle
Requests shutdown, but will only wait @link waitms milliseconds
shutdownNow() - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
shutdownNow() - Method in class org.jclouds.concurrent.MoreExecutors.SameThreadExecutorService
 
sign(String) - Method in interface org.jclouds.rest.RequestSigner
 
SignatureWire - Class in org.jclouds.http.internal
 
SignatureWire() - Constructor for class org.jclouds.http.internal.SignatureWire
 
SimpleDateFormatDateService - Class in org.jclouds.date.internal
uses SimpleDateFormat internally.
SimpleDateFormatDateService() - Constructor for class org.jclouds.date.internal.SimpleDateFormatDateService
 
SinceApiVersion - Annotation Type in org.jclouds.rest.annotations
Designates that this resource only exists since a particular ApiVersion.
SingleThreaded - Annotation Type in org.jclouds.concurrent
designates that the object must not exist in an environment that spawns threads.
size() - Method in class org.jclouds.collect.InputSupplierMap
 
size() - Method in class org.jclouds.collect.TransformingMap
 
skip(long) - Method in class org.jclouds.util.InputStreamChain
 
skipAndPeek(JsonToken, JsonReader) - Method in class org.jclouds.http.functions.ParseFirstJsonValueNamed
 
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 / : ; =
SLASH_PATTERN - Static variable in class org.jclouds.util.Patterns
 
slice(Payload, long, long) - Method in class org.jclouds.io.internal.BasePayloadSlicer
Returns a Payload that returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes.
slice(Payload, long, long) - Method in interface org.jclouds.io.PayloadSlicer
Returns a Payload that returns input streams from the an underlying payload, where each stream starts at the given offset and is limited to the specified number of bytes.
snapshot - Variable in class org.jclouds.JcloudsVersion
 
SocketOpen - Interface in org.jclouds.predicates
Tests to see if a socket is open.
SocketOpenUnsupported - Class in org.jclouds.predicates
 
SocketOpenUnsupported() - Constructor for class org.jclouds.predicates.SocketOpenUnsupported
 
SplitConfigurationKey - Class in org.jclouds.location.suppliers.fromconfig
 
SplitConfigurationKey(ValueOfConfigurationKeyOrNull, String, String) - Constructor for class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
SshKeyPairGenerator - Interface in org.jclouds.crypto
Creates a unique keypair without a passphrase.
SshKeys - Class in org.jclouds.crypto
Utilities for ssh key pairs
SshKeys() - Constructor for class org.jclouds.crypto.SshKeys
 
SSLModule - Class in org.jclouds.http.config
 
SSLModule() - Constructor for class org.jclouds.http.config.SSLModule
 
SSLModule.LogToMapHostnameVerifier - Class in org.jclouds.http.config
Used to get more information about HTTPS hostname wrong errors.
SSLModule.LogToMapHostnameVerifier() - Constructor for class org.jclouds.http.config.SSLModule.LogToMapHostnameVerifier
 
SSLModule.TrustAllCerts - Class in org.jclouds.http.config
Used to trust all certs
SSLModule.TrustAllCerts() - Constructor for class org.jclouds.http.config.SSLModule.TrustAllCerts
 
SSLModule.UntrustedSSLContextSupplier - Class in org.jclouds.http.config
 
STAR_PATTERN - Static variable in class org.jclouds.util.Patterns
 
start() - Method in class org.jclouds.lifecycle.BaseLifeCycle
 
start() - Method in interface org.jclouds.lifecycle.LifeCycle
Asynchronously starts the component
start(BundleContext) - Method in class org.jclouds.osgi.Activator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
start(BundleContext) - Method in class org.jclouds.osgi.MetadataBundleListener
Starts the listener.
startAt(long) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
startAt(long) - Method in class org.jclouds.http.options.GetOptions
download the object offset at start
startsWith(String) - Static method in class org.jclouds.util.Predicates2
Returns a predicate that evaluates to true if the String being tested starts with a prefix.
status - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
statusCode - Variable in class org.jclouds.http.HttpResponse.Builder
 
statusCode(int) - Method in class org.jclouds.http.HttpResponse.Builder
 
statusLock - Variable in class org.jclouds.lifecycle.BaseLifeCycle
 
stop(BundleContext) - Method in class org.jclouds.osgi.Activator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
stop(BundleContext) - Method in class org.jclouds.osgi.MetadataBundleListener
Stops the listener.
StreamingPayload - Class in org.jclouds.io.payloads
Note that not all services accept streaming payloads.
StreamingPayload(WriteTo) - Constructor for class org.jclouds.io.payloads.StreamingPayload
 
StreamingPayload(WriteTo, MutableContentMetadata) - Constructor for class org.jclouds.io.payloads.StreamingPayload
 
string() - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
string() - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator.BackoffExponentiallyAndRetryOnThrowableCacheLoaderDecorator
 
string() - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator
append any state that should be considered in RetryingCacheLoaderDecorator.toString() here.
string() - Method in class org.jclouds.domain.internal.LocationImpl
 
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.internal.ClassMethodArgs
 
string() - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
string() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
string() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
string() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
StringPayload - Class in org.jclouds.io.payloads
This implementation converts the String to a byte array using UTF-8 encoding.
StringPayload(String) - Constructor for class org.jclouds.io.payloads.StringPayload
 
Strings2 - Class in org.jclouds.util
 
Strings2() - Constructor for class org.jclouds.util.Strings2
 
stringsForResorceInBundle(String, Bundle) - Static method in class org.jclouds.osgi.Bundles
Reads the resource from a Bundle.
submit(Callable<T>) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
submit(Runnable) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
submit(Runnable, T) - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
submit(HttpCommand) - Method in interface org.jclouds.http.HttpCommandExecutorService
Asks the command to build a request relevant for an endpoint that produces responses of generic type HttpResponse.
submit(HttpCommand) - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
submit(HttpCommand, Function<HttpResponse, T>) - Method in interface org.jclouds.http.TransformingHttpCommandExecutorService
Submits the command and transforms the result before requested via Future.get().
submit(HttpCommand, Function<HttpResponse, T>) - Method in class org.jclouds.http.TransformingHttpCommandExecutorServiceImpl
Submits the command and transforms the result before requested via Future.get().
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
 
suspendEncoding() - Method in class org.jclouds.encryption.internal.Base64.OutputStream
Suspends encoding of the stream.
sync2Async - Variable in class org.jclouds.rest.config.RestModule
 
syncClientType - Variable in class org.jclouds.rest.config.RestClientModule
 
SyncProxy - Class in org.jclouds.concurrent.internal
Generates RESTful clients from appropriately annotated interfaces.

T

tail(long) - Static method in class org.jclouds.http.options.GetOptions.Builder
 
tail(long) - Method in class org.jclouds.http.options.GetOptions
download the last count bytes of the object
Throwables2 - Class in org.jclouds.util
General utilities used in jclouds code.
Throwables2() - Constructor for class org.jclouds.util.Throwables2
 
timeOut(long, Long) - Static method in class org.jclouds.concurrent.FutureIterables
 
Timeout - Annotation Type in org.jclouds.concurrent
This class or method has a timeout used for synchronous calls.
timeouts(Function<Predicate<String>, Map<String, String>>) - Method in class org.jclouds.rest.config.RestModule
 
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.apis.internal.BaseApiMetadata
 
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 class org.jclouds.internal.ClassMethodArgs
 
toBuilder() - Method in class org.jclouds.internal.ClassMethodArgsAndReturnVal
 
toBuilder() - Method in interface org.jclouds.io.ContentMetadata
 
toBuilder() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
toBuilder() - Method in class org.jclouds.io.payloads.BaseMutableContentMetadata
 
toBuilder() - Method in class org.jclouds.providers.AnonymousProviderMetadata
 
toBuilder() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
toBuilder() - Method in interface org.jclouds.providers.ProviderMetadata
 
toBuilder() - Method in class org.jclouds.rest.AnonymousRestApiMetadata
 
toBuilder() - Method in class org.jclouds.rest.internal.BaseRestApiMetadata
 
toBuilder() - Method in class org.jclouds.rest.internal.GeneratedHttpRequest
 
toByteArrayOrNull(PayloadEnclosing) - Static method in class org.jclouds.http.HttpUtils
 
toDate(String) - Method in interface org.jclouds.date.DateCodec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
toDate(String) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
toHeaders(ContentMetadata) - Method in class org.jclouds.io.ContentMetadataCodec.DefaultContentMetadataCodec
 
toHeaders(ContentMetadata) - Method in interface org.jclouds.io.ContentMetadataCodec
Generates standard HTTP headers for the give metadata.
ToIdAndScope - Enum in org.jclouds.location.functions
 
toInputStream(String) - Static method in class org.jclouds.util.Strings2
 
toJson(Object) - Method in class org.jclouds.json.internal.GsonWrapper
 
toJson(Object, Type) - Method in class org.jclouds.json.internal.GsonWrapper
 
toJson(Object) - Method in interface org.jclouds.json.Json
Serialize the object into json.
toJson(Object, Type) - Method in interface org.jclouds.json.Json
Serialize the generic object into json.
TOKEN_PATTERN - Static variable in class org.jclouds.util.Patterns
 
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
 
toOldSchool(Multimap<K, V>) - Static method in class org.jclouds.util.Multimaps2
Deprecated. 
toString() - Method in class org.jclouds.apis.internal.BaseApiMetadata
 
toString() - Method in class org.jclouds.cache.RetryingCacheLoaderDecorator
Returns a string representation for this RetryingCacheLoaderDecorator instance.
toString() - Method in class org.jclouds.collect.AbstractMapEntry
Returns a string representation of the form {key}={value}.
toString() - Method in class org.jclouds.collect.TransformingSetSupplier
 
toString() - Method in class org.jclouds.concurrent.config.DescribedFuture
 
toString() - Method in class org.jclouds.concurrent.config.DescribingExecutorService
 
toString() - Method in class org.jclouds.concurrent.internal.SyncProxy
 
toString() - Method in class org.jclouds.concurrent.RetryOnTimeOutExceptionSupplier
 
toString() - Method in class org.jclouds.ContextBuilder
 
toString() - Method in enum org.jclouds.crypto.Sha512Crypt.Function
 
toString(Date) - Method in interface org.jclouds.date.DateCodec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601Codec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceIso8601SecondsCodec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc1123Codec
 
toString(Date) - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
toString() - Method in class org.jclouds.date.internal.DateServiceDateCodecFactory.DateServiceRfc822Codec
 
toString() - Method in class org.jclouds.domain.Credentials
 
toString() - Method in class org.jclouds.domain.internal.LocationImpl
 
toString() - Method in class org.jclouds.domain.internal.MutableResourceMetadataImpl
 
toString() - Method in class org.jclouds.domain.internal.ResourceMetadataImpl
 
toString() - Method in class org.jclouds.domain.JsonBall
 
toString() - Method in class org.jclouds.domain.LoginCredentials
 
toString() - Method in enum org.jclouds.functions.IdentityFunction
 
toString() - Method in class org.jclouds.http.HttpMessage
 
toString() - Method in class org.jclouds.http.internal.BaseHttpCommandExecutorService.HttpResponseCallable
 
toString() - Method in class org.jclouds.http.options.BaseHttpRequestOptions
 
toString() - Method in class org.jclouds.http.options.GetOptions
 
toString() - Method in class org.jclouds.http.TransformingHttpCommandImpl
 
toString() - Method in class org.jclouds.http.Uris.UriBuilder
returns template expression without url encoding
toString() - Method in class org.jclouds.internal.BaseView
 
toString() - Method in class org.jclouds.internal.ClassMethodArgs
 
toString() - Method in class org.jclouds.internal.ContextImpl
toString() - Method in class org.jclouds.io.ContentMetadataBuilder
 
toString() - Method in class org.jclouds.io.payloads.BaseImmutableContentMetadata
 
toString() - Method in class org.jclouds.io.payloads.BasePayload
 
toString() - Method in class org.jclouds.io.payloads.StreamingPayload
 
toString() - Method in class org.jclouds.JcloudsVersion
 
toString() - Method in class org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue
 
toString() - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationBasedNamingStrategy
 
toString() - Method in class org.jclouds.json.internal.NamingStrategies.NameExtractor
 
toString(L) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
toString() - Method in enum org.jclouds.location.functions.ToIdAndScope
 
toString() - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredRegionId
 
toString() - Method in class org.jclouds.location.predicates.fromconfig.AnyOrConfiguredZoneId
 
toString() - Method in class org.jclouds.location.suppliers.fromconfig.SplitConfigurationKey
 
toString() - Method in class org.jclouds.providers.internal.BaseProviderMetadata
 
toString() - Method in class org.jclouds.providers.ProviderPredicates.ContextAssignableFrom
toString() - Method in class org.jclouds.providers.ProviderPredicates.TransformableTo
toString() - Method in class org.jclouds.rest.internal.AsyncRestClientProxy
 
toString() - Method in class org.jclouds.rest.suppliers.MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
 
toString() - Method in class org.jclouds.rest.suppliers.SetAndThrowAuthorizationExceptionSupplier
 
toString() - Method in class org.jclouds.rest.suppliers.URIFromStringSupplier
 
toString() - Method in enum org.jclouds.util.InetAddresses2.IsPrivateIPAddress
 
toString(InputSupplier<? extends InputStream>) - Static method in class org.jclouds.util.Strings2
 
toStringAndClose(InputStream) - Static method in class org.jclouds.util.Strings2
 
toXML(Object) - Method in class org.jclouds.xml.internal.JAXBParser
 
toXML(Object, Class<T>) - Method in class org.jclouds.xml.internal.JAXBParser
 
toXML(Object) - Method in interface org.jclouds.xml.XMLParser
Serialize the object into xml.
toXML(Object, Class<T>) - Method in interface org.jclouds.xml.XMLParser
Serialize the object into xml, as the declared type.
trace(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
trace(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
trace(String, Object...) - Method in interface org.jclouds.logging.Logger
 
trace(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
TRAILING_SLASHES - Static variable in class org.jclouds.util.Patterns
 
Transform - Annotation Type in org.jclouds.rest.annotations
Shows the transformer type used to parse the first result of the HttpResponse
transformer - Variable in class org.jclouds.http.TransformingHttpCommandImpl
 
TransformingHttpCommand<T> - Interface in org.jclouds.http
Command that utilizes RESTFul apis and extracts T from the HttpResponse.
TransformingHttpCommandExecutorService - Interface in org.jclouds.http
Executor which will invoke and transform the response of an EndpointCommand into generic type .
TransformingHttpCommandExecutorServiceImpl - Class in org.jclouds.http
Executor which will invoke and transform the response of an EndpointCommand into generic type .
TransformingHttpCommandExecutorServiceImpl(HttpCommandExecutorService, ExecutorService) - Constructor for class org.jclouds.http.TransformingHttpCommandExecutorServiceImpl
 
TransformingHttpCommandImpl<T> - Class in org.jclouds.http
Executor which will invoke and transform the response of an EndpointCommand into generic type .
TransformingHttpCommandImpl(TransformingHttpCommandExecutorService, HttpRequest, Function<HttpResponse, T>) - Constructor for class org.jclouds.http.TransformingHttpCommandImpl
 
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
 
TransformingSetSupplier<F,T> - Class in org.jclouds.collect
 
TransformingSetSupplier(Supplier<Iterable<F>>, Function<F, T>) - Constructor for class org.jclouds.collect.TransformingSetSupplier
 
transformKeys(Map<K1, V>, Function<K1, K2>) - Static method in class org.jclouds.util.Maps2
change the keys but keep the values in-tact.
transformKeys(Multimap<K1, V>, Function<K1, K2>) - Static method in class org.jclouds.util.Multimaps2
change the keys but keep the values in-tact.
transformParallel(Iterable<F>, Function<? super F, Future<? extends T>>) - Static method in class org.jclouds.concurrent.FutureIterables
 
transformParallel(Iterable<F>, Function<? super F, Future<? extends T>>, ExecutorService, Long) - Static method in class org.jclouds.concurrent.FutureIterables
 
transformParallel(Iterable<F>, Function<? super F, Future<? extends T>>, ExecutorService, Long, Logger, String) - Static method in class org.jclouds.concurrent.FutureIterables
 
transformParallel(Iterable<F>, Function<? super F, Future<? extends T>>, ExecutorService, 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(Constructor<?>, int) - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationConstructorNamingStrategy
 
translateName(Field) - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationFieldNamingStrategy
 
translateName(Field) - Method in class org.jclouds.json.internal.NamingStrategies.AnnotationOrNameFieldNamingStrategy
 
translateName(Constructor<?>, int) - Method in interface org.jclouds.json.internal.NamingStrategies.ConstructorFieldNamingStrategy
 
trimToMillis(String) - Static method in class org.jclouds.date.internal.DateUtils
 
trimTZ(String) - Static method in class org.jclouds.date.internal.DateUtils
 
trustAllCerts() - Method in class org.jclouds.http.HttpUtils
 
tryCreateRetryAfterException(Throwable, String) - Method in class org.jclouds.http.functions.HeaderToRetryAfterException
returns a RetryAfterException if parameter retryAfter corresponds to known formats.
TWO_SPACE_PATTERN - Static variable in class org.jclouds.util.Patterns
 
type - Variable in class org.jclouds.http.functions.ParseJson
 
type - Variable in class org.jclouds.http.functions.ParseXMLWithJAXB
 
TypeTokens2 - Class in org.jclouds.util
 
TypeTokens2() - Constructor for class org.jclouds.util.TypeTokens2
 
TZ_PATTERN - Static variable in class org.jclouds.date.internal.DateUtils
 
TZ_REGEX - Static variable in class org.jclouds.date.internal.DateUtils
 

U

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

V

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

W

warn(String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
warn(Throwable, String, Object...) - Method in class org.jclouds.logging.BaseLogger
 
warn(String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
warn(Throwable, String, Object...) - Method in class org.jclouds.logging.ConsoleLogger
warn(String, Object...) - Method in interface org.jclouds.logging.Logger
 
warn(Throwable, String, Object...) - Method in interface org.jclouds.logging.Logger
 
warn(String, Object...) - Method in class org.jclouds.logging.NullLogger
 
warn(Throwable, String, Object...) - Method in class org.jclouds.logging.NullLogger
 
wire - Variable in class org.jclouds.http.internal.BaseHttpCommandExecutorService
 
Wire - Class in org.jclouds.logging.internal
Logs data to the wire LOG, similar to org.apache.HttpWire.impl.conn.Wire
Wire() - Constructor for class org.jclouds.logging.internal.Wire
 
wirePayloadIfEnabled(Wire, HttpMessage) - Static method in class org.jclouds.http.HttpUtils
 
withId(String) - Static method in class org.jclouds.apis.Apis
Returns the first api with the provided id
withId(String) - Static method in class org.jclouds.providers.Providers
Returns the first provider with the provided id
withoutKey(Multimap<K, V>, K) - Static method in class org.jclouds.util.Multimaps2
 
withoutKeys(Multimap<K, V>, Set<K>) - Static method in class org.jclouds.util.Multimaps2
 
wrap(Function<? super F, ? extends T>) - Static method in class org.jclouds.util.ConcreteFunction
 
WrapWith - Annotation Type in org.jclouds.rest.annotations
Wraps the payload in json nested one level deep, relating to the value parameter.
write(int) - Method in class org.jclouds.encryption.internal.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.jclouds.encryption.internal.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.CDateAdapter
 
write(JsonWriter, byte[]) - Method in class org.jclouds.json.config.GsonModule.HexByteArrayAdapter
 
write(JsonWriter, List<Byte>) - Method in class org.jclouds.json.config.GsonModule.HexByteListAdapter
 
write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.Iso8601DateAdapter
 
write(JsonWriter, Date) - Method in class org.jclouds.json.config.GsonModule.LongDateAdapter
 
write(JsonWriter, Properties) - Method in class org.jclouds.json.config.GsonModule.PropertiesAdapter
 
write(char[], int, int) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
write(String) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter.NullReplacingWriter
 
write(JsonWriter, L) - Method in class org.jclouds.json.internal.NullHackJsonLiteralAdapter
 
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.BaseCipherPayload
 
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.BasePayload
Writes the payload content to the output stream.
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.DelegatingPayload
Writes the payload content to the output stream.
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.PhantomPayload
 
writeTo - Variable in class org.jclouds.io.payloads.StreamingPayload
 
writeTo(OutputStream) - Method in class org.jclouds.io.payloads.StreamingPayload
Writes the payload content to the output stream.
WriteTo - Interface in org.jclouds.io
 
writeTo(OutputStream) - Method in interface org.jclouds.io.WriteTo
Writes the payload content to the output stream.
written - Variable in class org.jclouds.io.payloads.BasePayload
 
written - Variable in class org.jclouds.io.payloads.StreamingPayload
 

X

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

Z

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

_

_7E_PATTERN - Static variable in class org.jclouds.util.Patterns
 

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

Copyright © 2009-2013 jclouds. All Rights Reserved.