/
githubmirror
/
the-algorithm
Обзор
Документация
Войти
/
githubmirror
/
the-algorithm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/java/com/twitter/search/ingester/model/IndexerStatus.java
13 строк
328 B
twitter-team
Twitter Recommendation Algorithm
01 апр 2023, 01:36
01 апр 2023, 01:36
ef4c5eb
Код
Авторство
О чём код?
package com.twitter.search.ingester.model; import com.twitter.search.common.debug.DebugEventAccumulator; /** * Interface used for stages that process both TwitterMessages and ThriftVersionedEvents. */ public interface IndexerStatus extends DebugEventAccumulator { /** * Needed by the SortStage. */ long getId(); }