public interface CacheRateStatsUpdateExternalEventInterface extends BuckEventExternalInterface
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_NAME |
BUILD_FINISHED, BUILD_REPORT, BUILD_STARTED, BUILD_STATUS_EVENT, CACHE_RATE_STATS_UPDATE_EVENT, INDIVIDUAL_TEST_AWAITING_RESULTS, INSTALL_STARTED, PARSE_FINISHED, PARSE_STARTED, PROJECT_GENERATION_FINISHED, PROJECT_GENERATION_STARTED, TEST_RUN_STARTED
Modifier and Type | Method and Description |
---|---|
int |
getCacheErrorCount() |
double |
getCacheErrorRate() |
int |
getCacheHitCount() |
int |
getCacheMissCount() |
double |
getCacheMissRate() |
int |
getUpdatedRulesCount() |
getEventName, getTimestampMillis, storeLastInstanceAndReplayForNewClients
static final String EVENT_NAME
int getCacheMissCount()
int getCacheErrorCount()
double getCacheMissRate()
double getCacheErrorRate()
int getCacheHitCount()
CacheResultType.IGNORED
and CacheResultType.LOCAL_KEY_UNCHANGED_HIT
result types.int getUpdatedRulesCount()