public class YoutubeChannelDataCollector extends YoutubeDataCollector
| Constructor and Description | 
|---|
YoutubeChannelDataCollector(com.google.api.services.youtube.YouTube youTube,
                           BlockingQueue<StreamsDatum> queue,
                           BackOffStrategy strategy,
                           UserInfo userInfo,
                           YoutubeConfiguration youtubeConfig)
YoutubeChannelDataCollector constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
run()  | 
backoffAndIdentifyIfRetrypublic YoutubeChannelDataCollector(com.google.api.services.youtube.YouTube youTube,
                                   BlockingQueue<StreamsDatum> queue,
                                   BackOffStrategy strategy,
                                   UserInfo userInfo,
                                   YoutubeConfiguration youtubeConfig)
youTube - YouTubequeue - BlockingQueue of StreamsDatumstrategy - BackOffStrategyuserInfo - UserInfoyoutubeConfig - YoutubeConfigurationCopyright © 2018 The Apache Software Foundation. All rights reserved.