Class AdminWebService.IndexStatusValueObject
java.lang.Object
ubic.gemma.rest.AdminWebService.IndexStatusValueObject
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionJava simple class name.longDocument count from a matchAllfetchTotalHitCount; -1 on query failure.JPA entity name (e.g.Populated only whendocumentCount == -1.True if the on-disk index directory exists; null ifindexPathis null.Hibernate Search index name (the sub-directory name underindexBase).Absolute path to the on-disk index directory, or null ifgemma.search.diris unset.mtime of the on-disk index directory; null if missing / unconfigured / unreadable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entityName
JPA entity name (e.g.ExpressionExperiment). -
className
Java simple class name. -
indexName
Hibernate Search index name (the sub-directory name underindexBase). -
indexPath
Absolute path to the on-disk index directory, or null ifgemma.search.diris unset. -
exists
True if the on-disk index directory exists; null ifindexPathis null. -
documentCount
public long documentCountDocument count from a matchAllfetchTotalHitCount; -1 on query failure. -
lastModified
mtime of the on-disk index directory; null if missing / unconfigured / unreadable. -
error
Populated only whendocumentCount == -1.
-
-
Constructor Details
-
IndexStatusValueObject
public IndexStatusValueObject()
-