Uses of Interface
org.linuxforhealth.fhir.task.api.ITaskCollector
-
-
Uses of ITaskCollector in org.linuxforhealth.fhir.database.utils.model
Methods in org.linuxforhealth.fhir.database.utils.model with parameters of type ITaskCollector Modifier and Type Method Description ITaskGroup
BaseObject. collect(ITaskCollector tc, ISchemaAdapter target, SchemaApplyContext context, ITransactionProvider tp, IVersionHistoryService vhs)
ITaskGroup
IDatabaseObject. collect(ITaskCollector tc, ISchemaAdapter target, SchemaApplyContext context, 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, ISchemaAdapter target, SchemaApplyContext context, 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, ISchemaAdapter target, SchemaApplyContext context, ITransactionProvider tp, IVersionHistoryService vhs)
-
Uses of ITaskCollector in org.linuxforhealth.fhir.schema.app
Methods in org.linuxforhealth.fhir.schema.app with parameters of type ITaskCollector Modifier and Type Method Description protected void
Main. applyModel(PhysicalDataModel pdm, ISchemaAdapter adapter, ITaskCollector collector, VersionHistoryService vhs, SchemaType schemaType)
Start the schema object creation tasks and wait for everything to complete -
Uses of ITaskCollector in org.linuxforhealth.fhir.task.api
Methods in org.linuxforhealth.fhir.task.api that return ITaskCollector Modifier and Type Method Description ITaskCollector
ITaskService. makeTaskCollector(java.util.concurrent.ExecutorService pool)
-
Uses of ITaskCollector in org.linuxforhealth.fhir.task.core.impl
Classes in org.linuxforhealth.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 org.linuxforhealth.fhir.task.core.service
Methods in org.linuxforhealth.fhir.task.core.service that return ITaskCollector Modifier and Type Method Description ITaskCollector
TaskService. makeTaskCollector(java.util.concurrent.ExecutorService pool)
-