Uses of Interface
com.ibm.fhir.task.api.ITaskCollector
-
Packages that use ITaskCollector Package Description com.ibm.fhir.database.utils.model com.ibm.fhir.schema.app com.ibm.fhir.task.api com.ibm.fhir.task.core.impl com.ibm.fhir.task.core.service -
-
Uses of ITaskCollector in com.ibm.fhir.database.utils.model
Methods in com.ibm.fhir.database.utils.model with parameters of type ITaskCollector Modifier and Type Method Description ITaskGroup
BaseObject. collect(ITaskCollector tc, IDatabaseAdapter target, ITransactionProvider tp, IVersionHistoryService vhs)
ITaskGroup
IDatabaseObject. collect(ITaskCollector tc, IDatabaseAdapter target, ITransactionProvider tp, IVersionHistoryService vhs)
Collect the tasks into a dependency tree so that they can be executed concurrently (but in the right order)void
PhysicalDataModel. collect(ITaskCollector tc, IDatabaseAdapter target, ITransactionProvider tp, IVersionHistoryService vhs)
Collect all the database objects we know of, describing their interdependencies so that the task collector implementation can execute them in parallel.ITaskGroup
Tablespace. collect(ITaskCollector tc, IDatabaseAdapter target, ITransactionProvider tp, IVersionHistoryService vhs)
-
Uses of ITaskCollector in com.ibm.fhir.schema.app
Methods in com.ibm.fhir.schema.app with parameters of type ITaskCollector Modifier and Type Method Description protected void
Main. applyModel(PhysicalDataModel pdm, IDatabaseAdapter adapter, ITaskCollector collector, VersionHistoryService vhs)
Start the schema object creation tasks and wait for everything to complete -
Uses of ITaskCollector in com.ibm.fhir.task.api
Methods in com.ibm.fhir.task.api that return ITaskCollector Modifier and Type Method Description ITaskCollector
ITaskService. makeTaskCollector(java.util.concurrent.ExecutorService pool)
-
Uses of ITaskCollector in com.ibm.fhir.task.core.impl
Classes in com.ibm.fhir.task.core.impl that implement ITaskCollector Modifier and Type Class Description class
TaskManager
Manages the execution of a set of dependent task groups using theExecutorService
provided. -
Uses of ITaskCollector in com.ibm.fhir.task.core.service
Methods in com.ibm.fhir.task.core.service that return ITaskCollector Modifier and Type Method Description ITaskCollector
TaskService. makeTaskCollector(java.util.concurrent.ExecutorService pool)
-