Package io.split.telemetry.synchronizer
Interface TelemetrySynchronizer
-
- All Known Implementing Classes:
TelemetryConsumerSubmitter,TelemetryInMemorySubmitter
public interface TelemetrySynchronizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinalSynchronization()voidsynchronizeConfig(SplitClientConfig config, long timeUntilReady, Map<String,Long> factoryInstances, List<String> tags)voidsynchronizeStats()voidsynchronizeUniqueKeys(UniqueKeys uniqueKeys)
-
-
-
Method Detail
-
synchronizeConfig
void synchronizeConfig(SplitClientConfig config, long timeUntilReady, Map<String,Long> factoryInstances, List<String> tags)
-
synchronizeUniqueKeys
void synchronizeUniqueKeys(UniqueKeys uniqueKeys)
-
-