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. final case class CalendarBatcher(unitCount: Int, calField: CalField)(implicit tz: TimeZone) extends Batcher with Product with Serializable

    This batcher numbers batches based on a Calendar, not just milliseconds.

  5. class CombinedBatcher extends Batcher

    strictly before the beforeBound, we use the before Batcher.

  6. 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).

  3. object CalendarBatcher extends Serializable

Ungrouped