Class AdminWebService.IndexStatusValueObject

java.lang.Object
ubic.gemma.rest.AdminWebService.IndexStatusValueObject
Enclosing class:
AdminWebService

public static class AdminWebService.IndexStatusValueObject extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • entityName

      public String entityName
      JPA entity name (e.g. ExpressionExperiment).
    • className

      public String className
      Java simple class name.
    • indexName

      public String indexName
      Hibernate Search index name (the sub-directory name under indexBase).
    • indexPath

      @Nullable public String indexPath
      Absolute path to the on-disk index directory, or null if gemma.search.dir is unset.
    • exists

      @Nullable public Boolean exists
      True if the on-disk index directory exists; null if indexPath is null.
    • documentCount

      public long documentCount
      Document count from a matchAll fetchTotalHitCount; -1 on query failure.
    • lastModified

      @Nullable public Instant lastModified
      mtime of the on-disk index directory; null if missing / unconfigured / unreadable.
    • error

      @Nullable public String error
      Populated only when documentCount == -1.
  • Constructor Details

    • IndexStatusValueObject

      public IndexStatusValueObject()