MeltwaterArchive / dropwizard-extra

A set of miscellaneous and common Dropwizard utilities
109 stars 45 forks source link

Added setQualifiers to RowScanner interface. This was added in aysnchbase. #16

Closed glachac closed 10 years ago

glachac commented 10 years ago

In asynchbase 1.4, several methods were added to the Scanner. I need access to setQualifiers() so added it to RowScanner and all the derivatives.

nicktelford commented 10 years ago

Cool, this seems reasonable. Thanks.

I recommend you fork the parts of this project that you use and maintain it separately (I've licensed it under ASL 2.0) as I'm not committing as much time to this now as I used to, and the HBase support in particular might get dropped in an upcoming version.