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

A

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

B

backoffAndIdentifyIfRetry(GoogleJsonResponseException, BackOffStrategy) - Method in class org.apache.streams.gplus.provider.GPlusDataCollector
Looks at the status code of the exception.

C

cleanUp() - Method in class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
 
cleanUp() - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
cleanUp() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
collectActivityData() - Method in class org.apache.streams.gplus.provider.GPlusUserActivityCollector
 
createPlusClient() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
credential - Variable in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 

D

deserialize(Activity) - Method in class org.apache.streams.gplus.provider.GPlusActivitySerializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.apache.streams.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 org.apache.streams.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 org.apache.streams.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 org.apache.streams.gplus.provider.GPlusActivitySerializer
 
detectClass(String) - Static method in class org.apache.streams.gplus.serializer.util.GPlusEventClassifier
Detect likely class of String json.

E

equals(Object) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
equals(Object) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
equals(Object) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 

F

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

G

getAdditionalProperties() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
getAdditionalProperties() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
getAdditionalProperties() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
getAfterDate() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
If the api allows to gather data by date range, this date will be used as the start of the range for the request for this user.
getAppName() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
getBeforeDate() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
If the api allows to gather data by date range, this date will be used as the end of the range for the request for this user..
getConfig() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class org.apache.streams.gplus.provider.GPlusUserActivityProvider
 
getDataCollector(BackOffStrategy, BlockingQueue<StreamsDatum>, Plus, UserInfo) - Method in class org.apache.streams.gplus.provider.GPlusUserDataProvider
 
getDefaultAfterDate() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
Optional parameter for the provider.
getDefaultBeforeDate() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
Optional parameter for the provider.
getEndpoint() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The endpoint
getFollow() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
DEPRECATED.
getGooglePlusUsers() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
A list of user user ids and optional date parameters for the GPlus provider
getHost() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The host
getId() - Method in class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
 
getId() - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
getId() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
getId() - Method in class org.apache.streams.gplus.provider.GPlusUserActivityProvider
 
getId() - Method in class org.apache.streams.gplus.provider.GPlusUserDataProvider
 
getOauth() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
DEPRICATED
getPathToP12KeyFile() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
Absolute Path to key file
getPort() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The port
getProcessorOutputQueue() - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
getProtocol() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The protocol
getProvider() - Static method in class org.apache.streams.gplus.serializer.util.GooglePlusActivityUtil
Gets the common googleplus Provider object
getServiceAccountEmailAddress() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
Service Account email address for your app
getUserId() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
Google+ user id
getVersion() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The version
GooglePlusActivityUtil - Class in org.apache.streams.gplus.serializer.util
GooglePlusActivityUtil helps convert c.g.Person and c.g.Activity into o.a.s.p.j.o.Page and o.a.s.p.j.Activity.
GooglePlusActivityUtil() - Constructor for class org.apache.streams.gplus.serializer.util.GooglePlusActivityUtil
 
GooglePlusCommentProcessor - Class in org.apache.streams.gplus.processor
GooglePlusCommentProcessor collects comments about a google plus activity.
GooglePlusCommentProcessor() - Constructor for class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
 
GooglePlusTypeConverter - Class in org.apache.streams.gplus.processor
GooglePlusTypeConverter is a StreamsProcessor that converts gplus activities to activitystreams activities.
GooglePlusTypeConverter() - Constructor for class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
GPlusActivityDeserializer - Class in org.apache.streams.gplus.serializer.util
Custom deserializer for GooglePlus' Person model.
GPlusActivityDeserializer() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusActivityDeserializer
 
GPlusActivitySerializer - Class in org.apache.streams.gplus.provider
GPlusActivitySerializer converts gplus activities to as1 activities.
GPlusActivitySerializer(AbstractGPlusProvider) - Constructor for class org.apache.streams.gplus.provider.GPlusActivitySerializer
 
GPlusActivitySerializer() - Constructor for class org.apache.streams.gplus.provider.GPlusActivitySerializer
 
GPlusCommentDeserializer - Class in org.apache.streams.gplus.serializer.util
GPlusCommentDeserializer converts gplus comments to as1 comments.
GPlusCommentDeserializer() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusCommentDeserializer
 
GPlusConfiguration - Class in org.apache.streams.google.gplus
 
GPlusConfiguration() - Constructor for class org.apache.streams.google.gplus.GPlusConfiguration
 
GPlusDataCollector - Class in org.apache.streams.gplus.provider
GPlusDataCollector collects GPlus Data on behalf of providers.
GPlusDataCollector() - Constructor for class org.apache.streams.gplus.provider.GPlusDataCollector
 
GPlusEventClassifier - Class in org.apache.streams.gplus.serializer.util
GPlusEventClassifier classifies GPlus Events.
GPlusEventClassifier() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusEventClassifier
 
GPlusOAuthConfiguration - Class in org.apache.streams.google.gplus
DEPRICATED
GPlusOAuthConfiguration() - Constructor for class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
GPlusPersonDeserializer - Class in org.apache.streams.gplus.serializer.util
Custom deserializer for GooglePlus' Person model.
GPlusPersonDeserializer() - Constructor for class org.apache.streams.gplus.serializer.util.GPlusPersonDeserializer
 
GPlusUserActivityCollector - Class in org.apache.streams.gplus.provider
Collects the public activities of a GPlus user.
GPlusUserActivityCollector(Plus, BlockingQueue<StreamsDatum>, BackOffStrategy, UserInfo) - Constructor for class org.apache.streams.gplus.provider.GPlusUserActivityCollector
GPlusUserActivityCollector constructor.
GPlusUserActivityProvider - Class in org.apache.streams.gplus.provider
Retrieve recent activity from a list of accounts.
GPlusUserActivityProvider() - Constructor for class org.apache.streams.gplus.provider.GPlusUserActivityProvider
 
GPlusUserActivityProvider(GPlusConfiguration) - Constructor for class org.apache.streams.gplus.provider.GPlusUserActivityProvider
 
GPlusUserDataCollector - Class in org.apache.streams.gplus.provider
Collects user profile information for a specific GPlus user.
GPlusUserDataCollector(Plus, BackOffStrategy, BlockingQueue<StreamsDatum>, UserInfo) - Constructor for class org.apache.streams.gplus.provider.GPlusUserDataCollector
GPlusUserDataCollector constructor.
GPlusUserDataProvider - Class in org.apache.streams.gplus.provider
Retrieve current profile status for a list of accounts.
GPlusUserDataProvider() - Constructor for class org.apache.streams.gplus.provider.GPlusUserDataProvider
 
GPlusUserDataProvider(GPlusConfiguration) - Constructor for class org.apache.streams.gplus.provider.GPlusUserDataProvider
 

H

hashCode() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
hashCode() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
hashCode() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 

I

isRunning() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 

M

main(String[]) - Static method in class org.apache.streams.gplus.provider.GPlusUserActivityProvider
Retrieve recent activity from a list of accounts.
main(String[]) - Static method in class org.apache.streams.gplus.provider.GPlusUserDataProvider
Retrieve current profile status for a list of accounts.

O

org.apache.streams.google.gplus - package org.apache.streams.google.gplus
 
org.apache.streams.google.gplus.configuration - package org.apache.streams.google.gplus.configuration
 
org.apache.streams.gplus.processor - package org.apache.streams.gplus.processor
 
org.apache.streams.gplus.provider - package org.apache.streams.gplus.provider
 
org.apache.streams.gplus.serializer.util - package org.apache.streams.gplus.serializer.util
 

P

plus - Variable in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
prepare(Object) - Method in class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
 
prepare(Object) - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
prepare(Object) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
process(StreamsDatum) - Method in class org.apache.streams.gplus.processor.GooglePlusCommentProcessor
 
process(StreamsDatum) - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 

Q

queueUserHistory() - Method in class org.apache.streams.gplus.provider.GPlusUserDataCollector
 

R

readCurrent() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
readNew(BigInteger) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
readRange(DateTime, DateTime) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
run() - Method in class org.apache.streams.gplus.provider.GPlusUserActivityCollector
 
run() - Method in class org.apache.streams.gplus.provider.GPlusUserDataCollector
 

S

serializationFormat() - Method in class org.apache.streams.gplus.provider.GPlusActivitySerializer
 
serialize(Activity) - Method in class org.apache.streams.gplus.provider.GPlusActivitySerializer
 
setAdditionalProperty(String, Object) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
setAdditionalProperty(String, Object) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
setAdditionalProperty(String, Object) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
setAfterDate(DateTime) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
If the api allows to gather data by date range, this date will be used as the start of the range for the request for this user.
setAppName(String) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
setBeforeDate(DateTime) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
If the api allows to gather data by date range, this date will be used as the end of the range for the request for this user..
setConfig(GPlusConfiguration) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
setDefaultAfterDate(DateTime) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
Optional parameter for the provider.
setDefaultAfterDate(DateTime) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
Set and overwrite the default after date that was read from teh configuration file.
setDefaultBeforeDate(DateTime) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
Optional parameter for the provider.
setDefaultBeforeDate(DateTime) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
Set and overwrite the default before date that was read from the configuration file.
setEndpoint(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The endpoint
setFollow(List<String>) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
DEPRECATED.
setGooglePlusUsers(List<UserInfo>) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
A list of user user ids and optional date parameters for the GPlus provider
setHost(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The host
setOauth(GPlusOAuthConfiguration) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
DEPRICATED
setPathToP12KeyFile(String) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
Absolute Path to key file
setPort(Long) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The port
setProcessorInputQueue(Queue<Person>) - Method in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
setProtocol(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The protocol
setServiceAccountEmailAddress(String) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
Service Account email address for your app
setUserId(String) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
Google+ user id
setUserInfoWithAfterDate(Map<String, DateTime>) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
Set and overwrite user into from the configuration file.
setUserInfoWithDefaultDates(Set<String>) - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
Sets and overwrite the user info from the configuaration file.
setVersion(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
The version
startStream() - Method in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
STREAMS_ID - Static variable in class org.apache.streams.gplus.processor.GooglePlusTypeConverter
 
STREAMS_ID - Static variable in class org.apache.streams.gplus.provider.AbstractGPlusProvider
 
STREAMS_ID - Static variable in class org.apache.streams.gplus.provider.GPlusUserDataProvider
 

T

toString() - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
toString() - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
toString() - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 

U

updateActivity(Person, Activity) - Static method in class org.apache.streams.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 org.apache.streams.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 org.apache.streams.gplus.serializer.util.GooglePlusActivityUtil
Given a Google Plus Activity, convert that into an Activity streams formatted Activity
UserInfo - Class in org.apache.streams.google.gplus.configuration
 
UserInfo() - Constructor for class org.apache.streams.google.gplus.configuration.UserInfo
 

W

withAdditionalProperty(String, Object) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
withAdditionalProperty(String, Object) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withAdditionalProperty(String, Object) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
withAfterDate(DateTime) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
withAppName(String) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
withBeforeDate(DateTime) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
withDefaultAfterDate(DateTime) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withDefaultBeforeDate(DateTime) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withEndpoint(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withFollow(List<String>) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withGooglePlusUsers(List<UserInfo>) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withHost(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withOauth(GPlusOAuthConfiguration) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withPathToP12KeyFile(String) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
withPort(Long) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withProtocol(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
withServiceAccountEmailAddress(String) - Method in class org.apache.streams.google.gplus.GPlusOAuthConfiguration
 
withUserId(String) - Method in class org.apache.streams.google.gplus.configuration.UserInfo
 
withVersion(String) - Method in class org.apache.streams.google.gplus.GPlusConfiguration
 
A B C D E F G H I M O P Q R S T U W 
Skip navigation links

Copyright © 2017 The Apache Software Foundation. All rights reserved.