Uses of Interface
org.eclipse.epsilon.etl.execute.context.concurrent.IEtlContextParallel
-
Packages that use IEtlContextParallel Package Description org.eclipse.epsilon.etl.concurrent org.eclipse.epsilon.etl.execute.context.concurrent -
-
Uses of IEtlContextParallel in org.eclipse.epsilon.etl.concurrent
Methods in org.eclipse.epsilon.etl.concurrent that return IEtlContextParallel Modifier and Type Method Description IEtlContextParallel
EtlModuleParallel. getContext()
Constructors in org.eclipse.epsilon.etl.concurrent with parameters of type IEtlContextParallel Constructor Description EtlModuleParallel(IEtlContextParallel context)
-
Uses of IEtlContextParallel in org.eclipse.epsilon.etl.execute.context.concurrent
Classes in org.eclipse.epsilon.etl.execute.context.concurrent that implement IEtlContextParallel Modifier and Type Class Description class
EtlContextParallel
-