Object/Class

com.twitter.summingbird.batch

BatchID

Related Docs: class BatchID | package batch

Permalink

object BatchID extends Serializable

The Batch is the fundamental work unit of the Hadoop portion of Summingbird. Batches are processed offline and pushed into a persistent store for serving. The offline Batches include the sum of all Values for each Key. If the Value is zero, it is omitted (i.e. zero[Value] is indistinguishable from having never seen a Value for a given Key). Each Batch has a unique BatchID. Each event falls into a single BatchID (which is a concrete type isomorphic to Long).

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BatchID
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Max: BatchID

    Permalink
  5. val Min: BatchID

    Permalink
  6. def apply(str: String): BatchID

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit val batchID2Bytes: Injection[BatchID, Array[Byte]]

    Permalink
  9. implicit val batchID2Long: Bijection[BatchID, Long]

    Permalink
  10. implicit val batchID2String: Injection[BatchID, String]

    Permalink
  11. implicit val batchIdOrdering: Ordering[BatchID]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. implicit val equiv: Equiv[BatchID]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. implicit val monoid: Monoid[BatchID]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def range(start: BatchID, end: BatchID): Iterable[BatchID]

    Permalink

    Returns an Iterator[BatchID] containing the range [startBatch, endBatch] (inclusive).

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toInterval(iter: TraversableOnce[BatchID]): Option[Interval[BatchID]]

    Permalink

    Returns true if the supplied interval of BatchID can

  27. def toIterable(interval: Interval[BatchID]): Iterable[BatchID]

    Permalink

    Returns all the BatchIDs that are contained in the interval

  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped