Package

org.apache

gearpump

Permalink

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
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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 timestamp.

    msg

    Accept any type except Null, Nothing and Unit

  2. type TimeStamp = Long

    Permalink

Value Members

  1. val LatestTime: Int

    Permalink
  2. object Message extends Serializable

    Permalink
  3. package cluster

    Permalink
  4. package jarstore

    Permalink
  5. package metrics

    Permalink
  6. package partitioner

    Permalink
  7. package security

    Permalink
  8. package serializer

    Permalink
  9. package transport

    Permalink
  10. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped