Class | Description |
---|---|
AbstractTwitterSearchDataset<T> |
Calls the
SearchResource.search(Query) function periodically and offers all
discovered Status instances with the underlying
BlockingDroppingBufferedStream . |
AbstractTwitterStatusesFilterDataset<T> |
Base class for Live twitter streams based on the live Twitter streaming API.
|
AbstractTwitterStreamDataset<T> |
Base class for Live twitter streams based on the live Twitter streaming API.
|
ContextRoundRobinTwitterSearchAPIDataset |
Extends the
TwitterSearchDataset to support multiple queries. |
QueryHoldingStatus |
Holds the query which generated a status and the raw JSON
|
RoundRobinTwitterSearchAPIDataset |
Extends the
TwitterSearchDataset to support multiple queries. |
TwitterSearchDataset |
A concrete version of the
AbstractTwitterSearchDataset which pushes
the Status s into the stream. |
TwitterStreamDataset |
A concrete version of the
AbstractTwitterStreamDataset which pushes
the Status s into the stream. |
TwitterStreamFilterDataset |
A concrete version of the
AbstractTwitterStreamDataset which pushes
the Status s into the stream. |