Uses of Interface
org.hobbit.core.components.PlatformConnector
Packages that use PlatformConnector
Package
Description
-
Uses of PlatformConnector in org.hobbit.core.components
Classes in org.hobbit.core.components that implement PlatformConnectorModifier and TypeClassDescriptionclassThis abstract class implements basic methods for a benchmark controller.classclassThis abstract class implements basic functions that can be used to implement a task generator.classThis abstract class implements basic functions that can be used to implement a task generator.classThis extension of theAbstractCommandReceivingComponentoffers some platform functionalities to other classes by implementing thePlatformConnectorinterface.classExtension of theAbstractTaskGeneratorthat offers methods to wait for acknowledgements for single tasks.classThis abstract class implements basic functions that can be used to implement a system adapter.classThis abstract class implements basic functions that can be used to implement a task generator. -
Uses of PlatformConnector in org.hobbit.core.components.test
Classes in org.hobbit.core.components.test that implement PlatformConnectorModifier and TypeClassDescriptionclassSimple in-memory implementation of an evaluation storage that can be used for testing purposes. -
Uses of PlatformConnector in org.hobbit.core.components.utils
Methods in org.hobbit.core.components.utils with parameters of type PlatformConnectorModifier and TypeMethodDescriptionstatic SystemResourceUsageRequesterSystemResourceUsageRequester.create(PlatformConnector connector, String sessionId) -
Uses of PlatformConnector in org.hobbit.core.mimic
Fields in org.hobbit.core.mimic declared as PlatformConnectorModifier and TypeFieldDescriptionprivate PlatformConnectorDockerBasedMimickingAlg.connectorThe connector that offers the needed functionality of the Hobbit platform.Constructors in org.hobbit.core.mimic with parameters of type PlatformConnectorModifierConstructorDescriptionDockerBasedMimickingAlg(PlatformConnector connector, String dockerImage)