|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<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.Cache<RegionAndName,String> securityGroupMap,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
|
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.Cache<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.Cache<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,NodeState> instanceToNodeState,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
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,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
Map<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,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
Map<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 |
---|
Fields in org.jclouds.blobstore with type parameters of type Location | |
---|---|
protected ConcurrentMap<String,Location> |
TransientAsyncBlobStore.containerToLocation
|
Methods in org.jclouds.blobstore that return types with arguments of type Location | |
---|---|
ConcurrentMap<String,Location> |
TransientAsyncBlobStore.getContainerToLocation()
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Location>> |
AsyncBlobStore.listAssignableLocations()
|
Set<? extends Location> |
BlobStore.listAssignableLocations()
The get locations command returns all the valid locations for containers. |
Methods in org.jclouds.blobstore with parameters of type Location | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
TransientAsyncBlobStore.createContainerInLocation(Location location,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container)
|
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> |
TransientAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
boolean |
BlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
TransientAsyncBlobStore.createContainerInLocationIfAbsent(Location location,
String name)
throws IllegalStateException if the container already exists |
Constructor parameters in org.jclouds.blobstore with type arguments of type Location | |
---|---|
TransientAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders,
ConcurrentMap<String,Location> containerToLocation,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
TransientAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders,
ConcurrentMap<String,Location> containerToLocation,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
|
TransientAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders,
ConcurrentMap<String,Location> containerToLocation,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations)
|
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)
|
|
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)
|
|
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)
|
|
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)
|
Uses of Location in org.jclouds.cloudloadbalancers.loadbalancer.config |
---|
Methods in org.jclouds.cloudloadbalancers.loadbalancer.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
CloudLoadBalancersBindLoadBalancerSuppliersByClass.defineLocationSupplier()
|
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<Map<String,? extends Location>> |
LoadBalancerToLoadBalancerMetadata.locationMap
|
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<Map<String,? extends Location>> locationMap)
|
|
LoadBalancerToLoadBalancerMetadata(com.google.common.base.Supplier<Location> defaultLocationSupplier,
com.google.common.base.Supplier<Map<String,? extends Location>> locationMap)
|
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.config |
---|
Methods in org.jclouds.cloudservers.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
CloudServersBindComputeSuppliersByClass.defineLocationSupplier()
|
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.cloudsigma.compute |
---|
Methods in org.jclouds.cloudsigma.compute that return types with arguments of type Location | |
---|---|
Iterable<Location> |
CloudSigmaComputeServiceAdapter.listLocations()
|
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.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
|
Methods in org.jclouds.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
BindComputeSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
BindComputeSuppliersByClass.defineLocationSupplier()
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
ComputeServiceAdapterContextModule.provideLocations(ComputeServiceAdapter<N,H,I,L> adapter,
com.google.common.base.Function<L,Location> transformer)
|
Method parameters in org.jclouds.compute.config with type arguments of type Location | |
---|---|
protected void |
BindComputeSuppliersByClass.bindDefaultLocationSupplier(Class<? extends com.google.common.base.Supplier<Location>> clazz)
|
protected void |
BindComputeSuppliersByClass.bindLocationSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> clazz)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
ComputeServiceAdapterContextModule.provideLocations(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<S> syncClientType,
Class<A> asyncClientType,
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 | |
---|---|
HardwareBuilder |
HardwareBuilder.location(Location location)
|
NodeMetadataBuilder |
NodeMetadataBuilder.location(Location location)
|
ImageBuilder |
ImageBuilder.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)
|
|
ImageImpl(String providerId,
String name,
String id,
Location location,
URI uri,
Map<String,String> userMetadata,
Set<String> tags,
OperatingSystem operatingSystem,
String description,
String version,
String adminPassword,
Credentials 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,
NodeState state,
int loginPort,
Iterable<String> publicAddresses,
Iterable<String> privateAddresses,
String adminPassword,
Credentials 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 | |
---|---|
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,
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<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
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,
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,
Map<String,Credentials> credentialStore)
|
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,
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<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<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.Cache<RegionAndName,String> securityGroupMap)
|
Uses of Location in org.jclouds.ec2.compute.config |
---|
Methods in org.jclouds.ec2.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
EC2BindComputeSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
EC2BindComputeSuppliersByClass.defineLocationSupplier()
|
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(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(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,NodeState> instanceToNodeState,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
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.Cache<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.Cache<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)
|
Uses of Location in org.jclouds.filesystem |
---|
Methods in org.jclouds.filesystem with parameters of type Location | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FilesystemAsyncBlobStore.createContainerInLocation(Location location,
String name)
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FilesystemAsyncBlobStore.createContainerInLocation(Location location,
String container,
CreateContainerOptions options)
|
Constructor parameters in org.jclouds.filesystem with type arguments of type Location | |
---|---|
FilesystemAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
FilesystemStorageStrategy storageStrategy)
|
|
FilesystemAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
FilesystemStorageStrategy storageStrategy)
|
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,
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<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of Location in org.jclouds.gogrid.compute.config |
---|
Methods in org.jclouds.gogrid.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
GoGridBindComputeSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
GoGridBindComputeSuppliersByClass.defineLocationSupplier()
|
Uses of Location in org.jclouds.gogrid.compute.suppliers |
---|
Methods in org.jclouds.gogrid.compute.suppliers that return Location | |
---|---|
Location |
GoGridDefaultLocationSupplier.get()
|
Methods in org.jclouds.gogrid.compute.suppliers that return types with arguments of type Location | |
---|---|
Set<? extends Location> |
GoGridLocationSupplier.get()
|
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.config |
---|
Methods in org.jclouds.loadbalancer.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
BindLoadBalancerSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
BindLoadBalancerSuppliersByClass.defineLocationSupplier()
|
protected com.google.common.base.Supplier<Map<String,? extends Location>> |
BaseLoadBalancerServiceContextModule.provideLocationMap(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
BaseLoadBalancerServiceContextModule.supplyLocationCache(long seconds,
com.google.common.base.Supplier<Set<? extends Location>> locationSupplier)
|
Method parameters in org.jclouds.loadbalancer.config with type arguments of type Location | |
---|---|
protected void |
BindLoadBalancerSuppliersByClass.bindDefaultLocationSupplier(Class<? extends com.google.common.base.Supplier<Location>> clazz)
|
protected void |
BindLoadBalancerSuppliersByClass.bindLocationSupplier(Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> clazz)
|
protected com.google.common.base.Supplier<Map<String,? extends Location>> |
BaseLoadBalancerServiceContextModule.provideLocationMap(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
BaseLoadBalancerServiceContextModule.supplyLocationCache(long seconds,
com.google.common.base.Supplier<Set<? extends Location>> locationSupplier)
|
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<Map<String,? extends Location>> |
LocationModule.provideLocationMap(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
LocationModule.supplyLocationCache(long seconds,
com.google.common.base.Supplier<Set<? extends Location>> locationSupplier)
|
Method parameters in org.jclouds.location.config with type arguments of type Location | |
---|---|
protected com.google.common.base.Supplier<Map<String,? extends Location>> |
LocationModule.provideLocationMap(com.google.common.base.Supplier<Set<? extends Location>> locations)
|
protected com.google.common.base.Supplier<Set<? extends Location>> |
LocationModule.supplyLocationCache(long seconds,
com.google.common.base.Supplier<Set<? extends Location>> locationSupplier)
|
Uses of Location in org.jclouds.location.suppliers |
---|
Methods in org.jclouds.location.suppliers that return Location | |
---|---|
Location |
OnlyLocationOrFirstZone.get()
|
Location |
OnlyLocationOrFirstZoneOrRegionMatchingRegionId.get()
|
Methods in org.jclouds.location.suppliers that return types with arguments of type Location | |
---|---|
protected com.google.common.collect.ImmutableSet.Builder<Location> |
RegionToProviderOrJustProvider.buildJustProviderOrRegions()
|
Set<? extends Location> |
RegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
ZoneToRegionToProviderOrJustProvider.get()
|
Set<? extends Location> |
JustProvider.get()
|
Methods in org.jclouds.location.suppliers with parameters of type Location | |
---|---|
boolean |
OnlyLocationOrFirstZone.IsZone.apply(Location input)
|
boolean |
OnlyLocationOrFirstZoneOrRegionMatchingRegionId.IsRegionAndIdEqualsOrIsZoneParentIdEquals.apply(Location input)
|
Uses of Location in org.jclouds.openstack.nova.compute.config |
---|
Methods in org.jclouds.openstack.nova.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
NovaBindComputeSuppliersByClass.defineLocationSupplier()
|
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.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)
|
|
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)
|
|
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)
|
|
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)
|
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>
|
Methods in org.jclouds.rest.internal that return Location | |
---|---|
Location |
RestContextImpl.getParent()
|
Uses of Location in org.jclouds.rimuhosting.miro.compute.config |
---|
Methods in org.jclouds.rimuhosting.miro.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
RimuHostingBindComputeSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
RimuHostingBindComputeSuppliersByClass.defineLocationSupplier()
|
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.suppliers |
---|
Methods in org.jclouds.rimuhosting.miro.compute.suppliers that return Location | |
---|---|
Location |
RimuHostingDefaultLocationSupplier.get()
|
Methods in org.jclouds.rimuhosting.miro.compute.suppliers 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,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
Map<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,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
Map<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,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
Map<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,
BucketToResourceMetadata bucket2ResourceMd,
ContainerToBucketListOptions container2BucketListOptions,
BucketToResourceList bucket2ResourceList,
ObjectToBlob object2Blob,
BlobToHttpGetOptions blob2ObjectGetOptions,
BlobToObject blob2Object,
ObjectToBlobMetadata object2BlobMd,
javax.inject.Provider<FetchBlobMetadata> fetchBlobMetadataProvider,
Map<String,AccessControlList> bucketAcls)
|
Uses of Location in org.jclouds.s3.blobstore.functions |
---|
Methods in org.jclouds.s3.blobstore.functions that return Location | |
---|---|
Location |
LocationFromBucketLocation.apply(BucketMetadata from)
|
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.compute.suppliers |
---|
Methods in org.jclouds.savvis.vpdc.compute.suppliers that return Location | |
---|---|
Location |
FirstNetwork.get()
|
Methods in org.jclouds.savvis.vpdc.compute.suppliers 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.config |
---|
Methods in org.jclouds.slicehost.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
SlicehostBindComputeSuppliersByClass.defineLocationSupplier()
|
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.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,
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<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap,
NodeMetadataToOrgAndName nodeToOrgAndName)
|
Uses of Location in org.jclouds.trmk.vcloud_0_8.compute.config |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return Location | |
---|---|
Location |
TerremarkBindComputeSuppliersByClass.DefaultVDC.get()
|
Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
TerremarkBindComputeSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
TerremarkBindComputeSuppliersByClass.defineLocationSupplier()
|
Methods in org.jclouds.trmk.vcloud_0_8.compute.config with parameters of type Location | |
---|---|
boolean |
TerremarkBindComputeSuppliersByClass.DefaultVDC.IsDefaultVDC.apply(Location input)
|
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.compute.suppliers |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute.suppliers that return types with arguments of type Location | |
---|---|
protected com.google.common.collect.ImmutableSet.Builder<Location> |
OrgAndVDCToLocationSupplier.buildJustProviderOrVDCs()
|
Set<? extends Location> |
OrgAndVDCToLocationSupplier.get()
|
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.vcloud.compute.config |
---|
Methods in org.jclouds.vcloud.compute.config that return Location | |
---|---|
Location |
VCloudBindComputeSuppliersByClass.DefaultVDC.get()
|
Methods in org.jclouds.vcloud.compute.config that return types with arguments of type Location | |
---|---|
protected Class<? extends com.google.common.base.Supplier<Location>> |
VCloudBindComputeSuppliersByClass.defineDefaultLocationSupplier()
|
protected Class<? extends com.google.common.base.Supplier<Set<? extends Location>>> |
VCloudBindComputeSuppliersByClass.defineLocationSupplier()
|
Methods in org.jclouds.vcloud.compute.config with parameters of type Location | |
---|---|
boolean |
VCloudBindComputeSuppliersByClass.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.suppliers |
---|
Methods in org.jclouds.vcloud.compute.suppliers that return types with arguments of type Location | |
---|---|
protected com.google.common.collect.ImmutableSet.Builder<Location> |
OrgAndVDCToLocationSupplier.buildJustProviderOrVDCs()
|
Set<? extends Location> |
OrgAndVDCToLocationSupplier.get()
|
Uses of Location in org.jclouds.vcloud.functions |
---|
Method parameters in org.jclouds.vcloud.functions with type arguments of type Location | |
---|---|
Iterable<? extends Org> |
OrgsForLocations.apply(Iterable<? extends Location> from)
Zones are assignable, but we want regions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |