|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Nullable in org.jclouds |
|---|
| Fields in org.jclouds with annotations of type Nullable | |
|---|---|
Integer |
JcloudsVersion.alphaVersion
Non-null iff JcloudsVersion.alpha is true |
Integer |
JcloudsVersion.betaVersion
Non-null iff JcloudsVersion.beta is true |
protected String |
ContextBuilder.credential
|
Integer |
JcloudsVersion.releaseCandidateVersion
Non-null iff JcloudsVersion.releaseCandidate is true |
| Method parameters in org.jclouds with annotations of type Nullable | |
|---|---|
ContextBuilder |
ContextBuilder.credentials(String identity,
String credential)
constant value of the cloud identity and credential. |
| Constructor parameters in org.jclouds with annotations of type Nullable | |
|---|---|
ContextBuilder(ProviderMetadata providerMetadata,
ApiMetadata apiMetadata)
|
|
| Uses of Nullable in org.jclouds.apis |
|---|
| Method parameters in org.jclouds.apis with annotations of type Nullable | |
|---|---|
B |
ApiMetadata.Builder.buildVersion(String buildVersion)
|
B |
ApiMetadata.Builder.credentialName(String credentialName)
|
B |
ApiMetadata.Builder.defaultCredential(String defaultCredential)
|
B |
ApiMetadata.Builder.defaultEndpoint(String defaultEndpoint)
|
B |
ApiMetadata.Builder.defaultIdentity(String defaultIdentity)
|
| Uses of Nullable in org.jclouds.collect |
|---|
| Method parameters in org.jclouds.collect with annotations of type Nullable | ||
|---|---|---|
static
|
IterableWithMarkers.from(Iterable<T> elements,
Object marker)
Returns a paginated iterable containing the given elements and marker. |
|
| Uses of Nullable in org.jclouds.concurrent |
|---|
| Method parameters in org.jclouds.concurrent with annotations of type Nullable | ||
|---|---|---|
static
|
FutureIterables.awaitCompletion(Map<F,? extends com.google.common.util.concurrent.ListenableFuture<?>> responses,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries)
|
|
| Uses of Nullable in org.jclouds.crypto |
|---|
| Method parameters in org.jclouds.crypto with annotations of type Nullable | |
|---|---|
static X509Certificate |
Pems.x509Certificate(com.google.common.io.InputSupplier<? extends InputStream> supplier,
CertificateFactory certFactory)
Returns the X509EncodedKeySpec that is pem encoded in the supplier. |
| Uses of Nullable in org.jclouds.domain |
|---|
| Methods in org.jclouds.domain with annotations of type Nullable | |
|---|---|
com.google.common.base.Optional<String> |
LoginCredentials.getOptionalPassword()
|
com.google.common.base.Optional<String> |
LoginCredentials.getOptionalPrivateKey()
|
String |
LoginCredentials.getPassword()
|
String |
LoginCredentials.getPrivateKey()
|
| Uses of Nullable in org.jclouds.domain.internal |
|---|
| Constructor parameters in org.jclouds.domain.internal with annotations of type Nullable | |
|---|---|
LocationImpl(LocationScope scope,
String id,
String description,
Location parent,
Iterable<String> iso3166Codes,
Map<String,Object> metadata)
|
|
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata)
|
|
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata)
|
|
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata)
|
|
ResourceMetadataImpl(String providerId,
String name,
Location location,
URI uri,
Map<String,String> userMetadata)
|
|
| Uses of Nullable in org.jclouds.encryption.internal |
|---|
| Constructor parameters in org.jclouds.encryption.internal with annotations of type Nullable | |
|---|---|
JCECrypto(Provider provider)
|
|
| Uses of Nullable in org.jclouds.http |
|---|
| Methods in org.jclouds.http with annotations of type Nullable | |
|---|---|
String |
HttpResponse.getMessage()
|
| Method parameters in org.jclouds.http with annotations of type Nullable | |
|---|---|
T |
HttpResponse.Builder.message(String message)
|
Uris.UriBuilder |
Uris.UriBuilder.path(String path)
|
Uris.UriBuilder |
Uris.UriBuilder.query(String queryLine)
|
| Constructor parameters in org.jclouds.http with annotations of type Nullable | |
|---|---|
HttpMessage(com.google.common.collect.Multimap<String,String> headers,
Payload payload)
|
|
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters)
|
|
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload)
|
|
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content,
Throwable cause)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
Throwable cause)
|
|
| Uses of Nullable in org.jclouds.http.functions |
|---|
| Method parameters in org.jclouds.http.functions with annotations of type Nullable | |
|---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text)
|
| Uses of Nullable in org.jclouds.http.internal |
|---|
| Constructor parameters in org.jclouds.http.internal with annotations of type Nullable | |
|---|---|
PayloadEnclosingImpl(Payload payload)
|
|
| Uses of Nullable in org.jclouds.io |
|---|
| Methods in org.jclouds.io with annotations of type Nullable | |
|---|---|
String |
ContentMetadata.getContentDisposition()
Specifies presentational information for the object. |
String |
ContentMetadata.getContentEncoding()
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. |
String |
ContentMetadata.getContentLanguage()
Get Content Language of the payload Not all providers may support it |
Long |
ContentMetadata.getContentLength()
Returns the total size of the payload, or the chunk that's available. |
byte[] |
ContentMetadata.getContentMD5()
|
String |
ContentMetadata.getContentType()
A standard MIME type describing the format of the contents. |
Date |
ContentMetadata.getExpires()
Gives the date/time after which the response is considered stale. |
| Method parameters in org.jclouds.io with annotations of type Nullable | |
|---|---|
ContentMetadataBuilder |
ContentMetadataBuilder.contentDisposition(String contentDisposition)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentEncoding(String contentEncoding)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentLanguage(String contentLanguage)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentLength(Long contentLength)
|
ContentMetadataBuilder |
ContentMetadataBuilder.contentType(String contentType)
|
ContentMetadataBuilder |
ContentMetadataBuilder.expires(Date expires)
|
void |
MutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload Not all providers may support it |
void |
MutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload Not all providers may support it |
void |
MutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload Not all providers may support it |
void |
MutableContentMetadata.setContentLength(Long contentLength)
|
void |
MutableContentMetadata.setContentMD5(byte[] md5)
|
void |
MutableContentMetadata.setContentType(String contentType)
|
void |
MutableContentMetadata.setExpires(Date expires)
|
| Uses of Nullable in org.jclouds.io.payloads |
|---|
| Method parameters in org.jclouds.io.payloads with annotations of type Nullable | |
|---|---|
void |
BaseMutableContentMetadata.setContentDisposition(String contentDisposition)
Set Content Disposition of the payload Not all providers may support it |
void |
BaseMutableContentMetadata.setContentEncoding(String contentEncoding)
Set Content Encoding of the payload Not all providers may support it |
void |
BaseMutableContentMetadata.setContentLanguage(String contentLanguage)
Set Content Language of the payload Not all providers may support it |
void |
BaseMutableContentMetadata.setContentLength(Long contentLength)
|
void |
BaseMutableContentMetadata.setContentType(String contentType)
|
void |
BaseMutableContentMetadata.setExpires(Date expires)
|
| Uses of Nullable in org.jclouds.location.functions |
|---|
| Method parameters in org.jclouds.location.functions with annotations of type Nullable | |
|---|---|
URI |
ZoneToEndpoint.apply(Object from)
|
URI |
RegionToEndpointOrProviderIfNull.apply(Object from)
|
URI |
RegionToEndpoint.apply(Object from)
|
| Uses of Nullable in org.jclouds.location.suppliers |
|---|
| Method parameters in org.jclouds.location.suppliers with annotations of type Nullable | |
|---|---|
ZoneIdToURISupplier |
ZoneIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion)
|
RegionIdToURISupplier |
RegionIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType,
String apiVersion)
|
| Uses of Nullable in org.jclouds.predicates |
|---|
| Method parameters in org.jclouds.predicates with annotations of type Nullable | |
|---|---|
boolean |
Validator.apply(T t)
|
abstract void |
Validator.validate(T t)
Validates the parameter |
| Uses of Nullable in org.jclouds.predicates.validators |
|---|
| Method parameters in org.jclouds.predicates.validators with annotations of type Nullable | |
|---|---|
void |
AllLowerCaseValidator.validate(String s)
|
| Uses of Nullable in org.jclouds.providers |
|---|
| Method parameters in org.jclouds.providers with annotations of type Nullable | |
|---|---|
ProviderMetadata.Builder |
ProviderMetadata.Builder.console(URI console)
|
ProviderMetadata.Builder |
ProviderMetadata.Builder.homepage(URI homepage)
|
| Uses of Nullable in org.jclouds.providers.internal |
|---|
| Method parameters in org.jclouds.providers.internal with annotations of type Nullable | |
|---|---|
BaseProviderMetadata.Builder |
BaseProviderMetadata.Builder.console(URI console)
|
| Uses of Nullable in org.jclouds.reflect |
|---|
| Method parameters in org.jclouds.reflect with annotations of type Nullable | |
|---|---|
static InvocationSuccess |
InvocationSuccess.create(Invocation invocation,
Object result)
|
| Uses of Nullable in org.jclouds.rest.internal |
|---|
| Method parameters in org.jclouds.rest.internal with annotations of type Nullable | |
|---|---|
GeneratedHttpRequest.Builder |
GeneratedHttpRequest.Builder.caller(Invocation caller)
|
Object |
DelegatesToInvocationFunction.invoke(Object proxy,
Method invoked,
Object[] argv)
|
| Constructor parameters in org.jclouds.rest.internal with annotations of type Nullable | |
|---|---|
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters,
Invocation invocation,
com.google.common.base.Optional<Invocation> caller)
|
|
| Uses of Nullable in org.jclouds.util |
|---|
| Method parameters in org.jclouds.util with annotations of type Nullable | |
|---|---|
static String |
Strings2.urlDecode(Object in)
url decodes the input param, if set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||