Package | Description |
---|---|
org.openimaj.stream.provider | |
org.openimaj.stream.provider.irc | |
org.openimaj.stream.provider.twitter |
Modifier and Type | Class and Description |
---|---|
class |
WikipediaEditsDataset
Streaming dataset based on the Wikipedia/Wikimedia edits published in
real-time on the wikimedia IRC channels.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIRCStreamDataset<T>
Abstract base class for producing a stream of items from an IRC channel.
|
class |
BasicIRCStreamDataset
Basic streaming dataset from IRC messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTwitterSearchDataset<T>
Calls the
SearchResource.search(Query) function periodically and offers all
discovered Status instances with the underlying
BlockingDroppingBufferedStream . |
class |
AbstractTwitterStatusesFilterDataset<T>
Base class for Live twitter streams based on the live Twitter streaming API.
|
class |
AbstractTwitterStreamDataset<T>
Base class for Live twitter streams based on the live Twitter streaming API.
|
class |
ContextRoundRobinTwitterSearchAPIDataset
Extends the
TwitterSearchDataset to support multiple queries. |
class |
RoundRobinTwitterSearchAPIDataset
Extends the
TwitterSearchDataset to support multiple queries. |
class |
TwitterSearchDataset
A concrete version of the
AbstractTwitterSearchDataset which pushes
the Status s into the stream. |
class |
TwitterStreamDataset
A concrete version of the
AbstractTwitterStreamDataset which pushes
the Status s into the stream. |
class |
TwitterStreamFilterDataset
A concrete version of the
AbstractTwitterStreamDataset which pushes
the Status s into the stream. |