PartitionInterval

pgmq4s.domain.PartitionInterval
See thePartitionInterval companion trait

Attributes

Companion
trait
Source
PartitionInterval.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Numeric extends PartitionInterval

Numeric (msg_id-based) partition interval, e.g. 10000 messages per partition. Must be > 0.

Numeric (msg_id-based) partition interval, e.g. 10000 messages per partition. Must be > 0.

Attributes

Companion
object
Source
PartitionInterval.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Numeric

Attributes

Companion
class
Source
PartitionInterval.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Numeric.type
case class TimeBased extends PartitionInterval

Time-based partition interval, e.g. 1.day, 30.days. Rendered using FiniteDuration.toString, which yields a Postgres-compatible interval literal ("1 day", "30 days"). Must be > 0.

Time-based partition interval, e.g. 1.day, 30.days. Rendered using FiniteDuration.toString, which yields a Postgres-compatible interval literal ("1 day", "30 days"). Must be > 0.

Attributes

Companion
object
Source
PartitionInterval.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object TimeBased

Attributes

Companion
class
Source
PartitionInterval.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TimeBased.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala