C# Class Semantria.Com.Workers.GnipPowerStreamDataProvider

Inheritance: IDataProvider
Afficher le fichier Open project: Semantria/semantria-sdk

Méthodes publiques

Méthode Description
GnipPowerStreamDataProvider ( string username, string password, string dataUrl ) : System
Initialize ( ) : bool
ReadBatch ( int size ) : List
ReadNext ( ) : dynamic
Reschedule ( dynamic record ) : bool
RescheduleBatch ( List batch ) : bool

Private Methods

Méthode Description
ExtractTweetData ( dynamic tweet ) : System.Dynamic.ExpandoObject
FetchLinkData ( Uri url ) : string
GetTweets ( string data ) : List

Method Details

GnipPowerStreamDataProvider() public méthode

public GnipPowerStreamDataProvider ( string username, string password, string dataUrl ) : System
username string
password string
dataUrl string
Résultat System

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

ReadBatch() public méthode

public ReadBatch ( int size ) : List
size int
Résultat List

ReadNext() public méthode

public ReadNext ( ) : dynamic
Résultat dynamic

Reschedule() public méthode

public Reschedule ( dynamic record ) : bool
record dynamic
Résultat bool

RescheduleBatch() public méthode

public RescheduleBatch ( List batch ) : bool
batch List
Résultat bool