storehaus icon indicating copy to clipboard operation
storehaus copied to clipboard

IterableStore

Open sritchie opened this issue 11 years ago • 0 comments

If a store could produce an iterator over its pairs it'd be possible to write a StorehausInputFormat and consume storehaus data from scalding.

trait IterableStore[-K, V] extends ReadableStore[K, V] with Iterable[(K, V)]

sritchie avatar Mar 09 '13 21:03 sritchie