Package

com.metamx.tranquility.druid

input

Permalink

package input

Visibility
  1. Public
  2. All

Type Members

  1. class InputRowObjectWriter extends ObjectWriter[InputRow]

    Permalink

    Write InputRows using a Jackson ObjectMapper.

    Write InputRows using a Jackson ObjectMapper. Timestamps are written to the timestampColumn from the timestampSpec, but are always written in millis format regardless of the timestampFormat.

  2. class InputRowPartitioner extends Partitioner[InputRow]

    Permalink

    Partitioner that partitions Druid InputRows by their truncated timestamp and dimensions.

  3. class InputRowTimestamper extends Timestamper[InputRow]

    Permalink
  4. class ThreadLocalInputRowParser[ParserType <: InputRowParser[_]] extends ThreadLocal[ParserType]

    Permalink

    InputRowParsers are not generally thread-safe.

Value Members

  1. object InputRowTimestamper extends Serializable

    Permalink

Ungrouped