Uses of Interface
com.pervasive.datarush.cal.DistributedCallable
Packages that use DistributedCallable
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of DistributedCallable in com.pervasive.datarush.cal
Classes in com.pervasive.datarush.cal that implement DistributedCallableModifier and TypeClassDescriptionclassConvenient base class forDistributedCallable's that do not support monitoring/partial results.Methods in com.pervasive.datarush.cal with parameters of type DistributedCallableModifier and TypeMethodDescription<T> TDistributedExecutorService.execute(DistributedCallable<T> command, ExecutionOptions options) Synchronously invokes the given callable.<T> MonitoredFuture<T>DistributedExecutorService.submit(DistributedCallable<T> callable, ExecutionOptions options) Asynchronously invokes the given callable.