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 DefaultMessage(value: Any, timeInMillis: TimeStamp) extends Message with Product with Serializable

    Permalink

    Each message contains an immutable timestamp.

    Each message contains an immutable timestamp.

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

    value

    Accept any type except Null, Nothing and Unit

  2. trait Message extends AnyRef

    Permalink
  3. type TimeStamp = Long

    Permalink

Value Members

  1. val MAX_TIME_MILLIS: Long

    Permalink
  2. val MIN_TIME_MILLIS: Long

    Permalink
  3. object Message

    Permalink
  4. package cluster

    Permalink
  5. package jarstore

    Permalink
  6. package metrics

    Permalink
  7. package security

    Permalink
  8. package serializer

    Permalink
  9. package transport

    Permalink
  10. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped