Class OptimizerConfig

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.search.OptimizerConfig
All Implemented Interfaces:
java.io.Serializable

public class OptimizerConfig
extends ValueClass
implements java.io.Serializable
Configuration and status of optimizer process.
Since:
9.99.009.010
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int intervalHours  
    protected java.lang.String ixid
    This Indexserver instance is processing the optimization.
    protected java.lang.String lastException
    Last exception occured during processing.
    protected java.lang.String lockName
    Process runs under this user account.
    protected java.util.Date nextRunAt  
    protected SearchIndexerStatus status  

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors 
    Constructor Description
    OptimizerConfig()  
  • Method Summary

    Modifier and Type Method Description
    int getIntervalHours()  
    java.lang.String getIxid()  
    java.lang.String getLastException()  
    java.lang.String getLockName()  
    java.util.Date getNextRunAt()  
    SearchIndexerStatus getStatus()  
    void setIntervalHours​(int v)  
    void setIxid​(java.lang.String ixid)  
    void setLastException​(java.lang.String lastException)  
    void setLockName​(java.lang.String lockName)  
    void setNextRunAt​(java.util.Date nextRunAt)  
    void setStatus​(SearchIndexerStatus status)  
    java.lang.String toString()  

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait