| Package | Description |
|---|---|
| ca.appsimulations.models.model.application | |
| ca.appsimulations.models.model.cloud |
| Modifier and Type | Method and Description |
|---|---|
Set<ContainerType> |
Service.getContainerTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Service.addContainer(Container container,
ContainerType containerType) |
Integer |
Service.getReplicationCount(ContainerType containerType) |
| Modifier and Type | Method and Description |
|---|---|
static ContainerType |
ContainerType.fromName(String containerTypeName) |
static ContainerType |
ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerType[] |
ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Container> |
ContainerFactory.build(String name,
ContainerImage containerImage,
ContainerType containerType,
Cloud cloud) |
boolean |
Cloud.hasContainerType(ContainerType containerType) |
List<Container> |
ContainerImage.instantiate(Cloud cloud,
ContainerType containerType,
int replication) |
Container |
ContainerImage.instantiate(String containerName,
Cloud cloud,
ContainerType containerType) |
Container |
Cloud.instantiateContainer(String containerImageName,
ContainerType containerType) |
List<Container> |
Cloud.instantiateContainer(String containerImageName,
ContainerType containerType,
int replication) |
Container |
Cloud.instantiateContainer(String containerName,
String containerImageName,
ContainerType containerType) |
| Modifier and Type | Method and Description |
|---|---|
CloudBuilder |
CloudBuilder.containerTypes(List<ContainerType> containerTypes) |
Copyright © 2018. All rights reserved.