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 ITaskGroupBaseObject. collect(ITaskCollector tc, ISchemaAdapter target, SchemaApplyContext context, ITransactionProvider tp, IVersionHistoryService vhs)ITaskGroupIDatabaseObject. 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)voidPhysicalDataModel. 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.ITaskGroupTablespace. 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 voidMain. 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 ITaskCollectorITaskService. 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 classTaskManagerManages the execution of a set of dependent task groups using theExecutorServiceprovided. -
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 ITaskCollectorTaskService. makeTaskCollector(java.util.concurrent.ExecutorService pool)
-