|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Location in org.jclouds |
|---|
| Subinterfaces of Location in org.jclouds | |
|---|---|
interface |
Context
Represents an authenticated context to the cloud. |
| Uses of Location in org.jclouds.atmos.blobstore |
|---|
| Methods in org.jclouds.atmos.blobstore with parameters of type Location | |
|---|---|
boolean |
AtmosBlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes AtmosClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncBlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes AtmosAsyncClient.createDirectory(java.lang.String, org.jclouds.atmos.options.PutOptions...)
Note location is ignored |
boolean |
AtmosBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AtmosAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
| Uses of Location in org.jclouds.aws.ec2.compute |
|---|
| Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type Location | |
|---|---|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap,
com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient,
com.google.common.base.Optional<ImageExtension> imageExtension,
GroupNamingConvention.Factory namingConvention)
|
|
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
|
|
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
|
|
| Uses of Location in org.jclouds.aws.ec2.compute.functions |
|---|
| Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type Location | |
|---|---|
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeMetadata.Status> instanceToNodeStatus,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Location in org.jclouds.aws.s3.blobstore |
|---|
| Constructor parameters in org.jclouds.aws.s3.blobstore with type arguments of type Location | |
|---|---|
AWSS3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
AWSS3AsyncClient async,
AWSS3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
AWSS3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
AWSS3AsyncClient async,
AWSS3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
| Uses of Location in org.jclouds.aws.util |
|---|
| Methods in org.jclouds.aws.util with parameters of type Location | |
|---|---|
String |
AWSUtils.GetRegionFromLocation.apply(Location location)
|
static String |
AWSUtils.getRegionFromLocationOrNull(Location location)
|
| Uses of Location in org.jclouds.azureblob.blobstore |
|---|
| Methods in org.jclouds.azureblob.blobstore with parameters of type Location | |
|---|---|
boolean |
AzureBlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes AzureBlobClient#putBucketInRegion |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureAsyncBlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes AzureBlobAsyncClient.createContainer(java.lang.String, org.jclouds.azureblob.options.CreateContainerOptions...) |
boolean |
AzureBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AzureAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
| Uses of Location in org.jclouds.blobstore |
|---|
| Methods in org.jclouds.blobstore that return Location | |
|---|---|
Location |
TransientStorageStrategy.getLocation(String containerName)
|
Location |
LocalStorageStrategy.getLocation(String containerName)
|
| Methods in org.jclouds.blobstore that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
BlobStore.listAssignableLocations()
The get locations command returns all the valid locations for containers. |
com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> |
AsyncBlobStore.listAssignableLocations()
|
| Methods in org.jclouds.blobstore with parameters of type Location | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
LocalAsyncBlobStore.createContainerInLocation(Location location,
String name)
|
boolean |
BlobStore.createContainerInLocation(Location location,
String container)
Creates a namespace for your blobs A container is a namespace for your objects. |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
LocalAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
boolean |
BlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
boolean |
TransientStorageStrategy.createContainerInLocation(String containerName,
Location location)
|
boolean |
LocalStorageStrategy.createContainerInLocation(String container,
Location location)
Creates a new container |
| Constructor parameters in org.jclouds.blobstore with type arguments of type Location | |
|---|---|
LocalAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ContentMetadataCodec contentMetadataCodec,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
LocalStorageStrategy storageStrategy)
|
|
LocalAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ContentMetadataCodec contentMetadataCodec,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
LocalStorageStrategy storageStrategy)
|
|
| Uses of Location in org.jclouds.blobstore.domain.internal |
|---|
| Constructors in org.jclouds.blobstore.domain.internal with parameters of type Location | |
|---|---|
BlobMetadataImpl(String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata,
URI publicUri,
String container,
ContentMetadata contentMetadata)
|
|
StorageMetadataImpl(StorageType type,
String id,
String name,
Location location,
URI uri,
String eTag,
Date lastModified,
Map<String,String> userMetadata)
|
|
| Uses of Location in org.jclouds.blobstore.internal |
|---|
| Fields in org.jclouds.blobstore.internal with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
BaseBlobStore.defaultLocation
|
protected com.google.common.base.Supplier<Location> |
BaseAsyncBlobStore.defaultLocation
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
BaseBlobStore.locations
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
BaseAsyncBlobStore.locations
|
| Methods in org.jclouds.blobstore.internal that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
BaseBlobStore.listAssignableLocations()
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> |
BaseAsyncBlobStore.listAssignableLocations()
|
| Constructor parameters in org.jclouds.blobstore.internal with type arguments of type Location | |
|---|---|
BaseAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
BaseAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
BaseBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
BaseBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
| Uses of Location in org.jclouds.byon.internal |
|---|
| Methods in org.jclouds.byon.internal that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
BYONComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.cloudfiles.blobstore |
|---|
| Methods in org.jclouds.cloudfiles.blobstore with parameters of type Location | |
|---|---|
boolean |
CloudFilesBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
CloudFilesAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
| Constructor parameters in org.jclouds.cloudfiles.blobstore with type arguments of type Location | |
|---|---|
CloudFilesAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CloudFilesClient sync,
CloudFilesAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
CloudFilesAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CloudFilesClient sync,
CloudFilesAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
CloudFilesBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
|
|
CloudFilesBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
|
|
| Uses of Location in org.jclouds.cloudloadbalancers.loadbalancer.functions |
|---|
| Fields in org.jclouds.cloudloadbalancers.loadbalancer.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
LoadBalancerToLoadBalancerMetadata.defaultLocationSupplier
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
LoadBalancerToLoadBalancerMetadata.locations
|
| Constructor parameters in org.jclouds.cloudloadbalancers.loadbalancer.functions with type arguments of type Location | |
|---|---|
LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Location> defaultLocationSupplier,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Location> defaultLocationSupplier,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
| Uses of Location in org.jclouds.cloudloadbalancers.loadbalancer.strategy |
|---|
| Methods in org.jclouds.cloudloadbalancers.loadbalancer.strategy with parameters of type Location | |
|---|---|
LoadBalancerMetadata |
CloudLoadBalancersLoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location,
String name,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
| Uses of Location in org.jclouds.cloudservers.compute.functions |
|---|
| Fields in org.jclouds.cloudservers.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
ServerToNodeMetadata.location
|
| Uses of Location in org.jclouds.cloudservers.compute.strategy |
|---|
| Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
CloudServersComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.cloudsigma.compute |
|---|
| Methods in org.jclouds.cloudsigma.compute that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
CloudSigmaComputeServiceAdapter.listLocations()
|
| Constructor parameters in org.jclouds.cloudsigma.compute with type arguments of type Location | |
|---|---|
CloudSigmaTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
com.google.common.base.Supplier<Location> defaultLocation2,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
|
CloudSigmaTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
com.google.common.base.Supplier<Location> defaultLocation2,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
|
| Uses of Location in org.jclouds.cloudsigma.compute.functions |
|---|
| Constructor parameters in org.jclouds.cloudsigma.compute.functions with type arguments of type Location | |
|---|---|
PreinstalledDiskToImage(com.google.common.base.Supplier<Location> locationSupplier,
com.google.common.base.Function<String,OsFamilyVersion64Bit> imageParser)
|
|
| Uses of Location in org.jclouds.cloudstack.compute.functions |
|---|
| Methods in org.jclouds.cloudstack.compute.functions that return Location | |
|---|---|
Location |
ZoneToLocation.apply(Zone zone)
|
| Methods in org.jclouds.cloudstack.compute.functions with parameters of type Location | |
|---|---|
boolean |
TemplateToImage.FindLocationForTemplate.matches(Template from,
Location input)
|
boolean |
VirtualMachineToNodeMetadata.FindLocationForVirtualMachine.matches(VirtualMachine from,
Location input)
|
| Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type Location | |
|---|---|
TemplateToImage.FindLocationForTemplate(com.google.common.base.Supplier<Set<? extends Location>> location)
|
|
VirtualMachineToNodeMetadata.FindLocationForVirtualMachine(com.google.common.base.Supplier<Set<? extends Location>> location)
|
|
| Uses of Location in org.jclouds.compute |
|---|
| Methods in org.jclouds.compute that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
ComputeService.listAssignableLocations()
The list locations command returns all the valid locations for nodes. |
Iterable<Location> |
JCloudsNativeComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.compute.config |
|---|
| Fields in org.jclouds.compute.config with type parameters of type Location | |
|---|---|
protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> |
JCloudsNativeComputeServiceAdapterContextModule.adapter
|
| Method parameters in org.jclouds.compute.config with type arguments of type Location | |
|---|---|
protected LocationsSupplier |
ComputeServiceAdapterContextModule.LocationsFromComputeServiceAdapterModule.supplyLocationsFromComputeServiceAdapter(ComputeServiceAdapter<N,H,I,L> adapter,
com.google.common.base.Function<L,Location> transformer)
|
| Constructor parameters in org.jclouds.compute.config with type arguments of type Location | |
|---|---|
JCloudsNativeComputeServiceAdapterContextModule(Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
|
|
| Uses of Location in org.jclouds.compute.domain |
|---|
| Methods in org.jclouds.compute.domain that return Location | |
|---|---|
Location |
Template.getLocation()
Location of the nodes. |
| Methods in org.jclouds.compute.domain with parameters of type Location | |
|---|---|
NodeMetadataBuilder |
NodeMetadataBuilder.location(Location location)
|
ImageBuilder |
ImageBuilder.location(Location location)
|
HardwareBuilder |
HardwareBuilder.location(Location location)
|
ComputeMetadataBuilder |
ComputeMetadataBuilder.location(Location location)
|
| Uses of Location in org.jclouds.compute.domain.internal |
|---|
| Fields in org.jclouds.compute.domain.internal declared as Location | |
|---|---|
protected Location |
TemplateBuilderImpl.location
|
| Fields in org.jclouds.compute.domain.internal with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
TemplateBuilderImpl.defaultLocation
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
TemplateBuilderImpl.locations
|
| Methods in org.jclouds.compute.domain.internal that return Location | |
|---|---|
Location |
TemplateImpl.getLocation()
Location of the nodes. |
| Constructors in org.jclouds.compute.domain.internal with parameters of type Location | |
|---|---|
ComputeMetadataImpl(ComputeType type,
String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags)
|
|
HardwareImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
Iterable<? extends Processor> processors,
int ram,
Iterable<? extends Volume> volumes,
com.google.common.base.Predicate<Image> supportsImage,
String hypervisor)
|
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
Image.Status status,
String backendStatus,
String description,
String version,
LoginCredentials defaultCredentials)
|
|
NodeMetadataImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
String group,
Hardware hardware,
String imageId,
OperatingSystem os,
NodeMetadata.Status status,
String backendStatus,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
LoginCredentials credentials,
String hostname)
|
|
TemplateImpl(Image image,
Hardware size,
Location location,
TemplateOptions options)
|
|
| Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Location | |
|---|---|
NullEqualToIsParentOrIsGrandparentOfCurrentLocation(com.google.common.base.Supplier<Location> locationSupplier)
|
|
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
com.google.common.base.Supplier<Location> defaultLocation2,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
|
TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
com.google.common.base.Supplier<Location> defaultLocation2,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
|
| Uses of Location in org.jclouds.compute.internal |
|---|
| Methods in org.jclouds.compute.internal that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
BaseComputeService.listAssignableLocations()
The list locations command returns all the valid locations for nodes. |
| Constructor parameters in org.jclouds.compute.internal with type arguments of type Location | |
|---|---|
BaseComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Location in org.jclouds.compute.stub.config |
|---|
| Methods in org.jclouds.compute.stub.config that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
StubComputeServiceAdapter.listLocations()
|
| Constructor parameters in org.jclouds.compute.stub.config with type arguments of type Location | |
|---|---|
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes,
ExecutorService ioThreads,
com.google.common.base.Supplier<Location> location,
javax.inject.Provider<Integer> idProvider,
String publicIpPrefix,
String privateIpPrefix,
String passwordPrefix,
JustProvider locationSupplier,
Map<OsFamily,Map<String,String>> osToVersionMap)
|
|
| Uses of Location in org.jclouds.deltacloud.compute.functions |
|---|
| Fields in org.jclouds.deltacloud.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Set<? extends Location>> |
InstanceToNodeMetadata.locations
|
| Methods in org.jclouds.deltacloud.compute.functions that return Location | |
|---|---|
Location |
RealmToLocation.apply(Realm from)
|
protected Location |
InstanceToNodeMetadata.parseLocation(Instance from)
|
| Uses of Location in org.jclouds.domain |
|---|
| Fields in org.jclouds.domain declared as Location | |
|---|---|
protected Location |
ResourceMetadataBuilder.location
|
protected Location |
LocationBuilder.parent
|
| Methods in org.jclouds.domain that return Location | |
|---|---|
Location |
LocationBuilder.build()
|
Location |
ResourceMetadata.getLocation()
Physical location of the resource, or null if n/a ex. |
Location |
Location.getParent()
The parent, or null, if top-level |
| Methods in org.jclouds.domain with parameters of type Location | |
|---|---|
ResourceMetadataBuilder<T> |
ResourceMetadataBuilder.location(Location location)
|
LocationBuilder |
LocationBuilder.parent(Location parent)
|
void |
MutableResourceMetadata.setLocation(Location location)
|
| Uses of Location in org.jclouds.domain.internal |
|---|
| Classes in org.jclouds.domain.internal that implement Location | |
|---|---|
class |
LocationImpl
|
| Methods in org.jclouds.domain.internal that return Location | |
|---|---|
Location |
ResourceMetadataImpl.getLocation()
Physical location of the resource, or null if n/a ex. |
Location |
MutableResourceMetadataImpl.getLocation()
Physical location of the resource, or null if n/a ex. |
Location |
LocationImpl.getParent()
The parent, or null, if top-level |
| Methods in org.jclouds.domain.internal with parameters of type Location | |
|---|---|
void |
MutableResourceMetadataImpl.setLocation(Location location)
|
| Constructors in org.jclouds.domain.internal with parameters of type Location | |
|---|---|
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)
|
|
| Uses of Location in org.jclouds.ec2.compute |
|---|
| Constructor parameters in org.jclouds.ec2.compute with type arguments of type Location | |
|---|---|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap,
com.google.common.base.Optional<ImageExtension> imageExtension,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Location in org.jclouds.ec2.compute.domain |
|---|
| Methods in org.jclouds.ec2.compute.domain with parameters of type Location | |
|---|---|
EC2HardwareBuilder |
EC2HardwareBuilder.location(Location location)
|
| Uses of Location in org.jclouds.ec2.compute.functions |
|---|
| Fields in org.jclouds.ec2.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Set<? extends Location>> |
RunningInstanceToNodeMetadata.locations
|
| Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type Location | |
|---|---|
EC2ImageParser(Map<Image.ImageState,Image.Status> toPortableImageStatus,
PopulateDefaultLoginCredentialsForImageStrategy credentialProvider,
Map<OsFamily,Map<String,String>> osVersionMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Location> defaultLocation,
ReviseParsedImage reviseParsedImage)
|
|
EC2ImageParser(Map<Image.ImageState,Image.Status> toPortableImageStatus,
PopulateDefaultLoginCredentialsForImageStrategy credentialProvider,
Map<OsFamily,Map<String,String>> osVersionMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Location> defaultLocation,
ReviseParsedImage reviseParsedImage)
|
|
RunningInstanceToNodeMetadata(Map<InstanceState,NodeMetadata.Status> instanceToNodeStatus,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Location in org.jclouds.ec2.compute.internal |
|---|
| Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type Location | |
|---|---|
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
|
|
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
|
|
| Uses of Location in org.jclouds.ec2.compute.util |
|---|
| Methods in org.jclouds.ec2.compute.util with parameters of type Location | |
|---|---|
static String |
EC2ComputeUtils.getZoneFromLocationOrNull(Location location)
|
| Uses of Location in org.jclouds.elasticstack.compute |
|---|
| Methods in org.jclouds.elasticstack.compute that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
ElasticStackComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.elasticstack.compute.functions |
|---|
| Constructor parameters in org.jclouds.elasticstack.compute.functions with type arguments of type Location | |
|---|---|
WellKnownImageToImage(com.google.common.base.Supplier<Location> locationSupplier,
Map<String,WellKnownImage> preinstalledImages,
Map<String,Credentials> credentialStore)
|
|
| Uses of Location in org.jclouds.elb.loadbalancer.functions |
|---|
| Fields in org.jclouds.elb.loadbalancer.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Set<? extends Location>> |
LoadBalancerToLoadBalancerMetadata.locations
|
| Constructor parameters in org.jclouds.elb.loadbalancer.functions with type arguments of type Location | |
|---|---|
LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
| Uses of Location in org.jclouds.elb.loadbalancer.strategy |
|---|
| Methods in org.jclouds.elb.loadbalancer.strategy with parameters of type Location | |
|---|---|
LoadBalancerMetadata |
ELBLoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location,
String name,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
| Uses of Location in org.jclouds.filesystem.strategy.internal |
|---|
| Methods in org.jclouds.filesystem.strategy.internal that return Location | |
|---|---|
Location |
FilesystemStorageStrategyImpl.getLocation(String containerName)
|
| Methods in org.jclouds.filesystem.strategy.internal with parameters of type Location | |
|---|---|
boolean |
FilesystemStorageStrategyImpl.createContainerInLocation(String container,
Location location)
|
| Uses of Location in org.jclouds.glesys.compute |
|---|
| Methods in org.jclouds.glesys.compute with parameters of type Location | |
|---|---|
boolean |
GleSYSComputeServiceAdapter.FindLocationForServerSpec.matches(ServerSpec from,
Location input)
|
| Constructor parameters in org.jclouds.glesys.compute with type arguments of type Location | |
|---|---|
GleSYSComputeServiceAdapter.FindLocationForServerSpec(com.google.common.base.Supplier<Set<? extends Location>> location)
|
|
GleSYSComputeServiceAdapter(GleSYSApi api,
GleSYSAsyncApi aapi,
ExecutorService userThreads,
ComputeServiceConstants.Timeouts timeouts,
com.google.common.base.Supplier<Set<? extends Location>> locations,
javax.inject.Provider<String> passwordProvider)
|
|
| Uses of Location in org.jclouds.glesys.compute.functions |
|---|
| Methods in org.jclouds.glesys.compute.functions that return Location | |
|---|---|
Location |
DatacenterToLocation.apply(String datacenter)
|
| Methods in org.jclouds.glesys.compute.functions with parameters of type Location | |
|---|---|
boolean |
ServerDetailsToNodeMetadata.FindLocationForServerDetails.matches(ServerDetails from,
Location input)
|
boolean |
FindLocationForServerSpec.matches(ServerSpec from,
Location input)
|
| Constructor parameters in org.jclouds.glesys.compute.functions with type arguments of type Location | |
|---|---|
FindLocationForServerSpec(com.google.common.base.Supplier<Set<? extends Location>> location)
|
|
ServerDetailsToNodeMetadata.FindLocationForServerDetails(com.google.common.base.Supplier<Set<? extends Location>> location)
|
|
| Uses of Location in org.jclouds.gogrid.compute |
|---|
| Constructor parameters in org.jclouds.gogrid.compute with type arguments of type Location | |
|---|---|
GoGridComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Location in org.jclouds.gogrid.compute.functions |
|---|
| Methods in org.jclouds.gogrid.compute.functions that return Location | |
|---|---|
Location |
OptionToLocation.apply(Option from)
|
| Uses of Location in org.jclouds.gogrid.location |
|---|
| Methods in org.jclouds.gogrid.location that return Location | |
|---|---|
Location |
GoGridDefaultLocationSupplier.get()
|
| Uses of Location in org.jclouds.hpcloud.objectstorage.blobstore |
|---|
| Methods in org.jclouds.hpcloud.objectstorage.blobstore with parameters of type Location | |
|---|---|
boolean |
HPCloudObjectStorageBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HPCloudObjectStorageAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
| Constructor parameters in org.jclouds.hpcloud.objectstorage.blobstore with type arguments of type Location | |
|---|---|
HPCloudObjectStorageAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageClient sync,
HPCloudObjectStorageAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
HPCloudObjectStorageAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageClient sync,
HPCloudObjectStorageAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
HPCloudObjectStorageBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
|
|
HPCloudObjectStorageBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
HPCloudObjectStorageClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
EnableCDNAndCache enableCDNAndCache,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
|
|
| Uses of Location in org.jclouds.internal |
|---|
| Classes in org.jclouds.internal that implement Location | |
|---|---|
class |
ContextImpl
|
| Methods in org.jclouds.internal that return Location | |
|---|---|
Location |
ContextImpl.getParent()
The parent, or null, if top-level |
| Uses of Location in org.jclouds.joyent.cloudapi.v6_5.compute |
|---|
| Methods in org.jclouds.joyent.cloudapi.v6_5.compute that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
JoyentCloudComputeServiceAdapter.listLocations()
|
| Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute with type arguments of type Location | |
|---|---|
JoyentCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
JoyentCloudApi novaApi,
com.google.common.cache.LoadingCache<DatacenterAndName,KeyAndPrivateKey> keyCache,
com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByDatacenterId,
GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Location in org.jclouds.joyent.cloudapi.v6_5.compute.config |
|---|
| Methods in org.jclouds.joyent.cloudapi.v6_5.compute.config that return types with arguments of type Location | |
|---|---|
protected com.google.common.base.Supplier<Map<String,Location>> |
JoyentCloudComputeServiceContextModule.createLocationIndexedById(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
| Method parameters in org.jclouds.joyent.cloudapi.v6_5.compute.config with type arguments of type Location | |
|---|---|
protected com.google.common.base.Supplier<Map<String,Location>> |
JoyentCloudComputeServiceContextModule.createLocationIndexedById(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
| Uses of Location in org.jclouds.joyent.cloudapi.v6_5.compute.functions |
|---|
| Fields in org.jclouds.joyent.cloudapi.v6_5.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Map<String,Location>> |
MachineInDatacenterToNodeMetadata.locationIndex
|
| Constructor parameters in org.jclouds.joyent.cloudapi.v6_5.compute.functions with type arguments of type Location | |
|---|---|
DatasetInDatacenterToImage(com.google.common.base.Function<Dataset,OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,Location>> locationIndex)
|
|
MachineInDatacenterToNodeMetadata(Map<Machine.State,NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
GroupNamingConvention.Factory namingConvention)
|
|
PackageInDatacenterToHardware(com.google.common.base.Supplier<Map<String,Location>> locationIndex)
|
|
| Uses of Location in org.jclouds.loadbalancer |
|---|
| Methods in org.jclouds.loadbalancer that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
LoadBalancerService.listAssignableLocations()
The list locations command returns all the valid locations for load balancers. |
| Methods in org.jclouds.loadbalancer with parameters of type Location | |
|---|---|
B |
LoadBalancerServiceAdapter.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
LoadBalancerMetadata |
LoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
| Uses of Location in org.jclouds.loadbalancer.domain.internal |
|---|
| Constructors in org.jclouds.loadbalancer.domain.internal with parameters of type Location | |
|---|---|
LoadBalancerMetadataImpl(LoadBalancerType type,
String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Iterable<String> addresses)
|
|
| Uses of Location in org.jclouds.loadbalancer.internal |
|---|
| Fields in org.jclouds.loadbalancer.internal with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
BaseLoadBalancerService.defaultLocationSupplier
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
BaseLoadBalancerService.locations
|
| Methods in org.jclouds.loadbalancer.internal that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
BaseLoadBalancerService.listAssignableLocations()
The list locations command returns all the valid locations for load balancers. |
| Methods in org.jclouds.loadbalancer.internal with parameters of type Location | |
|---|---|
LoadBalancerMetadata |
BaseLoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
| Constructor parameters in org.jclouds.loadbalancer.internal with type arguments of type Location | |
|---|---|
BaseLoadBalancerService(com.google.common.base.Supplier<Location> defaultLocationSupplier,
LoadBalancerServiceContext context,
LoadBalanceNodesStrategy loadBalancerStrategy,
GetLoadBalancerMetadataStrategy getLoadBalancerMetadataStrategy,
DestroyLoadBalancerStrategy destroyLoadBalancerStrategy,
ListLoadBalancersStrategy listLoadBalancersStrategy,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
BaseLoadBalancerService(com.google.common.base.Supplier<Location> defaultLocationSupplier,
LoadBalancerServiceContext context,
LoadBalanceNodesStrategy loadBalancerStrategy,
GetLoadBalancerMetadataStrategy getLoadBalancerMetadataStrategy,
DestroyLoadBalancerStrategy destroyLoadBalancerStrategy,
ListLoadBalancersStrategy listLoadBalancersStrategy,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
| Uses of Location in org.jclouds.loadbalancer.strategy |
|---|
| Methods in org.jclouds.loadbalancer.strategy with parameters of type Location | |
|---|---|
LoadBalancerMetadata |
LoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location,
String name,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
| Uses of Location in org.jclouds.location.config |
|---|
| Methods in org.jclouds.location.config that return types with arguments of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
LocationModule.implicitLocationSupplier(AtomicReference<AuthorizationException> authException,
long seconds,
ImplicitLocationSupplier uncached)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
LocationModule.memoizedLocationsSupplier(AtomicReference<AuthorizationException> authException,
long seconds,
LocationsSupplier uncached)
|
| Uses of Location in org.jclouds.location.functions |
|---|
| Methods in org.jclouds.location.functions with parameters of type Location | |
|---|---|
String |
ToIdAndScope.apply(Location input)
|
| Uses of Location in org.jclouds.location.predicates |
|---|
| Methods in org.jclouds.location.predicates that return types with arguments of type Location | |
|---|---|
static com.google.common.base.Predicate<Location> |
LocationPredicates.idEquals(String id)
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isProvider()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isRegion()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isZone()
|
static com.google.common.base.Predicate<Location> |
LocationPredicates.isZoneOrRegionWhereRegionIdEquals(String region)
|
| Uses of Location in org.jclouds.location.suppliers.all |
|---|
| Methods in org.jclouds.location.suppliers.all that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
ZoneToRegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
ZoneToProvider.get()
|
Set<? extends Location> |
RegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
RegionToProvider.get()
|
Set<? extends Location> |
JustProvider.get()
|
| Uses of Location in org.jclouds.location.suppliers.implicit |
|---|
| Methods in org.jclouds.location.suppliers.implicit that return Location | |
|---|---|
Location |
OnlyLocationOrFirstZone.get()
|
Location |
OnlyLocationOrFirstRegionOptionallyMatchingRegionId.get()
|
Location |
FirstZone.get()
|
Location |
FirstRegion.get()
|
| Uses of Location in org.jclouds.nodepool.internal |
|---|
| Methods in org.jclouds.nodepool.internal that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
BaseNodePoolComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.openstack.nova.compute.functions |
|---|
| Fields in org.jclouds.openstack.nova.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
ServerToNodeMetadata.location
|
| Uses of Location in org.jclouds.openstack.nova.compute.strategy |
|---|
| Methods in org.jclouds.openstack.nova.compute.strategy that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
NovaComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.openstack.nova.v2_0.compute |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.compute that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
NovaComputeServiceAdapter.listLocations()
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type Location | |
|---|---|
NovaComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
NovaApi novaApi,
com.google.common.cache.LoadingCache<ZoneAndName,SecurityGroupInZone> securityGroupMap,
com.google.common.cache.LoadingCache<ZoneAndName,KeyPair> keyPairCache,
com.google.common.base.Function<Set<? extends NodeMetadata>,com.google.common.collect.Multimap<String,String>> orphanedGroupsByZoneId,
GroupNamingConvention.Factory namingConvention,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Location in org.jclouds.openstack.nova.v2_0.compute.config |
|---|
| Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type Location | |
|---|---|
protected com.google.common.base.Supplier<Map<String,Location>> |
NovaComputeServiceContextModule.createLocationIndexedById(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
| Method parameters in org.jclouds.openstack.nova.v2_0.compute.config with type arguments of type Location | |
|---|---|
protected com.google.common.base.Supplier<Map<String,Location>> |
NovaComputeServiceContextModule.createLocationIndexedById(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
| Uses of Location in org.jclouds.openstack.nova.v2_0.compute.functions |
|---|
| Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Map<String,Location>> |
ServerInZoneToNodeMetadata.locationIndex
|
| Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type Location | |
|---|---|
FlavorInZoneToHardware(com.google.common.base.Supplier<Map<String,Location>> locationIndex)
|
|
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus,
com.google.common.base.Function<Image,OperatingSystem> imageToOs,
com.google.common.base.Supplier<Map<String,Location>> locationIndex)
|
|
ServerInZoneToNodeMetadata(Map<Server.Status,NodeMetadata.Status> toPortableNodeStatus,
com.google.common.base.Supplier<Map<String,Location>> locationIndex,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwares,
GroupNamingConvention.Factory namingConvention)
|
|
| Uses of Location in org.jclouds.openstack.swift.blobstore |
|---|
| Methods in org.jclouds.openstack.swift.blobstore with parameters of type Location | |
|---|---|
boolean |
SwiftBlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes CommonSwiftClient#putBucketInRegion |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
SwiftAsyncBlobStore.createContainerInLocation(Location location,
String container)
Note that location is currently ignored. |
boolean |
SwiftBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
SwiftAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
| Constructor parameters in org.jclouds.openstack.swift.blobstore with type arguments of type Location | |
|---|---|
SwiftAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
CommonSwiftAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
SwiftAsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
CommonSwiftAsyncClient async,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
javax.inject.Provider<AsyncMultipartUploadStrategy> multipartUploadStrategy)
|
|
SwiftBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
|
|
SwiftBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
CommonSwiftClient sync,
ContainerToResourceMetadata container2ResourceMd,
BlobStoreListContainerOptionsToListContainerOptions container2ContainerListOptions,
ContainerToResourceList container2ResourceList,
ObjectToBlob object2Blob,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
BlobToHttpGetOptions blob2ObjectGetOptions,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
javax.inject.Provider<MultipartUploadStrategy> multipartUploadStrategy)
|
|
| Uses of Location in org.jclouds.rest |
|---|
| Subinterfaces of Location in org.jclouds.rest | |
|---|---|
interface |
RestContext<S,A>
Represents an authenticated context to the cloud. |
| Uses of Location in org.jclouds.rest.internal |
|---|
| Classes in org.jclouds.rest.internal that implement Location | |
|---|---|
class |
RestContextImpl<S,A>
|
| Uses of Location in org.jclouds.rimuhosting.miro.compute.functions |
|---|
| Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Set<? extends Location>> |
ServerToNodeMetadata.locations
|
| Methods in org.jclouds.rimuhosting.miro.compute.functions with parameters of type Location | |
|---|---|
protected OperatingSystem |
ServerToNodeMetadata.parseOperatingSystem(Server from,
Location location)
|
| Uses of Location in org.jclouds.rimuhosting.miro.compute.strategy |
|---|
| Methods in org.jclouds.rimuhosting.miro.compute.strategy that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
RimuHostingComputeServiceAdapter.listLocations()
|
| Constructor parameters in org.jclouds.rimuhosting.miro.compute.strategy with type arguments of type Location | |
|---|---|
RimuHostingComputeServiceAdapter(RimuHostingClient client,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
| Uses of Location in org.jclouds.rimuhosting.miro.location |
|---|
| Methods in org.jclouds.rimuhosting.miro.location that return Location | |
|---|---|
Location |
RimuHostingDefaultLocationSupplier.get()
|
| Methods in org.jclouds.rimuhosting.miro.location that return types with arguments of type Location | |
|---|---|
Set<? extends Location> |
RimuHostingLocationSupplier.get()
|
| Uses of Location in org.jclouds.s3.blobstore |
|---|
| Methods in org.jclouds.s3.blobstore with parameters of type Location | |
|---|---|
boolean |
S3BlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes S3Client.putBucketInRegion(java.lang.String, java.lang.String, org.jclouds.s3.options.PutBucketOptions...) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncBlobStore.createContainerInLocation(Location location,
String container)
This implementation invokes S3AsyncClient.putBucketInRegion(java.lang.String, java.lang.String, org.jclouds.s3.options.PutBucketOptions...) |
boolean |
S3BlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
S3AsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
| Constructor parameters in org.jclouds.s3.blobstore with type arguments of type Location | |
|---|---|
S3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3AsyncClient async,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
|
|
S3AsyncBlobStore(BlobStoreContext context,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3AsyncClient async,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
|
|
S3BlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
|
|
S3BlobStore(BlobStoreContext context,
BlobUtils blobUtils,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
S3Client sync,
com.google.common.base.Function<Set<BucketMetadata>,PageSet<? extends StorageMetadata>> convertBucketsToStorageMetadata,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls)
|
|
| Uses of Location in org.jclouds.s3.blobstore.functions |
|---|
| Methods in org.jclouds.s3.blobstore.functions that return Location | |
|---|---|
Location |
LocationFromBucketName.apply(String bucket)
|
| Constructor parameters in org.jclouds.s3.blobstore.functions with type arguments of type Location | |
|---|---|
ObjectToBlobMetadata(IfDirectoryReturnNameStrategy ifDirectoryReturnName,
com.google.common.cache.LoadingCache<String,AccessControlList> bucketAcls,
com.google.common.base.Function<String,Location> locationOfBucket)
|
|
| Uses of Location in org.jclouds.savvis.vpdc.compute.functions |
|---|
| Methods in org.jclouds.savvis.vpdc.compute.functions that return Location | |
|---|---|
Location |
NetworkToLocation.apply(Network from)
|
| Methods in org.jclouds.savvis.vpdc.compute.functions with parameters of type Location | |
|---|---|
boolean |
VMToNodeMetadata.FindLocationForVM.matches(VM from,
Location input)
|
| Constructor parameters in org.jclouds.savvis.vpdc.compute.functions with type arguments of type Location | |
|---|---|
VMToNodeMetadata.FindLocationForVM(com.google.common.base.Supplier<Set<? extends Location>> hardware)
|
|
| Uses of Location in org.jclouds.savvis.vpdc.location |
|---|
| Methods in org.jclouds.savvis.vpdc.location that return Location | |
|---|---|
Location |
FirstNetwork.get()
|
| Methods in org.jclouds.savvis.vpdc.location with parameters of type Location | |
|---|---|
boolean |
FirstNetwork.IsNetwork.apply(Location input)
|
| Uses of Location in org.jclouds.servermanager.compute.functions |
|---|
| Methods in org.jclouds.servermanager.compute.functions that return Location | |
|---|---|
Location |
DatacenterToLocation.apply(Datacenter from)
|
| Methods in org.jclouds.servermanager.compute.functions with parameters of type Location | |
|---|---|
boolean |
ServerToNodeMetadata.FindLocationForServer.matches(Server from,
Location input)
|
| Constructor parameters in org.jclouds.servermanager.compute.functions with type arguments of type Location | |
|---|---|
DatacenterToLocation(javax.inject.Provider<com.google.common.base.Supplier<Location>> provider)
|
|
ServerToNodeMetadata.FindLocationForServer(com.google.common.base.Supplier<Set<? extends Location>> hardware)
|
|
| Uses of Location in org.jclouds.slicehost.compute.functions |
|---|
| Fields in org.jclouds.slicehost.compute.functions with type parameters of type Location | |
|---|---|
protected com.google.common.base.Supplier<Location> |
SliceToNodeMetadata.location
|
| Uses of Location in org.jclouds.slicehost.compute.strategy |
|---|
| Methods in org.jclouds.slicehost.compute.strategy that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
SlicehostComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.smartos.compute.functions |
|---|
| Methods in org.jclouds.smartos.compute.functions that return Location | |
|---|---|
Location |
DatacenterToLocation.apply(SmartOSHost from)
|
| Methods in org.jclouds.smartos.compute.functions with parameters of type Location | |
|---|---|
boolean |
VMToNodeMetadata.FindLocationForServer.matches(VM from,
Location input)
|
| Constructor parameters in org.jclouds.smartos.compute.functions with type arguments of type Location | |
|---|---|
DatacenterToLocation(javax.inject.Provider<com.google.common.base.Supplier<Location>> provider)
|
|
VMToNodeMetadata.FindLocationForServer(com.google.common.base.Supplier<Set<? extends Location>> hardware)
|
|
| Uses of Location in org.jclouds.softlayer.compute.functions |
|---|
| Methods in org.jclouds.softlayer.compute.functions that return Location | |
|---|---|
Location |
DatacenterToLocation.apply(Datacenter datacenter)
|
| Methods in org.jclouds.softlayer.compute.functions with parameters of type Location | |
|---|---|
boolean |
VirtualGuestToNodeMetadata.FindLocationForVirtualGuest.matches(VirtualGuest from,
Location input)
|
| Constructor parameters in org.jclouds.softlayer.compute.functions with type arguments of type Location | |
|---|---|
VirtualGuestToNodeMetadata.FindLocationForVirtualGuest(com.google.common.base.Supplier<Set<? extends Location>> location)
|
|
| Uses of Location in org.jclouds.trmk.vcloud_0_8.compute |
|---|
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type Location | |
|---|---|
TerremarkVCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
com.google.common.base.Optional<ImageExtension> imageExtension)
|
|
| Uses of Location in org.jclouds.trmk.vcloud_0_8.compute.functions |
|---|
| Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return Location | |
|---|---|
Location |
FindLocationForResource.apply(ReferenceType resource)
searches for a location associated with this resource. |
| Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type Location | |
|---|---|
FindLocationForResource(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
HardwareForVCloudExpressVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource,
HardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
|
|
| Uses of Location in org.jclouds.trmk.vcloud_0_8.functions |
|---|
| Method parameters in org.jclouds.trmk.vcloud_0_8.functions with type arguments of type Location | |
|---|---|
Iterable<? extends Org> |
OrgsForLocations.apply(Iterable<? extends Location> from)
Zones are assignable, but we want regions. |
| Uses of Location in org.jclouds.trmk.vcloud_0_8.location |
|---|
| Methods in org.jclouds.trmk.vcloud_0_8.location that return Location | |
|---|---|
Location |
DefaultVDC.get()
|
| Methods in org.jclouds.trmk.vcloud_0_8.location that return types with arguments of type Location | |
|---|---|
protected com.google.common.collect.ImmutableSet.Builder<Location> |
OrgAndVDCToLocationSupplier.buildJustProviderOrVDCs()
|
Set<? extends Location> |
OrgAndVDCToLocationSupplier.get()
|
| Methods in org.jclouds.trmk.vcloud_0_8.location with parameters of type Location | |
|---|---|
boolean |
DefaultVDC.IsDefaultVDC.apply(Location input)
|
| Uses of Location in org.jclouds.vcloud.compute.functions |
|---|
| Methods in org.jclouds.vcloud.compute.functions that return Location | |
|---|---|
Location |
FindLocationForResource.apply(ReferenceType resource)
searches for a location associated with this resource. |
| Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type Location | |
|---|---|
FindLocationForResource(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
HardwareForVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource,
VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
|
|
| Uses of Location in org.jclouds.vcloud.compute.internal |
|---|
| Constructor parameters in org.jclouds.vcloud.compute.internal with type arguments of type Location | |
|---|---|
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
|
VCloudTemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Location> defaultLocation,
javax.inject.Provider<TemplateOptions> optionsProvider,
javax.inject.Provider<TemplateBuilder> defaultTemplateProvider)
|
|
| Uses of Location in org.jclouds.vcloud.compute.strategy |
|---|
| Methods in org.jclouds.vcloud.compute.strategy that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
VCloudComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.vcloud.director.v1_5 |
|---|
| Subinterfaces of Location in org.jclouds.vcloud.director.v1_5 | |
|---|---|
interface |
VCloudDirectorContext
|
| Uses of Location in org.jclouds.vcloud.director.v1_5.compute.functions |
|---|
| Methods in org.jclouds.vcloud.director.v1_5.compute.functions that return Location | |
|---|---|
Location |
FindLocationForResource.apply(Reference resource)
searches for a location associated with this resource. |
| Constructor parameters in org.jclouds.vcloud.director.v1_5.compute.functions with type arguments of type Location | |
|---|---|
FindLocationForResource(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
HardwareForVm(com.google.common.base.Function<Reference,Location> findLocationForResource,
VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder,
SectionForVApp<VirtualHardwareSection> findVirtualHardwareSectionForVm)
|
|
| Uses of Location in org.jclouds.vcloud.director.v1_5.functions |
|---|
| Method parameters in org.jclouds.vcloud.director.v1_5.functions with type arguments of type Location | |
|---|---|
Iterable<? extends Org> |
OrgsForLocations.apply(Iterable<Location> from)
Zones are assignable, but we want regions. |
| Uses of Location in org.jclouds.vcloud.director.v1_5.internal |
|---|
| Classes in org.jclouds.vcloud.director.v1_5.internal that implement Location | |
|---|---|
class |
VCloudDirectorContextImpl
|
| Uses of Location in org.jclouds.vcloud.functions |
|---|
| Method parameters in org.jclouds.vcloud.functions with type arguments of type Location | |
|---|---|
Iterable<Org> |
OrgsForLocations.apply(Iterable<Location> from)
Zones are assignable, but we want regions. |
| Uses of Location in org.jclouds.vcloud.location |
|---|
| Methods in org.jclouds.vcloud.location that return Location | |
|---|---|
Location |
DefaultVDC.get()
|
| Methods in org.jclouds.vcloud.location that return types with arguments of type Location | |
|---|---|
protected com.google.common.collect.ImmutableSet.Builder<Location> |
OrgAndVDCToLocationSupplier.buildJustProviderOrVDCs()
|
Set<Location> |
OrgAndVDCToLocationSupplier.get()
|
| Methods in org.jclouds.vcloud.location with parameters of type Location | |
|---|---|
boolean |
DefaultVDC.IsDefaultVDC.apply(Location input)
|
| Uses of Location in org.jclouds.virtualbox.compute |
|---|
| Methods in org.jclouds.virtualbox.compute that return types with arguments of type Location | |
|---|---|
Iterable<Location> |
VirtualBoxComputeServiceAdapter.listLocations()
|
| Uses of Location in org.jclouds.virtualbox.compute.extensions |
|---|
| Constructor parameters in org.jclouds.virtualbox.compute.extensions with type arguments of type Location | |
|---|---|
VirtualBoxImageExtension(ComputeServiceAdapter<org.virtualbox_4_1.IMachine,Hardware,Image,Location> vboxAdapter,
com.google.common.base.Function<org.virtualbox_4_1.IMachine,NodeMetadata> machineToNode,
com.google.common.base.Supplier<org.virtualbox_4_1.VirtualBoxManager> manager,
String workingDir,
com.google.common.base.Function<org.virtualbox_4_1.IMachine,Image> imachineToImage,
MachineUtils machineUtils)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||