Interface DistributedBackend

All Superinterfaces:
AlgorithmProvider, Backend, ComputeBackend, DistributedComputingProvider
All Known Implementing Classes:
MPIDistributedBackend, SparkDistributedBackend

public interface DistributedBackend extends ComputeBackend, DistributedComputingProvider
Backend interface for distributed computing systems.

Extends ComputeBackend to bridge the distributed computing subsystem with the unified backend infrastructure. Also implements DistributedComputingProvider so that distributed backends are discoverable via the algorithm provider registry.

Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)