C# 클래스 Semantria.Com.Workers.GnipPowerStreamDataProvider

상속: IDataProvider
파일 보기 프로젝트 열기: Semantria/semantria-sdk

공개 메소드들

메소드 설명
GnipPowerStreamDataProvider ( string username, string password, string dataUrl ) : System
Initialize ( ) : bool
ReadBatch ( int size ) : List
ReadNext ( ) : dynamic
Reschedule ( dynamic record ) : bool
RescheduleBatch ( List batch ) : bool

비공개 메소드들

메소드 설명
ExtractTweetData ( dynamic tweet ) : System.Dynamic.ExpandoObject
FetchLinkData ( Uri url ) : string
GetTweets ( string data ) : List

메소드 상세

GnipPowerStreamDataProvider() 공개 메소드

public GnipPowerStreamDataProvider ( string username, string password, string dataUrl ) : System
username string
password string
dataUrl string
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

ReadBatch() 공개 메소드

public ReadBatch ( int size ) : List
size int
리턴 List

ReadNext() 공개 메소드

public ReadNext ( ) : dynamic
리턴 dynamic

Reschedule() 공개 메소드

public Reschedule ( dynamic record ) : bool
record dynamic
리턴 bool

RescheduleBatch() 공개 메소드

public RescheduleBatch ( List batch ) : bool
batch List
리턴 bool