Uses of Interface
com.pervasive.datarush.cal.DistributedCallable
-
Packages that use DistributedCallable Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of DistributedCallable in com.pervasive.datarush.cal
Classes in com.pervasive.datarush.cal that implement DistributedCallable Modifier and Type Class Description class
DistributedCommand<T>
Convenient base class forDistributedCallable
's that do not support monitoring/partial results.Methods in com.pervasive.datarush.cal with parameters of type DistributedCallable Modifier and Type Method Description <T> T
DistributedExecutorService. 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.
-