LogPosition

sec.LogPosition
See theLogPosition companion trait
object LogPosition

Attributes

Companion
trait
Source
position.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object End extends LogPosition

Attributes

Source
position.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LogPosition
class Object
trait Matchable
class Any
Show all
Self type
End.type
sealed abstract case class Exact(commit: ULong, prepare: ULong) extends LogPosition

Attributes

Companion
object
Source
position.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LogPosition
class Object
trait Matchable
class Any
Show all
object Exact

Attributes

Companion
class
Source
position.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Exact.type

Value members

Concrete methods

def apply(commit: Long, prepare: Long): Either[InvalidInput, Exact]

Constructs an exact log position in the global stream.

Constructs an exact log position in the global stream.

Values are validated that @param commit is larger than @param prepare.

Attributes

Source
position.scala

Concrete fields

val Start: Exact

Attributes

Source
position.scala

Givens

Givens

Attributes

Source
position.scala

Extensions

Extensions

extension (lp: LogPosition)
def render: String

Attributes

Source
position.scala