Class DistributedCompute

java.lang.Object
org.episteme.core.distributed.DistributedCompute

public class DistributedCompute extends Object
Manager for distributed computing contexts.

Allows switching between local parallel execution and distributed cluster execution.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • DistributedCompute

      public DistributedCompute()
  • Method Details

    • setContext

      public static void setContext(DistributedContext newContext)
      Sets the current distributed context.
      Parameters:
      newContext - The new context to use
    • getContext

      public static DistributedContext getContext()
      Gets the current distributed context.
      Returns:
      The active DistributedContext
    • getParallelism

      public static int getParallelism()
      Convenience method to get parallelism level.