Class ReindexerConfig

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

public class ReindexerConfig extends ValueClass implements Serializable
Configuration and status of Re-indexer process.
Since:
9.99.009.010
See Also:
  • Field Details

    • status

      protected SearchIndexerStatus status
    • startedAt

      protected Date startedAt
    • progressInPercent

      protected int progressInPercent
    • ixid

      protected String ixid
      This Indexserver instance is processing the update.
    • lastException

      protected String lastException
      Last exception occured during processing.
    • objIdRange

      protected String objIdRange
      Lower and upper limit of object IDs processed by re-indexing process.
    • lockName

      protected String lockName
      Process runs under this user account.
      Since:
      10.00.000.007
  • Constructor Details

    • ReindexerConfig

      public ReindexerConfig()
  • Method Details

    • getStatus

      public SearchIndexerStatus getStatus()
    • setStatus

      public void setStatus(SearchIndexerStatus status)
    • getProgressInPercent

      public int getProgressInPercent()
    • setProgressInPercent

      public void setProgressInPercent(int progressInPercent)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStartedAt

      public Date getStartedAt()
    • setStartedAt

      public void setStartedAt(Date startedAt)
    • getLastException

      public String getLastException()
    • setLastException

      public void setLastException(String lastException)
    • getIxid

      public String getIxid()
    • setIxid

      public void setIxid(String ixid)
    • getObjIdRange

      public String getObjIdRange()
    • setObjIdRange

      public void setObjIdRange(String objIdRange)
    • getLockName

      public String getLockName()
    • setLockName

      public void setLockName(String lockName)