storehaus
storehaus copied to clipboard
IterableStore
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)]