Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add EntityIdPager from Wikibase\Repo\Store #153

Merged
merged 1 commit into from
Oct 14, 2016
Merged

Conversation

mariushoch
Copy link
Member

Simple interface for services that allow paging through EntityIds.

Simple interface for services that allow paging
through EntityIds.
Copy link
Contributor

@JeroenDeDauw JeroenDeDauw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, thanks for moving

* @license GPL-2.0+
* @author Daniel Kinzler
*/
interface EntityIdPager {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be worth changing so it implements the Fetcher interface from https://github.com/JeroenDeDauw/BatchingIterator, which then allows for having an Iterator and hiding that a fetcher is used

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm open to that, but let's see what others say. Also means a new dependency.

@manicki manicki merged commit d447249 into master Oct 14, 2016
@manicki manicki deleted the add-EntityIdPager branch October 14, 2016 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants