Package | Description |
---|---|
com.asakusafw.yaess.jobqueue.client |
YAESS Hadoop Script Handlers for Job Queue.
|
Modifier and Type | Method and Description |
---|---|
JobId |
HttpJobClient.register(JobScript script) |
JobId |
JobClient.register(JobScript script)
Creates a new job.
|
Modifier and Type | Method and Description |
---|---|
JobStatus |
HttpJobClient.getStatus(JobId id) |
JobStatus |
JobClient.getStatus(JobId id)
Obtains and returns the job information.
|
void |
HttpJobClient.submit(JobId id) |
void |
JobClient.submit(JobId id)
Request to execute the registered job.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.