Uses of Interface
org.hobbit.core.components.PlatformConnector
-
Packages that use PlatformConnector Package Description org.hobbit.core.components org.hobbit.core.components.test org.hobbit.core.components.utils org.hobbit.core.mimic -
-
Uses of PlatformConnector in org.hobbit.core.components
Classes in org.hobbit.core.components that implement PlatformConnector Modifier and Type Class Description classAbstractBenchmarkControllerThis abstract class implements basic methods for a benchmark controller.classAbstractDataGeneratorclassAbstractEvaluationModuleThis abstract class implements basic functions that can be used to implement a task generator.classAbstractEvaluationStorageThis abstract class implements basic functions that can be used to implement a task generator.classAbstractPlatformConnectorComponentThis extension of theAbstractCommandReceivingComponentoffers some platform functionalities to other classes by implementing thePlatformConnectorinterface.classAbstractSequencingTaskGeneratorExtension of theAbstractTaskGeneratorthat offers methods to wait for acknowledgements for single tasks.classAbstractSystemAdapterThis abstract class implements basic functions that can be used to implement a system adapter.classAbstractTaskGeneratorThis 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 PlatformConnector Modifier and Type Class Description classInMemoryEvaluationStoreSimple 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 PlatformConnector Modifier and Type Method Description static SystemResourceUsageRequesterSystemResourceUsageRequester. create(PlatformConnector connector, String sessionId) -
Uses of PlatformConnector in org.hobbit.core.mimic
Fields in org.hobbit.core.mimic declared as PlatformConnector Modifier and Type Field Description private PlatformConnectorDockerBasedMimickingAlg. connectorThe connector that offers the needed functionality of the Hobbit platform.Constructors in org.hobbit.core.mimic with parameters of type PlatformConnector Constructor Description DockerBasedMimickingAlg(PlatformConnector connector, String dockerImage)
-