Package de.elo.ix.client.search
Class OptimizerConfig
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.search.OptimizerConfig
- All Implemented Interfaces:
Serializable
Configuration and status of optimizer process.
- Since:
- 9.99.009.010
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected String
This Indexserver instance is processing the optimization.protected String
Last exception occured during processing.protected String
Process runs under this user account.protected Date
protected SearchIndexerStatus
Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getIxid()
void
setIntervalHours
(int v) void
void
setLastException
(String lastException) void
setLockName
(String lockName) void
setNextRunAt
(Date nextRunAt) void
setStatus
(SearchIndexerStatus status) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
status
-
nextRunAt
-
intervalHours
protected int intervalHours -
ixid
This Indexserver instance is processing the optimization. -
lastException
Last exception occured during processing. -
lockName
Process runs under this user account.- Since:
- 10.00.000.007
-
-
Constructor Details
-
OptimizerConfig
public OptimizerConfig()
-
-
Method Details