Uses of Interface
org.episteme.core.technical.backend.distributed.DistributedContext
Packages that use DistributedContext
Package
Description
Distributed computing infrastructure for Episteme.
-
Uses of DistributedContext in org.episteme.client.client.distributed
Classes in org.episteme.client.client.distributed that implement DistributedContextModifier and TypeClassDescriptionclassDistributedContext implementation that delegates to a remote gRPC server. -
Uses of DistributedContext in org.episteme.core.distributed
Classes in org.episteme.core.distributed that implement DistributedContextModifier and TypeClassDescriptionclassLocal implementation of DistributedContext using ForkJoinPool.classMPI-based implementation of DistributedContext.classRemote implementation of DistributedContext (stub).classApache Spark-based implementation of DistributedContext.Methods in org.episteme.core.distributed that return DistributedContextModifier and TypeMethodDescriptionDistributedComputingProvider.createDistributedContext()Creates a new distributed execution context.static DistributedContextDistributedCompute.getContext()Gets the current distributed context.DistributedExecutionContext.getDistributedContext()Returns the underlying distributed context.Methods in org.episteme.core.distributed with parameters of type DistributedContextModifier and TypeMethodDescriptionstatic voidDistributedCompute.setContext(DistributedContext newContext) Sets the current distributed context.Constructors in org.episteme.core.distributed with parameters of type DistributedContextModifierConstructorDescriptionCreates a new distributed execution context wrapping the given delegate. -
Uses of DistributedContext in org.episteme.core.distributed.backends
Methods in org.episteme.core.distributed.backends that return DistributedContextModifier and TypeMethodDescriptionMPIDistributedBackend.createDistributedContext()SparkDistributedBackend.createDistributedContext() -
Uses of DistributedContext in org.episteme.core.mathematics.context
Methods in org.episteme.core.mathematics.context that return DistributedContextMethods in org.episteme.core.mathematics.context with parameters of type DistributedContextModifier and TypeMethodDescriptionNumericalConfiguration.setDistributedContext(DistributedContext distributedContext) -
Uses of DistributedContext in org.episteme.core.mathematics.linearalgebra.algorithms
Methods in org.episteme.core.mathematics.linearalgebra.algorithms with parameters of type DistributedContext