Package com.basis.api.admin
Interface BBjAdminIndexBuilderJob
- All Superinterfaces:
BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
Represents an individual index builder job. An index builder job is the
process of building an index in the background so it allows users to continue
using the file that is being indexed while the indexing is occurring. The index
job may be a FULLTEXT index or a standard file index. Standard file indexes actually
use an online copy job under the covers to perform the indexing.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
ID
- See Also:
-
FILE_PATH
- See Also:
-
RUNNING
- See Also:
-
PROGRESS
- See Also:
-
TIME_REMAINING
- See Also:
-
-
Method Details
-
resume
Called to resume an index builder job when the job had previously been paused.- Throws:
BBjAdminException
-
pause
Pauses the index bulder job. Use resume() to start it again.- Throws:
BBjAdminException
-
terminate
Terminates the analysis job and removes it from the queue.- Throws:
BBjAdminException
-