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

A

addImageObjects(List<ActivityObject>, MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Adds any image objects to the attachment field
addInstagramExtensions(Activity, MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Takes various parameters from the instagram object that are currently not part of teh activity schema and stores them in a generic extensions attribute
addLocationExtension(Activity, MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Adds the location extension and populates with teh instagram data
addVideoObjects(List<ActivityObject>, MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Adds any video objects to the attachment field

B

backOffStrategy - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 
buildActivityObject(MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds the ActivityObject
buildActivityObjectAttachments(MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds all of the attachments associated with a MediaFeedData object
buildActor(UserInfoData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds an Actor object given a UserInfoData object
buildActor(MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Builds the actor

C

cleanUp() - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
cleanUp() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
collectInstagramDataForUser(User) - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Pull instagram data for a user and queues the resulting data.
collectInstagramDataForUser(User) - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
Pull Recement Media for a user and queues the resulting data.
collectInstagramDataForUser(User) - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 
config - Variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
consecutiveErrorCount - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 
convertToStreamsDatum(T) - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Takes an Instagram Object and sets it as the document of a streams datum and sets the id of the streams datum.
convertToStreamsDatum(MediaFeedData) - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
convertToStreamsDatum(UserInfoData) - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 

D

dataQueue - Variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
dataQueue - Variable in class org.apache.streams.instagram.provider.InstagramDataCollector
 

E

equals(Object) - Method in class org.apache.streams.instagram.provider.InstagramOauthToken
 

F

formatId(String...) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Formats the ID to conform with the Apache Streams activity ID convention
fromActivity(Activity) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
fromActivityList(List<Activity>) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
fromActivityObject(ActivityObject) - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 

G

getId() - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
getId() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
getInstagramDataCollector() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Return the data collector to use to connect to instagram.
getInstagramDataCollector() - Method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
getInstagramDataCollector() - Method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 
getLinks(MediaFeedData) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Gets the links from the Instagram event
getNextInstagramClient() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
If there are authorized tokens available, it sets a new token for the client and returns the client.
getProvider() - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Gets the common instagram Provider object

I

InstagramAbstractProvider - Class in org.apache.streams.instagram.provider
Instagram StreamsProvider that provides Instagram data for a group of users
InstagramAbstractProvider() - Constructor for class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
InstagramAbstractProvider(InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
InstagramActivityUtil - Class in org.apache.streams.instagram.serializer.util
Provides utilities for working with Activity objects within the context of Instagram
InstagramActivityUtil() - Constructor for class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
 
InstagramDataCollector<T> - Class in org.apache.streams.instagram.provider
Executes on all of the Instagram requests to collect the Instagram data.
InstagramDataCollector(Queue<StreamsDatum>, InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.InstagramDataCollector
 
InstagramMediaFeedDataConverter - Class in org.apache.streams.instagram.serializer
 
InstagramMediaFeedDataConverter() - Constructor for class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
InstagramOauthToken - Class in org.apache.streams.instagram.provider
Extends JInstagram Token.
InstagramOauthToken(String) - Constructor for class org.apache.streams.instagram.provider.InstagramOauthToken
 
InstagramOauthToken(String, String) - Constructor for class org.apache.streams.instagram.provider.InstagramOauthToken
 
InstagramRecentMediaCollector - Class in org.apache.streams.instagram.provider.recentmedia
Executes on all of the Instagram requests to collect the media feed data.
InstagramRecentMediaCollector(Queue<StreamsDatum>, InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
InstagramRecentMediaProvider - Class in org.apache.streams.instagram.provider.recentmedia
Instagram StreamsProvider that provides the recent media data for a group of users Retrieve recent posts from a list of user ids or names.
InstagramRecentMediaProvider() - Constructor for class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
InstagramRecentMediaProvider(InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
InstagramTypeConverter - Class in org.apache.streams.instagram.processor
Deprecated.
InstagramTypeConverter() - Constructor for class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
InstagramUserInfoCollector - Class in org.apache.streams.instagram.provider.userinfo
InstagramDataCollector that pulls UserInfoData from Instagram
InstagramUserInfoCollector(Queue<StreamsDatum>, InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 
InstagramUserInfoDataConverter - Class in org.apache.streams.instagram.serializer
 
InstagramUserInfoDataConverter() - Constructor for class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 
InstagramUserInfoProvider - Class in org.apache.streams.instagram.provider.userinfo
Instagram provider that pulls UserInfoData from Instagram
InstagramUserInfoProvider() - Constructor for class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 
InstagramUserInfoProvider(InstagramConfiguration) - Constructor for class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 
isCompleted() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
 
isRunning() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 

M

main(String[]) - Static method in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
main(String[]) - Static method in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 
MAX_ATTEMPTS - Static variable in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaCollector
 
MAX_ATTEMPTS - Static variable in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoCollector
 

N

newFixedThreadPoolWithQueueSize(int, int) - Static method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
numAvailableTokens() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Return the number of available tokens for this data collector

O

org.apache.streams.instagram.processor - package org.apache.streams.instagram.processor
 
org.apache.streams.instagram.provider - package org.apache.streams.instagram.provider
 
org.apache.streams.instagram.provider.recentmedia - package org.apache.streams.instagram.provider.recentmedia
 
org.apache.streams.instagram.provider.userinfo - package org.apache.streams.instagram.provider.userinfo
 
org.apache.streams.instagram.serializer - package org.apache.streams.instagram.serializer
 
org.apache.streams.instagram.serializer.util - package org.apache.streams.instagram.serializer.util
 

P

prepare(Object) - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
prepare(Object) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
process(StreamsDatum) - Method in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 

Q

queueData(Collection<T>, String) - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
Queues the Instagram data to be output by the provider.

R

readCurrent() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
readNew(BigInteger) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
readRange(DateTime, DateTime) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
requiredClass - Static variable in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
requiredClass() - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
requiredClass() - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 
run() - Method in class org.apache.streams.instagram.provider.InstagramDataCollector
 

S

serializationFormat() - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
serializationFormat() - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 
setAuthorizedUserTokens(Collection<String>) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Overrides authroized user tokens in the configuration.
setDefaultAfterDate(DateTime) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Overrides the default after date in the configuration
setDefaultBeforeDate(DateTime) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Overrides the default before date in the configuration
setInstagramClientId(String) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Overrides the client id in the configuration.
setUsersWithAfterDate(Map<String, DateTime>) - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
Overrides the users in the configuration and sets the after date for each user.
startStream() - Method in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.provider.InstagramAbstractProvider
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.provider.recentmedia.InstagramRecentMediaProvider
 
STREAMS_ID - Static variable in class org.apache.streams.instagram.provider.userinfo.InstagramUserInfoProvider
 

T

TERMINATE - Static variable in class org.apache.streams.instagram.processor.InstagramTypeConverter
Deprecated.
 
toActivityList(MediaFeedData) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
toActivityList(List<MediaFeedData>) - Method in class org.apache.streams.instagram.serializer.InstagramMediaFeedDataConverter
 
toActivityObject(UserInfoData) - Method in class org.apache.streams.instagram.serializer.InstagramUserInfoDataConverter
 

U

updateActivity(MediaFeedData, Activity) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Updates the given Activity object with the values from the item
updateActivity(UserInfoData, Activity) - Static method in class org.apache.streams.instagram.serializer.util.InstagramActivityUtil
Updates the given Activity object with the values from the item
A B C D E F G I M N O P Q R S T U 
Skip navigation links

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