public interface BBjAdminIndexBuilderJob extends BBjAdminPropertyWriter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_PATH |
static java.lang.String |
ID |
static java.lang.String |
PROGRESS |
static java.lang.String |
RUNNING |
static java.lang.String |
TIME_REMAINING |
Modifier and Type | Method and Description |
---|---|
void |
pause()
Pauses the index bulder job.
|
void |
resume()
Called to resume an index builder job when the job had previously been paused.
|
void |
terminate()
Terminates the analysis job and removes it from the queue.
|
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
static final java.lang.String ID
static final java.lang.String FILE_PATH
static final java.lang.String RUNNING
static final java.lang.String PROGRESS
static final java.lang.String TIME_REMAINING
void resume() throws BBjAdminException
BBjAdminException
void pause() throws BBjAdminException
BBjAdminException
void terminate() throws BBjAdminException
BBjAdminException