Uses of Interface
org.episteme.core.technical.backend.Operation
Packages that use Operation
Package
Description
Distributed computing infrastructure for Episteme.
Provides a Service Provider Interface (SPI) for implementing
Provides the default CPU backend using pure Java.
-
Uses of Operation in org.episteme.core.distributed
Methods in org.episteme.core.distributed with parameters of type OperationModifier and TypeMethodDescription<T> T<T> CompletableFuture<T> DistributedExecutionContext.executeAsync(Operation<T> operation) -
Uses of Operation in org.episteme.core.technical.backend
Methods in org.episteme.core.technical.backend with parameters of type OperationModifier and TypeMethodDescription<T> TExecutes an operation synchronously and returns the result.default <T> CompletableFuture<T> ExecutionContext.executeAsync(Operation<T> operation) Executes an operation asynchronously. -
Uses of Operation in org.episteme.core.technical.backend.cpu
Methods in org.episteme.core.technical.backend.cpu with parameters of type Operation -
Uses of Operation in org.episteme.nativ.technical.backend.gpu.cuda
Methods in org.episteme.nativ.technical.backend.gpu.cuda with parameters of type Operation -
Uses of Operation in org.episteme.nativ.technical.backend.gpu.opencl
Methods in org.episteme.nativ.technical.backend.gpu.opencl with parameters of type Operation