Package

com.twitter.summingbird.scalding

store

Permalink

package store

Visibility
  1. Public
  2. All

Type Members

  1. class InitialBatchedStore[K, V] extends ProxyBatchedStore[K, V]

    Permalink

    For (firstNonZero - 1) we read empty.

    For (firstNonZero - 1) we read empty. For all before we error on read. For all later, we proxy On write, we throw if batchID is less than firstNonZero

  2. abstract class ProxyBatchedStore[K, V] extends BatchedStore[K, V]

    Permalink

    Use this class to easily change, for instance, the pruning for an existing store.

  3. class VersionedBatchStore[K, V, K2, V2] extends VersionedBatchStoreBase[K, V]

    Permalink
  4. abstract class VersionedBatchStoreBase[K, V] extends BatchedStore[K, V]

    Permalink

    Allows subclasses to share the means of reading version numbers but plug in methods to actually read or write the data.

Value Members

  1. object VersionedBatchStore extends Serializable

    Permalink

    Scalding implementation of the batch read and write components of a store that uses the VersionedKeyValSource from scalding-commons.

  2. object VersionedStore

    Permalink

    Scalding implementation of the batch read and write components of a store that uses the VersionedKeyValSource from scalding-commons.

Ungrouped