Class

com.twitter.summingbird.scalding

TestService

Related Doc: package scalding

Permalink

class TestService[K, V] extends BatchedService[K, V]

Linear Supertypes
BatchedService[K, V], ExternalService[K, V], Service[K, V], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TestService
  2. BatchedService
  3. ExternalService
  4. Service
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestService(service: String, inBatcher: Batcher, minBatch: BatchID, streams: Map[BatchID, Iterable[(Timestamp, (K, Option[V]))]])(implicit ord: Ordering[K], tset: TupleSetter[(Timestamp, (K, Option[V]))], tset2: TupleSetter[(Timestamp, (K, V))], tconv: TupleConverter[(Timestamp, (K, Option[V]))], tconv2: TupleConverter[(Timestamp, (K, V))])

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def batchedLookup[W](covers: Interval[Timestamp], getKeys: FlowToPipe[(K, W)], last: (BatchID, FlowProducer[TypedPipe[(K, V)]]), streams: Iterable[(BatchID, FlowToPipe[(K, Option[V])])]): FlowToPipe[(K, (W, Option[V]))]

    Permalink
    Attributes
    protected
    Definition Classes
    BatchedService
  6. val batcher: Batcher

    Permalink
    Definition Classes
    TestService → BatchedService
  7. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  14. def lastMappable(b: BatchID): Mappable[(Timestamp, (K, V))]

    Permalink
  15. lazy val lasts: Map[BatchID, Iterable[(Timestamp, (K, V))]]

    Permalink

    The lasts are computed from the streams

  16. final def lookup[W](getKeys: PipeFactory[(K, W)]): PipeFactory[(K, (W, Option[V]))]

    Permalink
    Definition Classes
    BatchedService → ExternalService
  17. def lookup[W](incoming: TypedPipe[(Timestamp, (K, W))], servStream: TypedPipe[(Timestamp, (K, Option[V]))]): TypedPipe[(Timestamp, (K, (W, Option[V])))]

    Permalink
    Definition Classes
    BatchedService
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val ordering: Ordering[K]

    Permalink
    Definition Classes
    TestService → BatchedService
  22. def readLast(exclusiveUB: BatchID, mode: Mode): Try[(BatchID, FlowProducer[TypedPipe[(K, V)]])]

    Permalink
    Definition Classes
    TestService → BatchedService
  23. def readStream(batchID: BatchID, mode: Mode): Option[FlowToPipe[(K, Option[V])]]

    Permalink
    Definition Classes
    TestService → BatchedService
  24. val reducers: None.type

    Permalink
    Definition Classes
    TestService → BatchedService
  25. val sourceToBuffer: Map[scalding.Source, Buffer[Tuple]]

    Permalink
  26. def streamMappable(b: BatchID): Mappable[(Timestamp, (K, Option[V]))]

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

    Permalink
    Definition Classes
    AnyRef
  28. def toBuffer[T](it: Iterable[T])(implicit ts: TupleSetter[T]): Buffer[Tuple]

    Permalink
  29. def toString(): String

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

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

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

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

Inherited from BatchedService[K, V]

Inherited from ExternalService[K, V]

Inherited from Service[K, V]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped