Uses of Interface
com.pervasive.datarush.cal.JobCallable
-
Packages that use JobCallable Package Description com.pervasive.datarush.cal 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 JobCallable Modifier and Type Method Description <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
-