Interface DistributedComputingProvider
- All Superinterfaces:
AlgorithmProvider
- All Known Subinterfaces:
DistributedBackend
- All Known Implementing Classes:
MPIDistributedBackend, SparkDistributedBackend
Service provider interface for distributed computing backends.
Allows discovery of MPI, Spark, or Grid-based compute contexts.
- Since:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new distributed execution context.Methods inherited from interface AlgorithmProvider
description, getAlgorithmType, getMetadata, getName, getPriority, isAvailable, score, shutdown
-
Method Details
-
createDistributedContext
DistributedContext createDistributedContext()Creates a new distributed execution context.- Returns:
- a context for submitting distributed tasks.
-