|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BulkMutateJobServiceInterface
| Method Summary | |
|---|---|
BulkMutateJob[] |
get(BulkMutateJobSelector selector)
Returns a list of bulk mutate jobs. |
BulkMutateJob |
mutate(JobOperation operation)
Adds or updates a bulk mutate job. |
| Method Detail |
|---|
BulkMutateJob[] get(BulkMutateJobSelector selector)
throws RemoteException,
ApiException
selector - Specifies which jobs to return.
If the selector is empty, all jobs are returned.
selector criteria.
ApiException - if problems occurred while fetching the jobs
RemoteException
BulkMutateJob mutate(JobOperation operation)
throws RemoteException,
ApiException
Use the «ADD» operator to submit a new job, and the «SET» operator to add additional request parts to an existing job. The «DELETE» operator is not supported. From v201008 and later, use the «REMOVE» operator to cancel a job. Only jobs that still have pending additions of request parts may be canceled.
Note: In the current implementation, the check for duplicate job keys is only "best effort", and may not prevent jobs with the same keys from being accepted if they are submitted around the same instant.
operation - The operation to perform.
ApiException - if problems occurred while creating or updating
jobs
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||