Interface AsyncIndexesSizeStatsUpdate
-
- All Known Implementing Classes:
AsyncIndexesSizeStatsUpdateImpl
public interface AsyncIndexesSizeStatsUpdate
-
-
Field Summary
Fields Modifier and Type Field Description static AsyncIndexesSizeStatsUpdateNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLastStatsUpdateTime(java.lang.String indexName)longgetScheduleTimeInMillis()voidsetLastStatsUpdateTime(java.lang.String indexName, long timeInMillis)
-
-
-
Field Detail
-
NOOP
static final AsyncIndexesSizeStatsUpdate NOOP
-
-