RetentionInterval

pgmq4s.domain.RetentionInterval
See theRetentionInterval companion trait

Attributes

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

Members list

Type members

Classlikes

case class Numeric extends RetentionInterval

Numeric retention interval, e.g. retain the last 100000 messages. Must be > 0.

Numeric retention interval, e.g. retain the last 100000 messages. Must be > 0.

Attributes

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

Attributes

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

Time-based retention interval, e.g. retain partitions for 30.days. Rendered using FiniteDuration.toString, which yields a Postgres-compatible interval literal. Must be > 0.

Time-based retention interval, e.g. retain partitions for 30.days. Rendered using FiniteDuration.toString, which yields a Postgres-compatible interval literal. Must be > 0.

Attributes

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

Attributes

Companion
class
Source
RetentionInterval.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