public interface JobExecutorService
Modifier and Type | Method and Description |
---|---|
StorageManager |
getExternalStorageManager()
Returns a storage manager that can be used for transfering files to/from the job.
|
JobInformation |
getJobInformation()
Returns the job information associated with this service
|
void |
startShutdown(JobStatus status)
Asynchronously begins shutdown.
|
<T> MonitoredFuture<T> |
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
|
StorageManager getExternalStorageManager()
UnsupportedOperationException
- if the job master is non-remoteJobInformation getJobInformation()
<T> MonitoredFuture<T> submit(JobCallable<T> callable)
void startShutdown(JobStatus status)
IllegalStateException
.status
- final status of the jobCopyright © 2020 Actian Corporation. All rights reserved.