| Class and Description |
|---|
| org.hobbit.core.data.ConfiguredExperiment
Use
QueuedExperiment instead. |
| org.hobbit.core.data.ControllerStatus
Use
ControllerStatus instead. |
| org.hobbit.vocab.DOAP
Use org.apache.jena.sparql.vocabulary.DOAP instead.
|
| Field and Description |
|---|
| org.hobbit.core.Constants.CHALLENGE_URI_NS
Use org.hobbit.vocab.HobbitChallenges instead.
|
| org.hobbit.storage.queries.SparqlQueries.CLEAN_UP_CHALLENGE_GRAPH_QUERY |
| org.hobbit.core.Constants.DOCKER_SERVICE_QUEUE_NAME |
| org.hobbit.core.Constants.EXPERIMENT_URI_NS
Use org.hobbit.vocab.HobbitExperiments instead.
|
| org.hobbit.core.Constants.HARDWARE_URI_NS
Use org.hobbit.vocab.HobbitHardware instead.
|
| org.hobbit.core.data.ContainerTermination.isTerminated |
| org.hobbit.core.Constants.NEW_EXPERIMENT_URI
Use org.hobbit.vocab.HobbitExperiments instead.
|
| org.hobbit.core.Constants.SYSTEM_CONTAINER_ID_KEY |
| Method and Description |
|---|
| org.hobbit.storage.queries.SparqlQueries.cleanUpChallengeGraphQuery(String)
A single large query does not seem to be supported by all triple
stores. Use
SparqlQueries.cleanUpChallengeGraphQueries(String)
instead. |
| org.hobbit.core.components.AbstractSequencingTaskGenerator.setTaskIdToWaitFor(String)
It is not necessary anymore since its usage has been
integrated into the
AbstractSequencingTaskGenerator.sendTaskToSystemAdapterInSequence(String, byte[])
method. |
| org.hobbit.core.data.ContainerTermination.waitForTermination() |
Copyright © 2017–2019. All rights reserved.