com.twitter.summingbird

batch

package batch

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractBatcher extends Batcher

    Abstract class to extend for easier java interop.

  2. class BatchID extends Ordered[BatchID] with Serializable

  3. trait Batcher extends Serializable

  4. class CombinedBatcher extends Batcher

    strictly before the beforeBound, we use the before Batcher.

  5. class MillisecondBatcher extends AbstractBatcher

    Batcher implementation based on a fixed-width batch of milliseconds.

Value Members

  1. object BatchID extends Serializable

    The Batch is the fundamental work unit of the Hadoop portion of Summingbird.

  2. object Batcher extends Serializable

    For the purposes of batching, each Event object has exactly one Time (in millis).

Ungrouped