| Package | Description |
|---|---|
| org.hobbit.core.components | |
| org.hobbit.core.mimic |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ContainerStateObserver> |
AbstractPlatformConnectorComponent.containerObservers |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPlatformConnectorComponent.addContainerObserver(String containerName,
ContainerStateObserver observer) |
String |
PlatformConnector.createContainer(String imageName,
String[] envVariables,
ContainerStateObserver observer)
This method sends a
Commands.DOCKER_CONTAINER_START command to
create and start an instance of the given image using the given
environment variables. |
String |
AbstractPlatformConnectorComponent.createContainer(String imageName,
String[] envVariables,
ContainerStateObserver observer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DockerBasedMimickingAlg
This implementation of a
MimickingAlgorithmManager creates a Docker
container for executing the mimicking algorithm and assumes that the
algorithm will send its data via a RabbitMQ queue. |
Copyright © 2017–2018. All rights reserved.