Skip navigation links
A B C D F G I M P Q R S U 

A

AbstractGPlusProvider - Class in com.google.gplus.provider
Provider that creates a GPlus client and will run task that queue data to an outing queue
AbstractGPlusProvider() - Constructor for class com.google.gplus.provider.AbstractGPlusProvider
 
AbstractGPlusProvider(GPlusConfiguration) - Constructor for class com.google.gplus.provider.AbstractGPlusProvider
 

B

backoffAndIdentifyIfRetry(GoogleJsonResponseException, BackOffStrategy) - Method in class com.google.gplus.provider.GPlusDataCollector
Looks at the status code of the expception.

C

cleanUp() - Method in class com.google.gplus.processor.GooglePlusCommentProcessor
 
cleanUp() - Method in class com.google.gplus.processor.GooglePlusTypeConverter
 
cleanUp() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
clientSecrets - Variable in class com.google.gplus.provider.AbstractGPlusProvider
 
collectActivityData() - Method in class com.google.gplus.provider.GPlusUserActivityCollector
 
com.google.gplus.processor - package com.google.gplus.processor
 
com.google.gplus.provider - package com.google.gplus.provider
 
com.google.gplus.serializer.util - package com.google.gplus.serializer.util
 
createPlusClient() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
credential - Variable in class com.google.gplus.provider.AbstractGPlusProvider
 

D

deserialize(Activity) - Method in class com.google.gplus.provider.GPlusActivitySerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.google.gplus.serializer.util.GPlusActivityDeserializer
Because the GooglePlus Activity object Activity contains complex objects within its hierarchy, we have to use a custom deserializer
deserialize(JsonParser, DeserializationContext) - Method in class com.google.gplus.serializer.util.GPlusCommentDeserializer
Because the GooglePlus Comment object Comment contains complex objects within its hierarchy, we have to use a custom deserializer
deserialize(JsonParser, DeserializationContext) - Method in class com.google.gplus.serializer.util.GPlusPersonDeserializer
Because the GooglePlus Person object contains complex objects within its hierarchy, we have to use a custom deserializer
deserializeAll(List<Activity>) - Method in class com.google.gplus.provider.GPlusActivitySerializer
 
detectClass(String) - Static method in class com.google.gplus.serializer.util.GPlusEventClassifier
 

F

formatId(String...) - Static method in class com.google.gplus.serializer.util.GooglePlusActivityUtil
Formats the ID to conform with the Apache Streams activity ID convention

G

getConfig() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class com.google.gplus.provider.GPlusUserActivityProvider
 
getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class com.google.gplus.provider.GPlusUserDataProvider
 
getId() - Method in class com.google.gplus.processor.GooglePlusCommentProcessor
 
getId() - Method in class com.google.gplus.processor.GooglePlusTypeConverter
 
getId() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
getId() - Method in class com.google.gplus.provider.GPlusUserActivityProvider
 
getId() - Method in class com.google.gplus.provider.GPlusUserDataProvider
 
getProcessorOutputQueue() - Method in class com.google.gplus.processor.GooglePlusTypeConverter
 
getProvider() - Static method in class com.google.gplus.serializer.util.GooglePlusActivityUtil
Gets the common googleplus Provider object
GooglePlusActivityUtil - Class in com.google.gplus.serializer.util
 
GooglePlusActivityUtil() - Constructor for class com.google.gplus.serializer.util.GooglePlusActivityUtil
 
GooglePlusCommentProcessor - Class in com.google.gplus.processor
 
GooglePlusCommentProcessor() - Constructor for class com.google.gplus.processor.GooglePlusCommentProcessor
 
GooglePlusTypeConverter - Class in com.google.gplus.processor
 
GooglePlusTypeConverter() - Constructor for class com.google.gplus.processor.GooglePlusTypeConverter
 
GPlusActivityDeserializer - Class in com.google.gplus.serializer.util
Custom deserializer for GooglePlus' Person model
GPlusActivityDeserializer() - Constructor for class com.google.gplus.serializer.util.GPlusActivityDeserializer
 
GPlusActivitySerializer - Class in com.google.gplus.provider
 
GPlusActivitySerializer(AbstractGPlusProvider) - Constructor for class com.google.gplus.provider.GPlusActivitySerializer
 
GPlusActivitySerializer() - Constructor for class com.google.gplus.provider.GPlusActivitySerializer
 
GPlusCommentDeserializer - Class in com.google.gplus.serializer.util
 
GPlusCommentDeserializer() - Constructor for class com.google.gplus.serializer.util.GPlusCommentDeserializer
 
GPlusDataCollector - Class in com.google.gplus.provider
 
GPlusDataCollector() - Constructor for class com.google.gplus.provider.GPlusDataCollector
 
GPlusEventClassifier - Class in com.google.gplus.serializer.util
 
GPlusEventClassifier() - Constructor for class com.google.gplus.serializer.util.GPlusEventClassifier
 
GPlusEventProcessor - Class in com.google.gplus.provider
 
GPlusEventProcessor(BlockingQueue<String>, Queue<StreamsDatum>, Class, Class) - Constructor for class com.google.gplus.provider.GPlusEventProcessor
 
GPlusEventProcessor(BlockingQueue<String>, Queue<StreamsDatum>, Class) - Constructor for class com.google.gplus.provider.GPlusEventProcessor
 
GPlusPersonDeserializer - Class in com.google.gplus.serializer.util
Custom deserializer for GooglePlus' Person model
GPlusPersonDeserializer() - Constructor for class com.google.gplus.serializer.util.GPlusPersonDeserializer
 
GPlusUserActivityCollector - Class in com.google.gplus.provider
Collects the public activities of a GPlus user.
GPlusUserActivityCollector(Plus, BlockingQueue<StreamsDatum>, BackOffStrategy, UserInfo) - Constructor for class com.google.gplus.provider.GPlusUserActivityCollector
 
GPlusUserActivityProvider - Class in com.google.gplus.provider
Retrieve recent activity from a list of accounts.
GPlusUserActivityProvider() - Constructor for class com.google.gplus.provider.GPlusUserActivityProvider
 
GPlusUserActivityProvider(GPlusConfiguration) - Constructor for class com.google.gplus.provider.GPlusUserActivityProvider
 
GPlusUserDataCollector - Class in com.google.gplus.provider
Collects user profile information for a specific GPlus user
GPlusUserDataCollector(Plus, BackOffStrategy, BlockingQueue<StreamsDatum>, UserInfo) - Constructor for class com.google.gplus.provider.GPlusUserDataCollector
 
GPlusUserDataProvider - Class in com.google.gplus.provider
Retrieve current profile status for a list of accounts.
GPlusUserDataProvider() - Constructor for class com.google.gplus.provider.GPlusUserDataProvider
 
GPlusUserDataProvider(GPlusConfiguration) - Constructor for class com.google.gplus.provider.GPlusUserDataProvider
 

I

isRunning() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 

M

main(String[]) - Static method in class com.google.gplus.provider.GPlusUserActivityProvider
 
main(String[]) - Static method in class com.google.gplus.provider.GPlusUserDataProvider
 

P

plus - Variable in class com.google.gplus.provider.AbstractGPlusProvider
 
prepare(Object) - Method in class com.google.gplus.processor.GooglePlusCommentProcessor
 
prepare(Object) - Method in class com.google.gplus.processor.GooglePlusTypeConverter
 
prepare(Object) - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
process(StreamsDatum) - Method in class com.google.gplus.processor.GooglePlusCommentProcessor
 
process(StreamsDatum) - Method in class com.google.gplus.processor.GooglePlusTypeConverter
 

Q

queueUserHistory() - Method in class com.google.gplus.provider.GPlusUserDataCollector
 

R

readCurrent() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
readNew(BigInteger) - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
readRange(DateTime, DateTime) - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
run() - Method in class com.google.gplus.provider.GPlusEventProcessor
 
run() - Method in class com.google.gplus.provider.GPlusUserActivityCollector
 
run() - Method in class com.google.gplus.provider.GPlusUserDataCollector
 

S

serializationFormat() - Method in class com.google.gplus.provider.GPlusActivitySerializer
 
serialize(Activity) - Method in class com.google.gplus.provider.GPlusActivitySerializer
 
setConfig(GPlusConfiguration) - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
setDefaultAfterDate(DateTime) - Method in class com.google.gplus.provider.AbstractGPlusProvider
Set and overwrite the default after date that was read from teh configuration file.
setDefaultBeforeDate(DateTime) - Method in class com.google.gplus.provider.AbstractGPlusProvider
Set and overwrite the default before date that was read from the configuration file.
setProcessorInputQueue(Queue<Person>) - Method in class com.google.gplus.processor.GooglePlusTypeConverter
 
setUserInfoWithAfterDate(Map<String, DateTime>) - Method in class com.google.gplus.provider.AbstractGPlusProvider
Set and overwrite user into from teh configuration file.
setUserInfoWithDefaultDates(Set<String>) - Method in class com.google.gplus.provider.AbstractGPlusProvider
Sets and overwrite the user info from the configuaration file.
startStream() - Method in class com.google.gplus.provider.AbstractGPlusProvider
 
STREAMS_ID - Static variable in class com.google.gplus.processor.GooglePlusTypeConverter
 
STREAMS_ID - Static variable in class com.google.gplus.provider.AbstractGPlusProvider
 
STREAMS_ID - Static variable in class com.google.gplus.provider.GPlusUserDataProvider
 

U

updateActivity(Person, Activity) - Static method in class com.google.gplus.serializer.util.GooglePlusActivityUtil
Given a Person object and an Activity object, fill out the appropriate details
updateActivity(List<Comment>, Activity) - Static method in class com.google.gplus.serializer.util.GooglePlusActivityUtil
Given a List of Comment objects and an Activity, update that Activity to contain all comments
updateActivity(Activity, Activity) - Static method in class com.google.gplus.serializer.util.GooglePlusActivityUtil
Given a Google Plus Activity, convert that into an Activity streams formatted Activity
A B C D F G I M P Q R S U 
Skip navigation links

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