Skip navigation links
A B C D E F G H I L M N O P R S T U 

A

addDatum(Future<List<StreamsDatum>>) - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
addLocationExtension(Activity, Tweet) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Adds the location extension and populates with teh twitter data
addTwitterExtension(Activity, ObjectNode) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Adds the given Twitter event to the activity as an extension
addTwitterExtensions(Activity, Tweet) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Takes various parameters from the twitter object that are currently not part of teh activity schema and stores them in a generic extensions attribute
auth - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 

B

BACKOFF - Static variable in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
baseUrl(TwitterConfiguration) - Static method in class org.apache.streams.twitter.provider.TwitterProviderUtil
 
boundingBoxCenter(Place) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Compute central coordinates from bounding box
buildActivityObject(UserstreamEvent) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
buildActivityObject(Delete) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Builds the ActivityObject for the delete event
buildActivityObject(Tweet) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Creates an ActivityObject for the tweet
buildActor(UserstreamEvent) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
buildActor(Delete) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Builds the actor for a delete event
buildActor(Tweet) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Builds the activity Actor object from the tweet
buildActor(User) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Builds the activity Actor object from the User
buildTarget(Tweet) - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
buildTarget(UserstreamEvent) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
buildTarget(Tweet) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Builds the org.apache.streams.twitter.pojo.TargetObject from the tweet

C

call() - Method in class org.apache.streams.twitter.provider.TwitterStreamProcessor.StreamDeserializer
 
callback() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
cleanUp() - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
cleanUp() - Method in class org.apache.streams.twitter.processor.TwitterEventProcessor
Deprecated.
 
cleanUp() - Method in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
cleanUp() - Method in class org.apache.streams.twitter.provider.TwitterStreamProcessor
 
cleanUp() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
cleanUp() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
cleanUp() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
client - Variable in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
client - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
client - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
client - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProviderTask
 
consolidateToIDs() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
Using the "info" list that is contained in the configuration, ensure that all account identifiers are converted to IDs (Longs) instead of screenNames (Strings)
constructQueue() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
constructQueue() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
convert(UserstreamEvent) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
createStreamsDatum(User) - Method in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 

D

detectClass(String) - Static method in class org.apache.streams.twitter.provider.TwitterEventClassifier
 
detectClasses(Object) - Method in class org.apache.streams.twitter.converter.TwitterDocumentClassifier
 
detectVerb(UserstreamEvent) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
drainTo(Queue<StreamsDatum>) - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 

E

end - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
end - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
endpoint - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
executor - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
executor - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

F

fetch(Activity) - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
fetchAndReplace(Activity, String) - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
FetchAndReplaceTwitterProcessor - Class in org.apache.streams.twitter.processor
Given an Activity, fetches the tweet by the activity object id and replaces the existing activity with the converted activity from what is returned by the twitter API.
FetchAndReplaceTwitterProcessor() - Constructor for class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
FetchAndReplaceTwitterProcessor(TwitterStreamConfiguration) - Constructor for class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
formatId(String...) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Formats the ID to conform with the Apache Streams activity ID convention
fromActivity(Activity) - Method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
fromActivity(Activity) - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
fromActivity(Activity) - Method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
fromActivity(Activity) - Method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
fromActivity(Activity) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
fromActivity(Activity) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
fromActivityObject(ActivityObject) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 

G

getConfig() - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
getConfig() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
getConfig() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
getConfig() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
getDatumStatusCounter() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
getFollowing(Long) - Method in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
getFollowing(String) - Method in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
getFormat() - Method in class org.apache.streams.twitter.converter.TwitterDateTimeFormat
 
getId() - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
getId() - Method in class org.apache.streams.twitter.processor.TwitterEventProcessor
Deprecated.
 
getId() - Method in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
getId() - Method in class org.apache.streams.twitter.processor.TwitterUrlApiProcessor
 
getId() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
getId() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
getId() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
getInstance() - Static method in class org.apache.streams.twitter.converter.StreamsTwitterMapper
Deprecated.
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 
getInstance() - Static method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
getLinks(Tweet) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Gets the links from the Twitter event
getMillis(String) - Static method in class org.apache.streams.twitter.converter.StreamsTwitterMapper
Deprecated.
 
getProvider() - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Gets the common twitter Provider object
getProviderQueue() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
getProviderQueue() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
getTwitterClient() - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
getTwitterClient() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
getTwitterClient() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

H

handleTwitterError(Twitter, Exception) - Static method in class org.apache.streams.twitter.provider.TwitterErrorHandler
Deprecated.
handleTwitterError(Twitter, Long, Exception) - Static method in class org.apache.streams.twitter.provider.TwitterErrorHandler
 
hosebirdHosts - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 

I

id - Variable in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
id - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProviderTask
 
ids - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
idsBatches - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
idsCount - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
isRunning() - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
isRunning() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
isRunning() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
isRunning() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
item - Variable in class org.apache.streams.twitter.provider.TwitterStreamProcessor.StreamDeserializer
 

L

loadBatch(Long[]) - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
loadBatch(String[]) - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
lock - Variable in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
lock - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
lock - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

M

main(String[]) - Static method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
main(String[]) - Static method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
main(String[]) - Static method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
main(String[]) - Static method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
mapper - Static variable in class org.apache.streams.twitter.provider.TwitterStreamProcessor.StreamDeserializer
 
MAX_BATCH - Static variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
MAX_NUMBER_WAITING - Static variable in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
MAX_NUMBER_WAITING - Static variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
MAX_NUMBER_WAITING - Static variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

N

newFixedThreadPoolWithQueueSize(int, int) - Static method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

O

org.apache.streams.twitter.converter - package org.apache.streams.twitter.converter
 
org.apache.streams.twitter.converter.util - package org.apache.streams.twitter.converter.util
 
org.apache.streams.twitter.processor - package org.apache.streams.twitter.processor
 
org.apache.streams.twitter.provider - package org.apache.streams.twitter.provider
 

P

pollForDatum() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
prepare(Object) - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
prepare(Object) - Method in class org.apache.streams.twitter.processor.TwitterEventProcessor
Deprecated.
 
prepare(Object) - Method in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
prepare(Object) - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
prepare(Object) - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
prepare(Object) - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
prepare(Object) - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
prepareParams(StreamsDatum) - Method in class org.apache.streams.twitter.processor.TwitterUrlApiProcessor
 
process(StreamsDatum) - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
process(StreamsDatum) - Method in class org.apache.streams.twitter.processor.TwitterEventProcessor
Deprecated.
 
process(StreamsDatum) - Method in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
process(StreamsDatum) - Method in class org.apache.streams.twitter.processor.TwitterUrlApiProcessor
 
process() - Method in class org.apache.streams.twitter.provider.TwitterStreamProcessor
 
processor - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
provider - Variable in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
provider - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProviderTask
 
providerQueue - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
providerQueue - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
providerQueue - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

R

readCurrent() - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
readCurrent() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
readCurrent() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
readCurrent() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
readNew(BigInteger) - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
readNew(BigInteger) - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
readNew(BigInteger) - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
readRange(DateTime, DateTime) - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
readRange(DateTime, DateTime) - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
readRange(DateTime, DateTime) - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
replace(Activity, String) - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 
requiredClass - Static variable in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
requiredClass() - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
retry - Static variable in class org.apache.streams.twitter.provider.TwitterErrorHandler
 
retryMax - Static variable in class org.apache.streams.twitter.provider.TwitterErrorHandler
 
run() - Method in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
run() - Method in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
run() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProviderTask
 
running - Variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
running - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
running - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

S

screenName - Variable in class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
screenNameBatches - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
screenNameBatches - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 
serializationFormat() - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
setConfig(TwitterStreamConfiguration) - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
setConfig(TwitterUserInformationConfiguration) - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
setConfig(TwitterUserInformationConfiguration) - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
shouldContinuePulling(List<Status>) - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
sleepAndTryAgain(Activity, String) - Method in class org.apache.streams.twitter.processor.FetchAndReplaceTwitterProcessor
 
start - Variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
start - Variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
startStream() - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
startStream() - Method in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
startStream() - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
startStream() - Method in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
StreamDeserializer(String) - Constructor for class org.apache.streams.twitter.provider.TwitterStreamProcessor.StreamDeserializer
 
STREAMS_ID - Static variable in class org.apache.streams.twitter.processor.TwitterTypeConverter
Deprecated.
 
STREAMS_ID - Static variable in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
STREAMS_ID - Static variable in class org.apache.streams.twitter.provider.TwitterStreamProvider
 
STREAMS_ID - Static variable in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
STREAMS_ID - Static variable in class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
StreamsTwitterMapper - Class in org.apache.streams.twitter.converter
Deprecated.
StreamsTwitterMapper() - Constructor for class org.apache.streams.twitter.converter.StreamsTwitterMapper
Deprecated.
 
submitFollowingThreads(Long[]) - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
submitFollowingThreads(String[]) - Method in class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
submitTimelineThreads(Long[]) - Method in class org.apache.streams.twitter.provider.TwitterTimelineProvider
 

T

TERMINATE - Static variable in class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
toActivityList(Follow) - Method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
toActivityList(List<Follow>) - Method in class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
toActivityList(List<Delete>) - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
toActivityList(Delete) - Method in class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
toActivityList(Retweet) - Method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
toActivityList(List<Retweet>) - Method in class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
toActivityList(Tweet) - Method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
toActivityList(List<Tweet>) - Method in class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
toActivityList(User) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
toActivityList(List<User>) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
toActivityList(UserstreamEvent) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
toActivityList(List<UserstreamEvent>) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
toActivityObject(User) - Method in class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 
TWITTER_FORMAT - Static variable in class org.apache.streams.twitter.converter.StreamsTwitterMapper
Deprecated.
 
TWITTER_FORMAT - Static variable in class org.apache.streams.twitter.converter.TwitterDateTimeFormat
 
TWITTER_FORMATTER - Static variable in class org.apache.streams.twitter.converter.StreamsTwitterMapper
Deprecated.
 
TwitterActivityUtil - Class in org.apache.streams.twitter.converter.util
Provides utilities for working with Activity objects within the context of Twitter
TwitterActivityUtil() - Constructor for class org.apache.streams.twitter.converter.util.TwitterActivityUtil
 
TwitterDateTimeFormat - Class in org.apache.streams.twitter.converter
 
TwitterDateTimeFormat() - Constructor for class org.apache.streams.twitter.converter.TwitterDateTimeFormat
 
TwitterDocumentClassifier - Class in org.apache.streams.twitter.converter
Ensures twitter documents can be converted to Activity
TwitterDocumentClassifier() - Constructor for class org.apache.streams.twitter.converter.TwitterDocumentClassifier
 
TwitterErrorHandler - Class in org.apache.streams.twitter.provider
Handle expected and unexpected exceptions.
TwitterErrorHandler() - Constructor for class org.apache.streams.twitter.provider.TwitterErrorHandler
 
TwitterEventClassifier - Class in org.apache.streams.twitter.provider
TwitterEventClassifier classifies twitter events
TwitterEventClassifier() - Constructor for class org.apache.streams.twitter.provider.TwitterEventClassifier
 
TwitterEventProcessor - Class in org.apache.streams.twitter.processor
Deprecated.
TwitterEventProcessor(Class, Class) - Constructor for class org.apache.streams.twitter.processor.TwitterEventProcessor
Deprecated.
 
TwitterEventProcessor(Class) - Constructor for class org.apache.streams.twitter.processor.TwitterEventProcessor
Deprecated.
 
TwitterFollowActivityConverter - Class in org.apache.streams.twitter.converter
 
TwitterFollowActivityConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterFollowActivityConverter
 
TwitterFollowingProvider - Class in org.apache.streams.twitter.provider
Created by sblackmon on 11/25/14.
TwitterFollowingProvider() - Constructor for class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
TwitterFollowingProvider(TwitterFollowingConfiguration) - Constructor for class org.apache.streams.twitter.provider.TwitterFollowingProvider
 
TwitterFollowingProviderTask - Class in org.apache.streams.twitter.provider
Retrieve friend or follower connections for a single user id.
TwitterFollowingProviderTask(TwitterFollowingProvider, Twitter, Long) - Constructor for class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
TwitterFollowingProviderTask(TwitterFollowingProvider, Twitter, String) - Constructor for class org.apache.streams.twitter.provider.TwitterFollowingProviderTask
 
TwitterJsonDeleteActivityConverter - Class in org.apache.streams.twitter.converter
Created with IntelliJ IDEA.
TwitterJsonDeleteActivityConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterJsonDeleteActivityConverter
 
TwitterJsonRetweetActivityConverter - Class in org.apache.streams.twitter.converter
 
TwitterJsonRetweetActivityConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterJsonRetweetActivityConverter
 
TwitterJsonTweetActivityConverter - Class in org.apache.streams.twitter.converter
 
TwitterJsonTweetActivityConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterJsonTweetActivityConverter
 
TwitterJsonUserActivityConverter - Class in org.apache.streams.twitter.converter
 
TwitterJsonUserActivityConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterJsonUserActivityConverter
 
TwitterJsonUserActivityObjectConverter - Class in org.apache.streams.twitter.converter
 
TwitterJsonUserActivityObjectConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterJsonUserActivityObjectConverter
 
TwitterJsonUserstreameventActivityConverter - Class in org.apache.streams.twitter.converter
Created with IntelliJ IDEA.
TwitterJsonUserstreameventActivityConverter() - Constructor for class org.apache.streams.twitter.converter.TwitterJsonUserstreameventActivityConverter
 
TwitterProfileProcessor - Class in org.apache.streams.twitter.processor
 
TwitterProfileProcessor() - Constructor for class org.apache.streams.twitter.processor.TwitterProfileProcessor
 
TwitterProviderUtil - Class in org.apache.streams.twitter.provider
Created by sblackmon on 7/26/15.
TwitterProviderUtil() - Constructor for class org.apache.streams.twitter.provider.TwitterProviderUtil
 
TwitterStreamProcessor - Class in org.apache.streams.twitter.provider
 
TwitterStreamProcessor(TwitterStreamProvider) - Constructor for class org.apache.streams.twitter.provider.TwitterStreamProcessor
 
TwitterStreamProcessor(TwitterStreamProvider, int) - Constructor for class org.apache.streams.twitter.provider.TwitterStreamProcessor
 
TwitterStreamProcessor.StreamDeserializer - Class in org.apache.streams.twitter.provider
 
TwitterStreamProvider - Class in org.apache.streams.twitter.provider
TwitterStreamProvider wraps a hosebird client and passes recieved documents to subscribing components.
TwitterStreamProvider() - Constructor for class org.apache.streams.twitter.provider.TwitterStreamProvider
 
TwitterStreamProvider(TwitterStreamConfiguration) - Constructor for class org.apache.streams.twitter.provider.TwitterStreamProvider
 
TwitterTimelineProvider - Class in org.apache.streams.twitter.provider
Retrieve recent posts from a list of user ids or names.
TwitterTimelineProvider(TwitterUserInformationConfiguration) - Constructor for class org.apache.streams.twitter.provider.TwitterTimelineProvider
 
TwitterTimelineProviderTask - Class in org.apache.streams.twitter.provider
Retrieve recent posts for a single user id.
TwitterTimelineProviderTask(TwitterTimelineProvider, Twitter, Long) - Constructor for class org.apache.streams.twitter.provider.TwitterTimelineProviderTask
 
TwitterTypeConverter - Class in org.apache.streams.twitter.processor
Deprecated.
TwitterTypeConverter() - Constructor for class org.apache.streams.twitter.processor.TwitterTypeConverter
Deprecated.
 
TwitterUrlApiProcessor - Class in org.apache.streams.twitter.processor
Class gets a global share count from Twitter API for links on Activity datums
TwitterUrlApiProcessor() - Constructor for class org.apache.streams.twitter.processor.TwitterUrlApiProcessor
 
TwitterUrlApiProcessor(HttpProcessorConfiguration) - Constructor for class org.apache.streams.twitter.processor.TwitterUrlApiProcessor
 
TwitterUserInformationProvider - Class in org.apache.streams.twitter.provider
 
TwitterUserInformationProvider() - Constructor for class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 
TwitterUserInformationProvider(TwitterUserInformationConfiguration) - Constructor for class org.apache.streams.twitter.provider.TwitterUserInformationProvider
 

U

updateActivity(Tweet, Activity) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Updates the given Activity object with the values from the Tweet
updateActivity(User, Activity) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Updates the given Activity object with the values from the User
updateActivity(Delete, Activity) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Updates the activity for a delete event
updateActivityContent(Activity, Tweet, String) - Static method in class org.apache.streams.twitter.converter.util.TwitterActivityUtil
Updates the content, and associated fields, with those from the given tweet
A B C D E F G H I L M N O P R S T U 
Skip navigation links

Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.