io

gearpump

package gearpump

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. gearpump
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Message(msg: Any, timestamp: TimeStamp = Message.noTimeStamp) extends Product with Serializable

    Each message contains a immutable timestamp.

    Each message contains a immutable timestamp.

    For example, if you take a picture, the time you take the picture is the message's timestmap.

    msg

    Accept any type except Null, Nothing and Unit

  2. type TimeStamp = Long

Value Members

  1. val LatestTime: Int

  2. object Message extends Serializable

  3. package cluster

  4. package jarstore

  5. package metrics

  6. package partitioner

  7. package serializer

  8. package transport

  9. package util

Inherited from AnyRef

Inherited from Any

Ungrouped