Uses of Interface
org.jclouds.View
Packages that use View
Package
Description
-
Uses of View in org.jclouds
Methods in org.jclouds with type parameters of type View -
Uses of View in org.jclouds.apis
Methods in org.jclouds.apis that return types with arguments of type ViewMethod parameters in org.jclouds.apis with type arguments of type ViewModifier and TypeMethodDescriptionstatic Iterable
<ApiMetadata> Apis.viewableAs
(com.google.common.reflect.TypeToken<? extends View> type) Returns all apis who's contexts are assignable from the parameterstatic Iterable
<ApiMetadata> Apis.viewableAs
(Class<? extends View> type) -
Uses of View in org.jclouds.apis.internal
Methods in org.jclouds.apis.internal that return types with arguments of type ViewMethod parameters in org.jclouds.apis.internal with type arguments of type ViewModifier and TypeMethodDescriptionConstructor parameters in org.jclouds.apis.internal with type arguments of type ViewModifierConstructorDescriptionprotected
BaseApiMetadata
(String id, String name, Set<com.google.common.reflect.TypeToken<? extends View>> views, String endpointName, String identityName, com.google.common.base.Optional<String> credentialName, String version, com.google.common.base.Optional<String> buildVersion, com.google.common.base.Optional<String> defaultEndpoint, com.google.common.base.Optional<String> defaultIdentity, com.google.common.base.Optional<String> defaultCredential, Properties defaultProperties, URI documentation, com.google.common.reflect.TypeToken<? extends Context> context, Set<Class<? extends com.google.inject.Module>> defaultModules) -
Uses of View in org.jclouds.aws.ec2.compute
Subinterfaces of View in org.jclouds.aws.ec2.compute -
Uses of View in org.jclouds.aws.ec2.compute.internal
Classes in org.jclouds.aws.ec2.compute.internal that implement View -
Uses of View in org.jclouds.aws.s3.blobstore
Subinterfaces of View in org.jclouds.aws.s3.blobstore -
Uses of View in org.jclouds.aws.s3.blobstore.internal
Classes in org.jclouds.aws.s3.blobstore.internal that implement View -
Uses of View in org.jclouds.blobstore
Subinterfaces of View in org.jclouds.blobstoreModifier and TypeInterfaceDescriptioninterface
Represents a cloud that has key-value storage functionality. -
Uses of View in org.jclouds.blobstore.internal
Classes in org.jclouds.blobstore.internal that implement View -
Uses of View in org.jclouds.cloudstack
Subinterfaces of View in org.jclouds.cloudstack -
Uses of View in org.jclouds.cloudstack.internal
Classes in org.jclouds.cloudstack.internal that implement View -
Uses of View in org.jclouds.compute
Subinterfaces of View in org.jclouds.computeModifier and TypeInterfaceDescriptioninterface
Represents a cloud that has compute functionality. -
Uses of View in org.jclouds.compute.internal
Classes in org.jclouds.compute.internal that implement View -
Uses of View in org.jclouds.config
Methods in org.jclouds.config with parameters of type ViewModifier and TypeMethodDescriptionstatic com.google.inject.Module
Method parameters in org.jclouds.config with type arguments of type View -
Uses of View in org.jclouds.ec2.compute
Subinterfaces of View in org.jclouds.ec2.compute -
Uses of View in org.jclouds.ec2.compute.internal
Classes in org.jclouds.ec2.compute.internal that implement View -
Uses of View in org.jclouds.internal
Classes in org.jclouds.internal that implement View -
Uses of View in org.jclouds.loadbalancer
Subinterfaces of View in org.jclouds.loadbalancerModifier and TypeInterfaceDescriptioninterface
Represents a cloud that has LoadBalancer functionality. -
Uses of View in org.jclouds.loadbalancer.internal
Classes in org.jclouds.loadbalancer.internal that implement View -
Uses of View in org.jclouds.openstack.swift.v1.blobstore
Classes in org.jclouds.openstack.swift.v1.blobstore that implement ViewModifier and TypeClassDescriptionclass
Implementation ofBlobStoreContext
which allows you to employ multiple regions. -
Uses of View in org.jclouds.providers
Method parameters in org.jclouds.providers with type arguments of type ViewModifier and TypeMethodDescriptionstatic Iterable
<ProviderMetadata> Providers.boundedByIso3166Code
(String iso3166Code, com.google.common.reflect.TypeToken<? extends View> viewableAs) Returns the providers that are bound to the same location as the given ISO 3166 code and of the given viewableAs.static Iterable
<ProviderMetadata> Providers.boundedByIso3166Code
(String iso3166Code, Class<? extends View> viewableAs) static Iterable
<ProviderMetadata> Providers.collocatedWith
(ProviderMetadata providerMetadata, com.google.common.reflect.TypeToken<? extends View> viewableAs) Returns the providers that have at least one common ISO 3166 code and are of the given viewableAs.static Iterable
<ProviderMetadata> Providers.collocatedWith
(ProviderMetadata providerMetadata, Class<? extends View> viewableAs) static com.google.common.base.Predicate
<ProviderMetadata> ProviderPredicates.viewableAs
(com.google.common.reflect.TypeToken<? extends View> type) Returns all providers with an context transformable to the given type.static Iterable
<ProviderMetadata> Providers.viewableAs
(com.google.common.reflect.TypeToken<? extends View> viewableAs) Returns the providers that are of the provided viewableAs.static Iterable
<ProviderMetadata> Providers.viewableAs
(Class<? extends View> viewableAs) Constructor parameters in org.jclouds.providers with type arguments of type ViewModifierConstructorDescriptionTransformableTo
(com.google.common.reflect.TypeToken<? extends View> type) -
Uses of View in org.jclouds.s3.blobstore
Subinterfaces of View in org.jclouds.s3.blobstore -
Uses of View in org.jclouds.s3.blobstore.internal
Classes in org.jclouds.s3.blobstore.internal that implement View