Interface SystemStatisticsBean
-
- All Known Implementing Classes:
DefaultSystemStatisticsBean
public interface SystemStatisticsBean
Bean to get stats from the system
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description long
getApproximateIndexTime()
Deprecated.since 5.3 UseIndexerManager#getEstimatedReindexTime
int
getNumberOfJobs()
int
getNumberOfPlans()
int
getNumberOfResults()
-
-
-
Method Detail
-
getNumberOfJobs
int getNumberOfJobs()
-
getNumberOfPlans
int getNumberOfPlans()
-
getNumberOfResults
int getNumberOfResults()
-
getApproximateIndexTime
@Deprecated long getApproximateIndexTime()
Deprecated.since 5.3 UseIndexerManager#getEstimatedReindexTime
-
-