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 intprotected StringThis Indexserver instance is processing the optimization.protected StringLast exception occured during processing.protected StringProcess runs under this user account.protected Dateprotected SearchIndexerStatusFields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetIxid()voidsetIntervalHours(int v) voidvoidsetLastException(String lastException) voidsetLockName(String lockName) voidsetNextRunAt(Date nextRunAt) voidsetStatus(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