Uses of Interface
com.pervasive.datarush.cal.JobCallable
Packages that use JobCallable
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of JobCallable in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal with parameters of type JobCallableModifier and TypeMethodDescription<T> MonitoredFuture<T>JobExecutorService.submit(JobCallable<T> callable) Does the following: Starts the job master if not already started. Invokes the init method on the server side. Starts execution on the server side Returns a handle for monitoring execution