Uses of Interface
org.episteme.core.distributed.DistributedComputingProvider
Packages that use DistributedComputingProvider
Package
Description
-
Uses of DistributedComputingProvider in org.episteme.benchmarks.benchmark.benchmarks
Classes in org.episteme.benchmarks.benchmark.benchmarks that implement interfaces with type arguments of type DistributedComputingProviderModifier and TypeClassDescriptionclassBenchmark for Distributed Computing Providers (MPI, Spark).Methods in org.episteme.benchmarks.benchmark.benchmarks that return types with arguments of type DistributedComputingProviderMethods in org.episteme.benchmarks.benchmark.benchmarks with parameters of type DistributedComputingProviderModifier and TypeMethodDescriptionvoidSystematicDistributedBenchmark.setProvider(DistributedComputingProvider provider) -
Uses of DistributedComputingProvider in org.episteme.core.distributed.backends
Classes in org.episteme.core.distributed.backends that implement DistributedComputingProviderModifier and TypeClassDescriptionclassMPI Distributed Computing Backend.classApache Spark Distributed Computing Backend. -
Uses of DistributedComputingProvider in org.episteme.core.technical.backend.distributed
Subinterfaces of DistributedComputingProvider in org.episteme.core.technical.backend.distributedModifier and TypeInterfaceDescriptioninterfaceBackend interface for distributed computing systems.