|
Jala 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--jala.IndexManager.Job
Instances of this class represent a single index
manipulation job to be processed by the index manager.
Defined in IndexManager.js
See:
Field Summary | |
Object |
callback
The data needed to process this job. |
Date |
createtime
The date and time at which this job was created. |
Number |
errors
An internal error counter which is increased whenever processing the job failed. |
Number |
type
The type of the job |
<static> <final> Number |
ADD
Constant defining an add job |
<static> <final> Number |
OPTIMIZE
Constant defining an optimizing job |
<static> <final> Number |
REMOVE
Constant defining a removal job |
Constructor Summary | |
jala.IndexManager.Job
(<Number> type, callback)
Creates a new Job instance. |
Field Detail |
Object callback
Date createtime
Number errors
Number type
<static> <final> Number ADD
<static> <final> Number OPTIMIZE
<static> <final> Number REMOVE
Constructor Detail |
jala.IndexManager.Job(<Number> type, callback)
type
- The type of job, which can be either jala.IndexManager.Job.ADD, jala.IndexManager.Job.REMOVE or jala.IndexManager.Job.OPTIMIZE.
id
- The Id of the job
data
- The data needed to process the job.
|
Jala 1.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |