public class SyncManagerImp extends Object implements SyncManager
| Modifier and Type | Method and Description |
|---|---|
static SyncManagerImp |
build(boolean streamingEnabledConfig,
SplitSynchronizationTask splitSynchronizationTask,
SplitFetcher splitFetcher,
SegmentSynchronizationTaskImp segmentSynchronizationTaskImp,
SplitCacheProducer splitCacheProducer,
String authUrl,
org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient,
String streamingServiceUrl,
int authRetryBackOffBase,
org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient,
SegmentCacheProducer segmentCacheProducer,
int streamingRetryDelay,
int maxOnDemandFetchRetries,
int failedAttemptsBeforeLogging,
boolean cdnDebugLogging,
SDKReadinessGates gates,
TelemetryRuntimeProducer telemetryRuntimeProducer,
TelemetrySynchronizer telemetrySynchronizer,
SplitClientConfig config) |
void |
shutdown() |
void |
start() |
public static SyncManagerImp build(boolean streamingEnabledConfig, SplitSynchronizationTask splitSynchronizationTask, SplitFetcher splitFetcher, SegmentSynchronizationTaskImp segmentSynchronizationTaskImp, SplitCacheProducer splitCacheProducer, String authUrl, org.apache.hc.client5.http.impl.classic.CloseableHttpClient httpClient, String streamingServiceUrl, int authRetryBackOffBase, org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient, SegmentCacheProducer segmentCacheProducer, int streamingRetryDelay, int maxOnDemandFetchRetries, int failedAttemptsBeforeLogging, boolean cdnDebugLogging, SDKReadinessGates gates, TelemetryRuntimeProducer telemetryRuntimeProducer, TelemetrySynchronizer telemetrySynchronizer, SplitClientConfig config)
public void start()
start in interface SyncManagerpublic void shutdown()
shutdown in interface SyncManagerCopyright © 2021. All rights reserved.