Uses of Interface
org.episteme.core.distributed.DistributedTask
Packages that use DistributedTask
Package
Description
Distributed computing infrastructure for Episteme.
-
Uses of DistributedTask in org.episteme.core.distributed
Methods in org.episteme.core.distributed that return DistributedTaskModifier and TypeMethodDescriptionTaskProvider.createTask()Creates a task instance with default precision mode (typically REAL).TaskProvider.createTask(TaskRegistry.PrecisionMode mode) Creates a task instance with the specified precision mode.Methods in org.episteme.core.distributed that return types with arguments of type DistributedTaskModifier and TypeMethodDescriptionOptional<DistributedTask<?, ?>> Gets a task instance for the given type.Optional<DistributedTask<?, ?>> TaskRegistry.get(String taskType, TaskRegistry.PrecisionMode mode) Gets a task instance with specific precision mode.Method parameters in org.episteme.core.distributed with type arguments of type DistributedTaskModifier and TypeMethodDescriptionstatic voidTaskRegistry.register(String taskType, Class<? extends DistributedTask<?, ?>> taskClass) Registers a task class with the given type identifier. -
Uses of DistributedTask in org.episteme.server.server.tasks.biology.genome
Classes in org.episteme.server.server.tasks.biology.genome that implement DistributedTask -
Uses of DistributedTask in org.episteme.server.server.tasks.biology.structure
Classes in org.episteme.server.server.tasks.biology.structure that implement DistributedTaskModifier and TypeClassDescriptionclassDNA Folding Simulation Task.classProtein Folding Simulation Task. -
Uses of DistributedTask in org.episteme.server.server.tasks.chemistry
Classes in org.episteme.server.server.tasks.chemistry that implement DistributedTask -
Uses of DistributedTask in org.episteme.server.server.tasks.earth.climate
Classes in org.episteme.server.server.tasks.earth.climate that implement DistributedTaskModifier and TypeClassDescriptionclassAdvanced General Circulation Model (GCM) Task. -
Uses of DistributedTask in org.episteme.server.server.tasks.economics
Classes in org.episteme.server.server.tasks.economics that implement DistributedTaskModifier and TypeClassDescriptionclassDistributed Economic Simulation Task. -
Uses of DistributedTask in org.episteme.server.server.tasks.mathematics.mandelbrot
Classes in org.episteme.server.server.tasks.mathematics.mandelbrot that implement DistributedTaskMethods in org.episteme.server.server.tasks.mathematics.mandelbrot that return DistributedTaskModifier and TypeMethodDescriptionMandelbrotTaskProvider.createTask()MandelbrotTaskProvider.createTask(TaskRegistry.PrecisionMode mode) -
Uses of DistributedTask in org.episteme.server.server.tasks.mathematics.montecarlo
Classes in org.episteme.server.server.tasks.mathematics.montecarlo that implement DistributedTask -
Uses of DistributedTask in org.episteme.server.server.tasks.physics.fluid
Classes in org.episteme.server.server.tasks.physics.fluid that implement DistributedTask -
Uses of DistributedTask in org.episteme.server.server.tasks.physics.nbody
Classes in org.episteme.server.server.tasks.physics.nbody that implement DistributedTask -
Uses of DistributedTask in org.episteme.server.server.tasks.physics.wave
Classes in org.episteme.server.server.tasks.physics.wave that implement DistributedTask -
Uses of DistributedTask in org.episteme.server.server.tasks.politics
Classes in org.episteme.server.server.tasks.politics that implement DistributedTaskModifier and TypeClassDescriptionclassGeopolitical Engine Distributed Task.