|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PlacementGroup in org.jclouds.aws.ec2.compute |
---|
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type PlacementGroup | |
---|---|
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)
|
Uses of PlacementGroup in org.jclouds.aws.ec2.compute.config |
---|
Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type PlacementGroup | |
---|---|
protected com.google.common.base.Predicate<PlacementGroup> |
AWSEC2ComputeServiceDependenciesModule.placementGroupAvailable(PlacementGroupAvailable available)
|
protected com.google.common.base.Predicate<PlacementGroup> |
AWSEC2ComputeServiceDependenciesModule.placementGroupDeleted(PlacementGroupDeleted deleted)
|
Uses of PlacementGroup in org.jclouds.aws.ec2.domain |
---|
Methods in org.jclouds.aws.ec2.domain with parameters of type PlacementGroup | |
---|---|
int |
PlacementGroup.compareTo(PlacementGroup o)
|
Uses of PlacementGroup in org.jclouds.aws.ec2.functions |
---|
Fields in org.jclouds.aws.ec2.functions with type parameters of type PlacementGroup | |
---|---|
protected com.google.common.base.Predicate<PlacementGroup> |
CreatePlacementGroupIfNeeded.placementGroupAvailable
|
Constructor parameters in org.jclouds.aws.ec2.functions with type arguments of type PlacementGroup | |
---|---|
CreatePlacementGroupIfNeeded(AWSEC2Client ec2Client,
com.google.common.base.Predicate<PlacementGroup> placementGroupAvailable)
|
Uses of PlacementGroup in org.jclouds.aws.ec2.predicates |
---|
Methods in org.jclouds.aws.ec2.predicates with parameters of type PlacementGroup | |
---|---|
boolean |
PlacementGroupAvailable.apply(PlacementGroup group)
|
boolean |
PlacementGroupDeleted.apply(PlacementGroup group)
|
Uses of PlacementGroup in org.jclouds.aws.ec2.services |
---|
Methods in org.jclouds.aws.ec2.services that return types with arguments of type PlacementGroup | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<PlacementGroup>> |
PlacementGroupAsyncClient.describePlacementGroupsInRegion(String region,
String... placementGroupIds)
|
Set<PlacementGroup> |
PlacementGroupClient.describePlacementGroupsInRegion(String region,
String... groupNames)
Returns information about one or more placement groups in your account. |
Uses of PlacementGroup in org.jclouds.aws.ec2.xml |
---|
Methods in org.jclouds.aws.ec2.xml that return PlacementGroup | |
---|---|
PlacementGroup |
PlacementGroupHandler.getResult()
|
Methods in org.jclouds.aws.ec2.xml that return types with arguments of type PlacementGroup | |
---|---|
Set<PlacementGroup> |
DescribePlacementGroupsResponseHandler.getResult()
|
ParseSax.HandlerWithResult<Set<PlacementGroup>> |
DescribePlacementGroupsResponseHandler.setContext(HttpRequest request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |