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

Move Writer interface to Writeable #20036

Merged
merged 1 commit into from
Aug 25, 2016

Conversation

pickypg
Copy link
Member

@pickypg pickypg commented Aug 17, 2016

This moves the Writer interface from StreamOutput into Writeable, as a peer of its inner Reader interface. This should hopefully help to avoid random functional interfaces being created for the same purpose.

It also makes use of the moved class by updating writeMapOfLists and readMapOfLists as requested in #17804.

@pickypg pickypg changed the title Make MapOfLists Generic Move Writer interface to Writeable Aug 17, 2016
@pickypg
Copy link
Member Author

pickypg commented Aug 17, 2016

/cc @jaymode

@jaymode
Copy link
Member

jaymode commented Aug 24, 2016

LGTM

This moves the Writer interface from StreamOutput into Writeable, as a peer of its inner Reader interface. This should hopefully help to avoid random functional interfaces being created for the same purpose.

It also makes use of the moved class by updating writeMapOfLists and readMapOfLists.
@pickypg pickypg force-pushed the feature/genericize-map-of-lists branch from 6b9914a to b41508a Compare August 25, 2016 20:11
@pickypg pickypg merged commit b41508a into elastic:master Aug 25, 2016
@pickypg pickypg removed the review label Aug 25, 2016
@pickypg pickypg deleted the feature/genericize-map-of-lists branch August 25, 2016 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants