| 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 | Field and Description |
|---|---|
static ContainerType |
ContainerType.LA |
static ContainerType |
ContainerType.MD |
static ContainerType |
ContainerType.SM |
| Modifier and Type | Method and Description |
|---|---|
Optional<ContainerType> |
Cloud.findContainerTypeByName(String name) |
| 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 © 2019. All rights reserved.